Browse Source

desktop/nwg-menu: Updated for version 0.1.8.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/295/head
Jay Lanagan 6 months ago
committed by Willy Sudiarto Raharjo
parent
commit
9fe3cfad15
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      desktop/nwg-menu/nwg-menu.SlackBuild
  2. 10
      desktop/nwg-menu/nwg-menu.info

4
desktop/nwg-menu/nwg-menu.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-menu
VERSION=${VERSION:-0.1.7}
VERSION=${VERSION:-0.1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.?z
chown -R root:root .

10
desktop/nwg-menu/nwg-menu.info

@ -1,10 +1,10 @@
PRGNAM="nwg-menu"
VERSION="0.1.7"
VERSION="0.1.8"
HOMEPAGE="https://github.com/nwg-piotr/nwg-menu/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.7/nwg-menu-0.1.7.tar.gz \
https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor-0.1.7.tar.xz"
MD5SUM="f33d8ae2289c9667912c7d5d857ac143 \
d1d76b6a205d19cb42e62a95ddf967d1"
DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.8/nwg-menu-0.1.8.tar.gz \
https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor-0.1.8.tar.xz"
MD5SUM="5045aff35e1fce53e3dc1ad5314863c5 \
801bafe4328564c39034b77259f5a112"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang gtk-layer-shell"

Loading…
Cancel
Save