aboutsummaryrefslogtreecommitdiff
path: root/desktop/mousam
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-06-09 15:50:14 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-15 07:37:44 +0700
commite1a86b906a220f9eb3ce94a27fb2fd28400cedbe (patch)
tree0748d5a4c1c08e9a043cbd184f568a744fe66777 /desktop/mousam
parentca8e42e29cbce9886c0e6b4cb7d0728661260b20 (diff)
desktop/mousam: Update for 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/mousam')
-rw-r--r--desktop/mousam/FixApplicationFlags.patch4
-rw-r--r--desktop/mousam/mousam.SlackBuild2
-rw-r--r--desktop/mousam/mousam.info6
3 files changed, 6 insertions, 6 deletions
diff --git a/desktop/mousam/FixApplicationFlags.patch b/desktop/mousam/FixApplicationFlags.patch
index 27ad92fe3722..98f3dd1c2510 100644
--- a/desktop/mousam/FixApplicationFlags.patch
+++ b/desktop/mousam/FixApplicationFlags.patch
@@ -1,11 +1,11 @@
--- a/src/main.py
+++ b/src/main.py
-@@ -32,7 +32,7 @@
+@@ -33,7 +33,7 @@
def __init__(self):
super().__init__(application_id='io.github.amit9838.mousam',
- flags=Gio.ApplicationFlags.DEFAULT_FLAGS)
+ flags=Gio.ApplicationFlags.FLAGS_NONE)
self.create_action('quit', lambda *_: self.quit(), ['<primary>q'])
- self.settings = Gio.Settings(schema_id="io.github.amit9838.mousam")
self.main_window = None
+
diff --git a/desktop/mousam/mousam.SlackBuild b/desktop/mousam/mousam.SlackBuild
index 09a0402ed4ba..a303871660a6 100644
--- a/desktop/mousam/mousam.SlackBuild
+++ b/desktop/mousam/mousam.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mousam
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/desktop/mousam/mousam.info b/desktop/mousam/mousam.info
index 1702e11d0fab..eb71bae22a59 100644
--- a/desktop/mousam/mousam.info
+++ b/desktop/mousam/mousam.info
@@ -1,8 +1,8 @@
PRGNAM="mousam"
-VERSION="1.2.0"
+VERSION="1.3.0"
HOMEPAGE="https://github.com/amit9838/mousam"
-DOWNLOAD="https://github.com/amit9838/mousam/archive/v1.2.0/mousam-1.2.0.tar.gz"
-MD5SUM="dad38a3f58ca07865e53b523c9d0d21a"
+DOWNLOAD="https://github.com/amit9838/mousam/archive/v1.3.0/mousam-1.3.0.tar.gz"
+MD5SUM="4710913d20a1c4eeb0fec7c053a9c834"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libadwaita python3-meson-opt"