From 4d4541182cf43a9ca6ebe6711bce8a6b0d9b7735 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 7 Jan 2020 22:52:02 +1000 Subject: [PATCH] Kate: bump version --- ...te-19.03.80.recipe => kate-19.12.0.recipe} | 24 +++++++++++++++---- ...9.03.80.patchset => kate-19.12.0.patchset} | 0 2 files changed, 19 insertions(+), 5 deletions(-) rename kde-base/kate/{kate-19.03.80.recipe => kate-19.12.0.recipe} (89%) rename kde-base/kate/patches/{kate-19.03.80.patchset => kate-19.12.0.patchset} (100%) diff --git a/kde-base/kate/kate-19.03.80.recipe b/kde-base/kate/kate-19.12.0.recipe similarity index 89% rename from kde-base/kate/kate-19.03.80.recipe rename to kde-base/kate/kate-19.12.0.recipe index 32759e2b1..c2bbf28f7 100644 --- a/kde-base/kate/kate-19.03.80.recipe +++ b/kde-base/kate/kate-19.12.0.recipe @@ -61,7 +61,7 @@ COPYRIGHT="2010-2019 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kate/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="3dfde170d155207e8e77dfe32ce55128425a97131dd3dfda47d8f81b67b414a7" +CHECKSUM_SHA256="e82b4f771fbdae33719ebb021617d64e1bb6c7724830844d26a448104a92ddb4" PATCHES="kate-$portVersion.patchset" ADDITIONAL_FILES="kate.rdef.in" @@ -74,7 +74,9 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libKF5Activities$secondaryArchSuffix lib:libKF5Archive$secondaryArchSuffix + lib:libKF5Attica$secondaryArchSuffix lib:libKF5Auth$secondaryArchSuffix lib:libKF5Bookmarks$secondaryArchSuffix lib:libKF5Codecs$secondaryArchSuffix @@ -94,6 +96,8 @@ REQUIRES=" lib:libKF5KIOCore$secondaryArchSuffix lib:libKF5KIOFileWidgets$secondaryArchSuffix lib:libKF5KIOWidgets$secondaryArchSuffix + lib:libKF5NewStuff$secondaryArchSuffix + lib:libKF5NewStuffCore$secondaryArchSuffix lib:libKF5Notifications$secondaryArchSuffix lib:libKF5Parts$secondaryArchSuffix lib:libKF5Service$secondaryArchSuffix @@ -101,6 +105,7 @@ REQUIRES=" lib:libKF5SonnetUi$secondaryArchSuffix lib:libKF5TextEditor$secondaryArchSuffix lib:libKF5TextWidgets$secondaryArchSuffix + lib:libKF5ThreadWeaver$secondaryArchSuffix lib:libKF5UnitConversion$secondaryArchSuffix lib:libKF5WidgetsAddons$secondaryArchSuffix lib:libKF5WindowSystem$secondaryArchSuffix @@ -110,14 +115,17 @@ REQUIRES=" lib:libQt5Gui$secondaryArchSuffix lib:libQt5Network$secondaryArchSuffix lib:libQt5PrintSupport$secondaryArchSuffix + lib:libKF5Wallet$secondaryArchSuffix lib:libQt5Widgets$secondaryArchSuffix lib:libQt5Xml$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.45 + extra_cmake_modules$secondaryArchSuffix >= 5.65 + devel:libKF5Activities$secondaryArchSuffix devel:libKF5Archive$secondaryArchSuffix + devel:libKF5Attica$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix devel:libKF5Codecs$secondaryArchSuffix @@ -137,6 +145,7 @@ BUILD_REQUIRES=" devel:libKF5KIOCore$secondaryArchSuffix devel:libKF5KIOFileWidgets$secondaryArchSuffix devel:libKF5KIOWidgets$secondaryArchSuffix + devel:libKF5NewStuff$secondaryArchSuffix devel:libKF5Notifications$secondaryArchSuffix devel:libKF5Parts$secondaryArchSuffix devel:libKF5Service$secondaryArchSuffix @@ -144,16 +153,18 @@ BUILD_REQUIRES=" devel:libKF5SonnetUi$secondaryArchSuffix devel:libKF5TextEditor$secondaryArchSuffix devel:libKF5TextWidgets$secondaryArchSuffix + devel:libKF5ThreadWeaver$secondaryArchSuffix devel:libKF5UnitConversion$secondaryArchSuffix + devel:libKF5Wallet$secondaryArchSuffix devel:libKF5WidgetsAddons$secondaryArchSuffix devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.7 + devel:libQt5Core$secondaryArchSuffix >= 5.14 " BUILD_PREREQUIRES=" cmd:cmake cmd:g++$secondaryArchSuffix - cmd:lrelease$secondaryArchSuffix + cmd:lrelease$secondaryArchSuffix >= 5 cmd:make cmd:python2 " @@ -183,7 +194,10 @@ INSTALL() cd build make install mv $appsDir/Kate/bin/kate $appsDir/Kate/Kate - rm -rf $appsDir/Kate/bin + rm -rf \ + $appsDir/Kate/bin \ + $dataDir/applications \ + $dataDir/icons local APP_SIGNATURE="application/x-vnd.qt5-kate" local MAJOR="`echo "$portVersion" | cut -d. -f1`" diff --git a/kde-base/kate/patches/kate-19.03.80.patchset b/kde-base/kate/patches/kate-19.12.0.patchset similarity index 100% rename from kde-base/kate/patches/kate-19.03.80.patchset rename to kde-base/kate/patches/kate-19.12.0.patchset