Kig: bump version

This commit is contained in:
Gerasim Troeglazov
2020-01-07 19:49:14 +10:00
parent ad5e917dbb
commit c9276cd4d2
2 changed files with 6 additions and 14 deletions

View File

@@ -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

View File

@@ -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`"