From 99ac7cc6f0b818e67f2d2d2bbbde59d5488abe05 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 30 Jan 2022 19:18:28 +1000 Subject: [PATCH] KDevelop: bump version --- ...evelop-5.6.0.recipe => kdevelop-21.12.1.recipe} | 14 +++++++++----- ...op-5.6.0.patchset => kdevelop-21.12.1.patchset} | 0 2 files changed, 9 insertions(+), 5 deletions(-) rename dev-util/kdevelop/{kdevelop-5.6.0.recipe => kdevelop-21.12.1.recipe} (94%) rename dev-util/kdevelop/patches/{kdevelop-5.6.0.patchset => kdevelop-21.12.1.patchset} (100%) diff --git a/dev-util/kdevelop/kdevelop-5.6.0.recipe b/dev-util/kdevelop/kdevelop-21.12.1.recipe similarity index 94% rename from dev-util/kdevelop/kdevelop-5.6.0.recipe rename to dev-util/kdevelop/kdevelop-21.12.1.recipe index ecde301ee..95aca494a 100644 --- a/dev-util/kdevelop/kdevelop-5.6.0.recipe +++ b/dev-util/kdevelop/kdevelop-21.12.1.recipe @@ -4,12 +4,12 @@ DESCRIPTION="KDevelop is a free software integrated development environment \ variety of languages (such as C/C++, Python, PHP, Ruby, ...) via an extensible \ plugin framework." HOMEPAGE="https://www.kdevelop.org/" -COPYRIGHT="2010-2020 KDE Organisation" +COPYRIGHT="2010-2021 KDE Organisation" LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="4" +REVISION="1" SOURCE_URI="https://github.com/KDE/kdevelop/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b79ca564b09493168cba0b4a600f2af533922b7a98c05628e5400105eabb500a" +CHECKSUM_SHA256="652882f5481dff442e15298050c0b8229e6ca75d8ff45e23cc7e03893addbfe6" ADDITIONAL_FILES="kdevelop.rdef.in" PATCHES="kdevelop-$portVersion.patchset" @@ -82,6 +82,7 @@ REQUIRES=" lib:libKF5Service$secondaryArchSuffix lib:libKF5Solid$secondaryArchSuffix lib:libKF5SonnetUi$secondaryArchSuffix + lib:libKF5SyntaxHighlighting$secondaryArchSuffix lib:libKF5TextEditor$secondaryArchSuffix lib:libKF5TextWidgets$secondaryArchSuffix lib:libKF5ThreadWeaver$secondaryArchSuffix @@ -106,7 +107,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.65 + extra_cmake_modules$secondaryArchSuffix >= 5.86 devel:libboost_system$secondaryArchSuffix devel:libgrantlee_templates$secondaryArchSuffix devel:libKF5Activities$secondaryArchSuffix @@ -148,6 +149,7 @@ BUILD_REQUIRES=" devel:libKF5Service$secondaryArchSuffix devel:libKF5Solid$secondaryArchSuffix devel:libKF5SonnetUi$secondaryArchSuffix + devel:libKF5SyntaxHighlighting$secondaryArchSuffix devel:libKF5TextEditor$secondaryArchSuffix devel:libKF5TextWidgets$secondaryArchSuffix devel:libKF5ThreadWeaver$secondaryArchSuffix @@ -207,6 +209,7 @@ BUILD() BUILTIN_DIR="`finddir B_SYSTEM_LIB_DIRECTORY`/clang/$CLANG_VERSION/include" cmake .. $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \ @@ -228,7 +231,8 @@ INSTALL() mkdir -p $appsDir mv $binDir/kdevelop $appsDir/KDevelop/KDevelop - rm -rf $dataDir/mime/mime.cache + rm $dataDir/mime/{version,types,treemagic,subclasses,magic,mime.cache} + rm $dataDir/mime/{icons,globs,globs2,generic-icons,aliases,XMLnamespaces} local APP_SIGNATURE="application/x-vnd.qt5-kdevelop" local MAJOR="`echo "$portVersion" | cut -d. -f1`" diff --git a/dev-util/kdevelop/patches/kdevelop-5.6.0.patchset b/dev-util/kdevelop/patches/kdevelop-21.12.1.patchset similarity index 100% rename from dev-util/kdevelop/patches/kdevelop-5.6.0.patchset rename to dev-util/kdevelop/patches/kdevelop-21.12.1.patchset