kservice: bump version

This commit is contained in:
Gerasim Troeglazov
2022-05-09 14:09:08 +10:00
parent e1dcd5ec26
commit b4050311bd
2 changed files with 10 additions and 5 deletions

View File

@@ -3,11 +3,11 @@ DESCRIPTION="KService provides a plugin framework for handling desktop \
services. Services can be applications or libraries. They can be bound to \
MIME types or handled by application specific code."
HOMEPAGE="https://github.com/KDE/kservice/"
COPYRIGHT="2010-2021 KDE Organisation"
COPYRIGHT="2010-2022 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kservice/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="1918bd22098f440ec3fa4fb1c379d8f35a842e6ea1583474740ddbabfe660844"
CHECKSUM_SHA256="d4073e51525c31b503d137001ba31f556f1d8071a9ba7c0e0d74649eed2ba889"
PATCHES="kservice-$portVersion.patchset"
@@ -51,9 +51,9 @@ BUILD_REQUIRES="
devel:libKF5Crash$secondaryArchSuffix == $portVersion
devel:libKF5DBusAddons$secondaryArchSuffix == $portVersion
devel:libKF5I18n$secondaryArchSuffix == $portVersion
devel:libQt5Core$secondaryArchSuffix >= 5.7
devel:libQt5DBus$secondaryArchSuffix >= 5.7
devel:libQt5Xml$secondaryArchSuffix >= 5.7
devel:libQt5Core$secondaryArchSuffix
devel:libQt5DBus$secondaryArchSuffix
devel:libQt5Xml$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:bison
@@ -65,6 +65,11 @@ BUILD_PREREQUIRES="
cmd:python2
"
PATCH()
{
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
}
BUILD()
{
mkdir -p build