kapman, bump version (#9923)

This commit is contained in:
Schrijvers Luc
2023-12-27 15:15:47 +01:00
committed by GitHub
parent f583186b05
commit 5d64234b8b
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2010-2022 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="9e979f6f971b027d98bce7fa1a5a40278aa4f4492efcd1db2a35e3049b0cb328"
CHECKSUM_SHA256="1e4c5f82135160a5a5eaa1221dc670ed8cb78a3f4c67c0bd88f931c06d12d733"
SOURCE_DIR="kapman-$portVersion"
PATCHES="kapman-$portVersion.patchset"
ADDITIONAL_FILES="kapman.rdef.in"

View File

@@ -1,14 +1,14 @@
From 42bc5b11d23a636f728dffb9210f2f84d8ce7e8f Mon Sep 17 00:00:00 2001
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 0f7f9f5..4bb149d 100644
index 56032fb..7150fad 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,9 @@ int main(int argc, char **argv)
@@ -55,7 +55,9 @@ int main(int argc, char **argv)
about.setupCommandLine(&parser);
parser.process(app);
about.processCommandLine(&parser);
@@ -19,5 +19,5 @@ index 0f7f9f5..4bb149d 100644
app.setWindowIcon(QIcon::fromTheme(QStringLiteral("kapman")));
// Create the main window
--
2.30.2
2.42.1