From cee9aa741e2840540156621122abed7d0b53b86e Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 14 May 2025 09:12:36 +0200 Subject: [PATCH] kfourinline, bump to 25.04.0 (#12374) --- ...urinline-24.12.3.recipe => kfourinline-25.04.0.recipe} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename kde-apps/kfourinline/{kfourinline-24.12.3.recipe => kfourinline-25.04.0.recipe} (92%) diff --git a/kde-apps/kfourinline/kfourinline-24.12.3.recipe b/kde-apps/kfourinline/kfourinline-25.04.0.recipe similarity index 92% rename from kde-apps/kfourinline/kfourinline-24.12.3.recipe rename to kde-apps/kfourinline/kfourinline-25.04.0.recipe index fed3a4e93..2bb80a140 100644 --- a/kde-apps/kfourinline/kfourinline-24.12.3.recipe +++ b/kde-apps/kfourinline/kfourinline-25.04.0.recipe @@ -6,7 +6,7 @@ COPYRIGHT="2010-2025 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kfourinline-$portVersion.tar.xz" -CHECKSUM_SHA256="53af55dff09824169cb5e794f22cdfddf0d217a2ef4684d0859f09768629b52f" +CHECKSUM_SHA256="149ea2a60af524ab779c97662bec0d546ee00116339a57f922b6c1b5956c8d15" SOURCE_DIR="kfourinline-$portVersion" ADDITIONAL_FILES="kfourinline.rdef.in" @@ -15,7 +15,7 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" kfourinline$secondaryArchSuffix = $portVersion - app:KFourInLine$secondaryArchSuffix = $portVersion + app:KFourInLine = $portVersion cmd:kfourinlineproc$secondaryArchSuffix = $portVersion " REQUIRES=" @@ -33,6 +33,7 @@ REQUIRES=" lib:libKF6DNSSD$secondaryArchSuffix lib:libKF6GuiAddons$secondaryArchSuffix lib:libKF6I18n$secondaryArchSuffix + lib:libKF6IconThemes$secondaryArchSuffix lib:libKF6WidgetsAddons$secondaryArchSuffix lib:libKF6XmlGui$secondaryArchSuffix # Qt6 @@ -63,6 +64,7 @@ BUILD_REQUIRES=" devel:libKF6DocTools$secondaryArchSuffix devel:libKF6GuiAddons$secondaryArchSuffix devel:libKF6I18n$secondaryArchSuffix + devel:libKF6IconThemes$secondaryArchSuffix devel:libKF6WidgetsAddons$secondaryArchSuffix devel:libKF6XmlGui$secondaryArchSuffix # Qt6 @@ -86,6 +88,8 @@ PATCH() sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt # remove dbus service sed -e '/KDBusService service;/d' -i src/main.cpp + # use Haiku's icon theme + sed -e 's,\ KIconTheme::initTheme();,\// KIconTheme::initTheme();,g' -i src/main.cpp } BUILD()