desktop/nwg-menu: Updated for version 0.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac143ba8d2
commit
c2d9584e23
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nwg-menu
|
||||
|
||||
# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
|
||||
# Copyright 2023-2024 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=nwg-menu
|
||||
VERSION=${VERSION:-0.1.1}
|
||||
VERSION=${VERSION:-0.1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -75,7 +75,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/nwg-menu-vendor.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-vendor-$VERSION.tar.gz
|
||||
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.1"
|
||||
VERSION="0.1.2"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-menu/"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-menu/archive/v0.1.1/nwg-menu-0.1.1.tar.gz \
|
||||
https://slackware.lngn.net/pub/source/nwg-menu/nwg-menu-vendor.tar.gz"
|
||||
MD5SUM="5becee147d292835aa588b54f47925a5 \
|
||||
990f2e9d567cdd297907208eed4bfb60"
|
||||
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_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang gtk-layer-shell"
|
||||
|
|
Loading…
Reference in New Issue