aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-05-14 17:38:29 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-16 13:45:47 +0700
commit4470c5db6f1db1ee67de8f169af8602307baf34a (patch)
tree1216d4d5e632382265258484730020695a2fe7ad /desktop
parentf72702e37e617c276bdc53181274588020f06513 (diff)
downloadslackbuilds-4470c5db6f1db1ee67de8f169af8602307baf34a.tar.xz
desktop/mousam: Update for 1.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/mousam/load_from_data.patch2
-rw-r--r--desktop/mousam/mousam.SlackBuild2
-rw-r--r--desktop/mousam/mousam.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/desktop/mousam/load_from_data.patch b/desktop/mousam/load_from_data.patch
index 16b1c244d0..7488a457d2 100644
--- a/desktop/mousam/load_from_data.patch
+++ b/desktop/mousam/load_from_data.patch
@@ -1,6 +1,6 @@
--- a/src/main.py
+++ b/src/main.py
-@@ -45,7 +45,7 @@
+@@ -49,7 +49,7 @@
Priority = Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION
with open(CSS_PATH+'style.css', 'r') as css_file:
css = bytes(css_file.read(), 'utf-8')
diff --git a/desktop/mousam/mousam.SlackBuild b/desktop/mousam/mousam.SlackBuild
index 68d07229aa..09a0402ed4 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.1.0}
+VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/desktop/mousam/mousam.info b/desktop/mousam/mousam.info
index 02516d40cf..1702e11d0f 100644
--- a/desktop/mousam/mousam.info
+++ b/desktop/mousam/mousam.info
@@ -1,8 +1,8 @@
PRGNAM="mousam"
-VERSION="1.1.0"
+VERSION="1.2.0"
HOMEPAGE="https://github.com/amit9838/mousam"
-DOWNLOAD="https://github.com/amit9838/mousam/archive/v1.1.0/mousam-1.1.0.tar.gz"
-MD5SUM="2e9ea97e40d7841bed25ff58b38377dd"
+DOWNLOAD="https://github.com/amit9838/mousam/archive/v1.2.0/mousam-1.2.0.tar.gz"
+MD5SUM="dad38a3f58ca07865e53b523c9d0d21a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libadwaita python3-meson-opt"