diff --git a/kde-apps/kapman/kapman-23.08.4.recipe b/kde-apps/kapman/kapman-23.08.5.recipe similarity index 95% rename from kde-apps/kapman/kapman-23.08.4.recipe rename to kde-apps/kapman/kapman-23.08.5.recipe index 2f37e2bde..2e81d4539 100644 --- a/kde-apps/kapman/kapman-23.08.4.recipe +++ b/kde-apps/kapman/kapman-23.08.5.recipe @@ -4,13 +4,11 @@ by a ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a seconds. When a stage is cleared of pills and energizer the player is taken to the \ next stage with slightly increased game speed." HOMEPAGE="https://apps.kde.org/kapman" -COPYRIGHT="2010-2022 KDE Organisation" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kapman-$portVersion.tar.xz" -CHECKSUM_SHA256="1e4c5f82135160a5a5eaa1221dc670ed8cb78a3f4c67c0bd88f931c06d12d733" -SOURCE_DIR="kapman-$portVersion" -PATCHES="kapman-$portVersion.patchset" +CHECKSUM_SHA256="e3755f000532bae7cb41e521d7ac7b9d2cb43eb2b1cf705af1249ba366cea1e7" ADDITIONAL_FILES="kapman.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -59,7 +57,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.93 + extra_cmake_modules$secondaryArchSuffix devel:libKF5Archive$secondaryArchSuffix devel:libKF5Attica$secondaryArchSuffix devel:libKF5Auth$secondaryArchSuffix @@ -104,6 +102,8 @@ BUILD() # disable docs generation sed -e '/add_subdirectory(doc)/ s/^#*/#/' -i CMakeLists.txt sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt + # remove dbus service + sed -e '/KDBusService service;/d' -i src/main.cpp mkdir -p build cd build diff --git a/kde-apps/kapman/patches/kapman-23.08.4.patchset b/kde-apps/kapman/patches/kapman-23.08.4.patchset deleted file mode 100644 index a080732a5..000000000 --- a/kde-apps/kapman/patches/kapman-23.08.4.patchset +++ /dev/null @@ -1,23 +0,0 @@ -From 63357aab5c548a24cae3c75dfe5a939e43707ad2 Mon Sep 17 00:00:00 2001 -From: Gerasim Troeglazov <3dEyes@gmail.com> -Date: Mon, 1 Nov 2021 19:07:13 +1000 -Subject: Disable dbus - - -diff --git a/src/main.cpp b/src/main.cpp -index 56032fb..7150fad 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -55,7 +55,9 @@ int main(int argc, char **argv) - about.setupCommandLine(&parser); - parser.process(app); - about.processCommandLine(&parser); -+#ifndef __HAIKU__ - KDBusService service; -+#endif - // Set the application icon - app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kapman"))); - // Create the main window --- -2.42.1 -