diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-02-01 06:17:24 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 06:07:54 +0700 |
commit | 2162c5156a07d63f85cd65e1e12edb698a61c0f6 (patch) | |
tree | 4653fa063ff0428e1d92613bace909fcb28d4103 /desktop | |
parent | 37a8cd16d3c418cc839c6d1accb1a9ced2e7470f (diff) |
desktop/nwg-bar: Updated for version 0.1.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-bar/nwg-bar.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/nwg-bar/nwg-bar.info | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/desktop/nwg-bar/nwg-bar.SlackBuild b/desktop/nwg-bar/nwg-bar.SlackBuild index fcc1c7a203db6..e084ec86b54d1 100644 --- a/desktop/nwg-bar/nwg-bar.SlackBuild +++ b/desktop/nwg-bar/nwg-bar.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nwg-bar -# 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-bar -VERSION=${VERSION:-0.1.5} +VERSION=${VERSION:-0.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -89,9 +89,9 @@ CGO_CXXFLAGS="$SLKCFLAGS" \ go build -mod vendor -o bin/$PRGNAM *.go install -d $PKG/usr/share/$PRGNAM/images -install -Dm644 -t $PKG/usr/share/$PRGNAM/images/ $TMP/$PRGNAM-$VERSION/images/* -install -Dm644 -t $PKG/usr/share/$PRGNAM/ $TMP/$PRGNAM-$VERSION/config/* -install -Dm755 -t $PKG/usr/bin $TMP/$PRGNAM-$VERSION/bin/$PRGNAM +install -Dm644 -t $PKG/usr/share/$PRGNAM/images/ images/* +install -Dm644 -t $PKG/usr/share/$PRGNAM/ config/* +install -Dm755 -t $PKG/usr/bin bin/$PRGNAM 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-bar/nwg-bar.info b/desktop/nwg-bar/nwg-bar.info index aa9e3c4ab85b2..8068e7b295aac 100644 --- a/desktop/nwg-bar/nwg-bar.info +++ b/desktop/nwg-bar/nwg-bar.info @@ -1,10 +1,10 @@ PRGNAM="nwg-bar" -VERSION="0.1.5" +VERSION="0.1.6" HOMEPAGE="https://github.com/nwg-piotr/nwg-bar/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-bar/archive/refs/tags/v0.1.5.tar.gz \ - https://slackware.lngn.net/pub/source/nwg-bar/nwg-bar-vendor-0.1.5.tar.gz" -MD5SUM="389b0e7b37bb52c790042006f494e2fb \ - a25438e731fb217ddd6bb07831ffa981" +DOWNLOAD="https://github.com/nwg-piotr/nwg-bar/archive/refs/tags/v0.1.6.tar.gz \ + https://slackware.lngn.net/pub/source/nwg-bar/nwg-bar-vendor-0.1.6.tar.gz" +MD5SUM="1dce147a62eb2478e1025c779b04b631 \ + 242376bf5f16bceecd57dec6a1578a5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtk-layer-shell google-go-lang" |