mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/nwg-shell-config: Updated for version 0.5.32.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fe563c358e
commit
beb549af71
2 changed files with 7 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for nwg-shell-config
|
||||
|
||||
# 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-shell-config
|
||||
VERSION=${VERSION:-0.5.31}
|
||||
VERSION=${VERSION:-0.5.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -87,10 +87,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/applications $PKG/usr/share/pixmaps
|
||||
chmod 644 *.desktop *.svg
|
||||
cp nwg-shell-config.desktop $PKG/usr/share/applications
|
||||
cp *.svg $PKG/usr/share/pixmaps
|
||||
install -Dm0644 -t $PKG/usr/share/applications nwg-shell-config.desktop
|
||||
install -Dm0644 -t $PKG/usr/share/pixmaps *.svg
|
||||
|
||||
# Include Slackware logo on System Info screen
|
||||
# Antü Plasma-KDE Theme licensed under the CREATIVE COMMONS BY-SA 3.0.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="nwg-shell-config"
|
||||
VERSION="0.5.31"
|
||||
VERSION="0.5.32"
|
||||
HOMEPAGE="https://github.com/nwg-piotr/nwg-shell-config/"
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.31/nwg-shell-config-0.5.31.tar.gz \
|
||||
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell-config/archive/v0.5.32/nwg-shell-config-0.5.32.tar.gz \
|
||||
https://slackware.lngn.net/pub/source/nwg-shell-config/Antu_distributor-logo-slackware.svg"
|
||||
MD5SUM="781199581af53fef7d486e5c1132e87d \
|
||||
MD5SUM="9b6581790bdabbc9d907ec34899eaf0f \
|
||||
bae7126cf7fbb634e09ddedd861a133d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue