diff options
author | Tonus <tonus1@gmail.com> | 2022-03-04 01:01:38 +0000 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:21:36 +1300 |
commit | 5dc4830bda8fc8dad6f6255024068f25b83178af (patch) | |
tree | 2074268b1e15a11bf3f0a4179e4564a3211e90d0 /desktop/bumblebee-status | |
parent | f80cccde5a070b92fdc5f0ccac463cf0d98f881b (diff) | |
download | slackbuilds-5dc4830bda8fc8dad6f6255024068f25b83178af.tar.gz |
desktop/bumblebee-status: Updated for version 2.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'desktop/bumblebee-status')
3 files changed, 4 insertions, 15 deletions
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", - ] - - |