diff --git a/kde-apps/kig/additional-files/run_kbuildsycoca.sh b/kde-apps/kig/additional-files/run_kbuildsycoca.sh index d08e277b1..709ed727f 100755 --- a/kde-apps/kig/additional-files/run_kbuildsycoca.sh +++ b/kde-apps/kig/additional-files/run_kbuildsycoca.sh @@ -1,7 +1,6 @@ #/bin/sh # Rebuilds the KService desktop file system configuration cache. -# --global ignores any user-set files (in XDG_DATA_HOME). -kbuildsycoca5 --global || true -kbuildsycoca5_x86 --global || true +kbuildsycoca5 --noincremental || true +kbuildsycoca5_x86 --noincremental || true diff --git a/kde-apps/kig/kig-19.08.0.recipe b/kde-apps/kig/kig-19.12.0.recipe similarity index 92% rename from kde-apps/kig/kig-19.08.0.recipe rename to kde-apps/kig/kig-19.12.0.recipe index b9b523ef9..03c0bf587 100644 --- a/kde-apps/kig/kig-19.08.0.recipe +++ b/kde-apps/kig/kig-19.12.0.recipe @@ -9,13 +9,9 @@ COPYRIGHT="2010-2019 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/KDE/kig/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="9bc48be08b66826be0c44aa3e2d5af2bdede7afff148deb1853f8152a4a76b73" +CHECKSUM_SHA256="df4e8db4a101780231b5945c40ec78d0821feba3bdba0df381639ff33b499624" SOURCE_DIR="kig-$portVersion" -ADDITIONAL_FILES=" - kig.rdef.in - run_kbuildsycoca.sh - " -POST_INSTALL_SCRIPTS="$relativePostInstallDir/run_kbuildsycoca.sh" +ADDITIONAL_FILES="kig.rdef.in" ARCHITECTURES="!x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -67,7 +63,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.55 + extra_cmake_modules$secondaryArchSuffix >= 5.65 devel:libKF5Archive$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix devel:libKF5Bookmarks$secondaryArchSuffix @@ -99,7 +95,7 @@ BUILD_REQUIRES=" devel:libKF5WindowSystem$secondaryArchSuffix devel:libKF5XmlGui$secondaryArchSuffix devel:libkdeinit5_klauncher$secondaryArchSuffix - devel:libQt5Core$secondaryArchSuffix >= 5.13 + devel:libQt5Core$secondaryArchSuffix >= 5.14 " BUILD_PREREQUIRES=" cmd:cmake @@ -135,9 +131,6 @@ INSTALL() mv $appsDir/Kig/bin/kig $appsDir/Kig/Kig rm -rf $appsDir/Kig/bin dataDir/kig/{icons,applications} - mkdir -p $postInstallDir - cp $portDir/additional-files/run_kbuildsycoca.sh $postInstallDir - local APP_SIGNATURE="application/x-vnd.kde-kig" local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`"