diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-01-11 06:19:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-12 06:13:16 +0700 |
commit | b7bfc6816b1764d5ac95cea45211e0d05d25f474 (patch) | |
tree | be723d321559426611c4fbf6acd22af6d1a9c5bc /desktop/nwg-panel | |
parent | ef85c8a6bf74ba1228047e26b2243bc245da09eb (diff) |
desktop/nwg-panel: Updated for version 0.9.21
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-panel')
-rw-r--r-- | desktop/nwg-panel/nwg-panel.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/nwg-panel/nwg-panel.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/nwg-panel/nwg-panel.SlackBuild b/desktop/nwg-panel/nwg-panel.SlackBuild index 016d239b59975..cae9cdb0e9c9c 100644 --- a/desktop/nwg-panel/nwg-panel.SlackBuild +++ b/desktop/nwg-panel/nwg-panel.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-panel -VERSION=${VERSION:-0.9.19} +VERSION=${VERSION:-0.9.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -98,7 +98,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CONTRIBUTING.md LICENSE README.md \ +cp -a LICENSE README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/desktop/nwg-panel/nwg-panel.info b/desktop/nwg-panel/nwg-panel.info index d8236697b792d..da1b991f20392 100644 --- a/desktop/nwg-panel/nwg-panel.info +++ b/desktop/nwg-panel/nwg-panel.info @@ -1,8 +1,8 @@ PRGNAM="nwg-panel" -VERSION="0.9.19" +VERSION="0.9.21" HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.19/nwg-panel-0.9.19.tar.gz" -MD5SUM="3e0e2dd1164e68da3ef0341b675f71e7" +DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.21/nwg-panel-0.9.21.tar.gz" +MD5SUM="5553a6429c38e03f5b81ccf4a2e1b4ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="light nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces SwayNotificationCenter wlr-randr ddcutil" |