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>
This commit is contained in:
parent
f80cccde5a
commit
5dc4830bda
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=bumblebee-status
|
PRGNAM=bumblebee-status
|
||||||
VERSION=${VERSION:-2.1.1}
|
VERSION=${VERSION:-2.1.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -68,7 +68,6 @@ mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
patch -p0 < $CWD/commit_7b1659a1b594cc49f8207a2858b499086cda27a8.patch
|
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="bumblebee-status"
|
PRGNAM="bumblebee-status"
|
||||||
VERSION="2.1.1"
|
VERSION="2.1.5"
|
||||||
HOMEPAGE="https://github.com/tobi-wan-kenobi/bumblebee-status/"
|
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"
|
DOWNLOAD="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.1.5/bumblebee-status-2.1.5.tar.gz"
|
||||||
MD5SUM="afe2f15135f6b5f44cd3ab99eebd6c21"
|
MD5SUM="89b5198aeebc95269a6972289866527a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="i3"
|
REQUIRES="i3"
|
||||||
|
|
|
@ -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",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue