desktop/nwg-icon-picker: Updated for version 0.1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-02-02 07:48:11 -05:00 committed by Willy Sudiarto Raharjo
parent 19ef575dfa
commit fe563c358e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 8 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-icon-picker
VERSION=${VERSION:-0.1.0}
VERSION=${VERSION:-0.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,10 +83,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python3 setup.py install --optimize=1 --root=$PKG
mkdir -p $PKG/usr/share/pixmaps $PKG/usr/share/applications
chmod 644 nwg-icon-picker.svg nwg-icon-picker.desktop
cp nwg-icon-picker.svg $PKG/usr/share/pixmaps
cp nwg-icon-picker.desktop $PKG/usr/share/applications
install -Dm0644 -t $PKG/usr/share/applications nwg-icon-picker.desktop
install -Dm0644 -t $PKG/usr/share/pixmaps nwg-icon-picker.svg
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View File

@ -1,8 +1,8 @@
PRGNAM="nwg-icon-picker"
VERSION="0.1.0"
VERSION="0.1.1"
HOMEPAGE="https://github.com/nwg-piotr/nwg-icon-picker"
DOWNLOAD="https://github.com/nwg-piotr/nwg-icon-picker/archive/v0.1.0/nwg-icon-picker-0.1.0.tar.gz"
MD5SUM="b219c223ef52affcbbfa653615e9b627"
DOWNLOAD="https://github.com/nwg-piotr/nwg-icon-picker/archive/v0.1.1/nwg-icon-picker-0.1.1.tar.gz"
MD5SUM="bb55018332f738f6d72609f4027197d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""