diff options
-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="" |