From 5dc4830bda8fc8dad6f6255024068f25b83178af Mon Sep 17 00:00:00 2001 From: Tonus Date: Fri, 4 Mar 2022 01:01:38 +0000 Subject: [PATCH] desktop/bumblebee-status: Updated for version 2.1.5. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Andrew Clemons --- desktop/bumblebee-status/bumblebee-status.SlackBuild | 3 +-- desktop/bumblebee-status/bumblebee-status.info | 6 +++--- ...mmit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch | 10 ---------- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 desktop/bumblebee-status/commit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch diff --git a/desktop/bumblebee-status/bumblebee-status.SlackBuild b/desktop/bumblebee-status/bumblebee-status.SlackBuild index bc6caa570d..bf9e55143d 100644 --- a/desktop/bumblebee-status/bumblebee-status.SlackBuild +++ b/desktop/bumblebee-status/bumblebee-status.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bumblebee-status -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -68,7 +68,6 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -patch -p0 < $CWD/commit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/desktop/bumblebee-status/bumblebee-status.info b/desktop/bumblebee-status/bumblebee-status.info index 7f90097d44..511db1b0f7 100644 --- a/desktop/bumblebee-status/bumblebee-status.info +++ b/desktop/bumblebee-status/bumblebee-status.info @@ -1,8 +1,8 @@ PRGNAM="bumblebee-status" -VERSION="2.1.1" +VERSION="2.1.5" HOMEPAGE="https://github.com/tobi-wan-kenobi/bumblebee-status/" -DOWNLOAD="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.1.1/bumblebee-status-2.1.1.tar.gz" -MD5SUM="afe2f15135f6b5f44cd3ab99eebd6c21" +DOWNLOAD="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.1.5/bumblebee-status-2.1.5.tar.gz" +MD5SUM="89b5198aeebc95269a6972289866527a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="i3" diff --git a/desktop/bumblebee-status/commit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch b/desktop/bumblebee-status/commit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch deleted file mode 100644 index 579c7a03fe..0000000000 --- a/desktop/bumblebee-status/commit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- bumblebee-status-2.1.1/bumblebee_status/core/theme.py 2020-12-07 10:00:20.000000000 +0100 -+++ bumblebee-status-2.1.1/bumblebee_status/core/theme.py.patched 2020-12-20 21:12:27.216695638 +0100 -@@ -17,6 +17,7 @@ - os.path.join(THEME_BASE_DIR, "../../themes"), - os.path.expanduser("~/.config/bumblebee-status/themes"), - os.path.expanduser("~/.local/share/bumblebee-status/themes"), # PIP -+ "/usr/share/bumblebee-status/themes", - ] - -