Kapman: bump version

This commit is contained in:
Gerasim Troeglazov
2021-11-01 19:09:41 +10:00
parent 211ffd4e14
commit 1b80969f2c
2 changed files with 13 additions and 12 deletions

View File

@@ -4,11 +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-2020 KDE Organisation"
COPYRIGHT="2010-2021 KDE Organisation"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kapman-$portVersion.tar.xz"
CHECKSUM_SHA256="7086781ac11be14fd5f3e96aa0bb3f0c6681954e5999e6f8ff6f6412a9d9a393"
CHECKSUM_SHA256="79a8520a564416a80fc72ca030bb26a6950de18a4f4c13d2a5ec51b98434db13"
SOURCE_DIR="kapman-$portVersion"
PATCHES="kapman-$portVersion.patchset"
ADDITIONAL_FILES="kapman.rdef.in"
@@ -59,7 +59,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules$secondaryArchSuffix >= 5.77
extra_cmake_modules$secondaryArchSuffix >= 5.86
devel:libKF5Archive$secondaryArchSuffix
devel:libKF5Attica$secondaryArchSuffix
devel:libKF5Auth$secondaryArchSuffix
@@ -109,6 +109,7 @@ BUILD()
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir \
-DCMAKE_INSTALL_DATADIR=$dataDir \
-DCMAKE_INSTALL_DATAROOTDIR=$dataDir \

View File

@@ -1,14 +1,14 @@
From 4244e9def7de1ff643307cc332703b5081c561c6 Mon Sep 17 00:00:00 2001
From 42bc5b11d23a636f728dffb9210f2f84d8ce7e8f Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sun, 3 Jan 2021 12:05:03 +1000
Date: Mon, 1 Nov 2021 19:07:13 +1000
Subject: Disable dbus
diff --git a/main.cpp b/main.cpp
index 6d2b5e0..55228bd 100644
--- a/main.cpp
+++ b/main.cpp
@@ -58,7 +58,9 @@ int main(int argc, char **argv)
diff --git a/src/main.cpp b/src/main.cpp
index 0f7f9f5..4bb149d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,9 @@ int main(int argc, char **argv)
about.setupCommandLine(&parser);
parser.process(app);
about.processCommandLine(&parser);
@@ -19,5 +19,5 @@ index 6d2b5e0..55228bd 100644
app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kapman")));
// Create the main window
--
2.28.0
2.30.2