bomber, bump to 25.04.0 (#12398)

This commit is contained in:
Schrijvers Luc
2025-05-17 09:48:52 +02:00
committed by GitHub
parent 8c71588e88
commit e2d3ba3b51

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/bomber-$portVersion.tar.xz"
CHECKSUM_SHA256="d04a8131a257d96e3d9357579906eef973387c8719f82e6c5a0db2885ae5940e"
CHECKSUM_SHA256="1e63922a320420edeca22b6868b4a9fda548332f441774e5502ead86ab798ce8"
SOURCE_DIR="bomber-$portVersion"
ADDITIONAL_FILES="bomber.rdef.in"
@@ -18,7 +18,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
bomber$secondaryArchSuffix = $portVersion
app:Bomber$secondaryArchSuffix = $portVersion
app:Bomber = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -35,6 +35,7 @@ REQUIRES="
lib:libKF6DbusAddons$secondaryArchSuffix
lib:libKF6GuiAddons$secondaryArchSuffix
lib:libKF6I18n$secondaryArchSuffix
lib:libKF6IconThemes$secondaryArchSuffix
lib:libKF6WidgetsAddons$secondaryArchSuffix
lib:libKF6XmlGui$secondaryArchSuffix
# Qt6
@@ -65,6 +66,7 @@ BUILD_REQUIRES="
devel:libKF6DocTools$secondaryArchSuffix
devel:libKF6GuiAddons$secondaryArchSuffix
devel:libKF6I18n$secondaryArchSuffix
devel:libKF6IconThemes$secondaryArchSuffix
devel:libKF6WidgetsAddons$secondaryArchSuffix
devel:libKF6XmlGui$secondaryArchSuffix
# Qt6
@@ -87,6 +89,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()