akregator, revbump, missing dependency for qgpgme (#10978)

This commit is contained in:
Schrijvers Luc
2024-08-29 09:14:32 +02:00
committed by GitHub
parent 0ad0678ca3
commit 37c08bd0a6

View File

@@ -6,7 +6,7 @@ HOMEPAGE="https://invent.kde.org/pim/akregator"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="MIT
GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/akregator-$portVersion.tar.xz"
CHECKSUM_SHA256="52371f872a56d4fb98b54f80ee5659c59ba6ab6ca8ffa5e8fbd54c49f868028b"
ADDITIONAL_FILES="akregator.rdef.in"
@@ -29,6 +29,7 @@ REQUIRES="
lib:libassuan$secondaryArchSuffix
lib:libgpgmepp$secondaryArchSuffix
lib:libGrantlee_Templates$secondaryArchSuffix
lib:libqgpgme$secondaryArchSuffix
# KF5
lib:libKF5Auth$secondaryArchSuffix
lib:libKF5Codecs$secondaryArchSuffix
@@ -83,6 +84,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libGrantlee_Templates$secondaryArchSuffix
devel:libgpgmepp$secondaryArchSuffix
devel:libqgpgme$secondaryArchSuffix
# KF5
extra_cmake_modules$secondaryArchSuffix >= 5.93.0
devel:libKF5Auth$secondaryArchSuffix
@@ -156,6 +158,9 @@ INSTALL()
{
make -C build install
# cleanup
rm -rf $dataDir/applications
mv $appsDir/akregator $appsDir/Akregator
local MAJOR="`echo "$portVersion" | cut -d. -f1`"