From 37c08bd0a6dee25939c456847edf9b89e00358da Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 29 Aug 2024 09:14:32 +0200 Subject: [PATCH] akregator, revbump, missing dependency for qgpgme (#10978) --- kde-apps/akregator/akregator-23.08.5.recipe | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kde-apps/akregator/akregator-23.08.5.recipe b/kde-apps/akregator/akregator-23.08.5.recipe index 96ad1a622..ec3e71052 100644 --- a/kde-apps/akregator/akregator-23.08.5.recipe +++ b/kde-apps/akregator/akregator-23.08.5.recipe @@ -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`"