diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-02 07:48:11 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 21:57:37 +0700 |
commit | fe563c358e6e188614cf70260a219bb18c0b1502 (patch) | |
tree | 884f2e71f5cc71b86b29306b407cc96089f7c78d | |
parent | 19ef575dfa74d72d594da65a1f1bc016e2d0241b (diff) |
desktop/nwg-icon-picker: Updated for version 0.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/nwg-icon-picker/nwg-icon-picker.info | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild b/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild index 1a8fe508f1ab..889b1b24df04 100644 --- a/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild +++ b/desktop/nwg-icon-picker/nwg-icon-picker.SlackBuild @@ -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 diff --git a/desktop/nwg-icon-picker/nwg-icon-picker.info b/desktop/nwg-icon-picker/nwg-icon-picker.info index eb9c145ede2d..57ea4ef47d00 100644 --- a/desktop/nwg-icon-picker/nwg-icon-picker.info +++ b/desktop/nwg-icon-picker/nwg-icon-picker.info @@ -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="" |