mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/nwg-menu: Updated for version 0.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
787dea18fc
commit
73942c4882
2 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nwg-menu
|
||||
VERSION=${VERSION:-0.1.2}
|
||||
VERSION=${VERSION:-0.1.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -73,9 +73,9 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.?z
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nwg-menu"
|
||||
VERSION="0.1.2"
|
||||
VERSION="0.1.3"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-menu/"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.2/nwg-menu-0.1.2.tar.gz \
|
||||
https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor-0.1.2.tar.gz"
|
||||
MD5SUM="47a4d4fc41cb69a05ab3232097432605 \
|
||||
b7bb51bfa386b93bbddcc1887506f5f7"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.3/nwg-menu-0.1.3.tar.gz \
|
||||
https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor-0.1.3.tar.xz"
|
||||
MD5SUM="542ffe1db1cc93dc2791f431d8b5d132 \
|
||||
974c0ed73c0b57150cd9474e94f48a88"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang gtk-layer-shell"
|
||||
|
|
Loading…
Reference in a new issue