diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2023-11-23 06:52:47 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 06:48:25 +0700 |
commit | 2c7b62ab5716dd44535f2fa50eaca955b64e47ee (patch) | |
tree | c760f145e93cbef2d4ab868d1da0f3ee6b7638ef /desktop/nwg-look | |
parent | b4343d1bba70932b8ed1b556973dba333aa38afc (diff) |
desktop/nwg-look: Updated for version 0.2.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-look')
-rw-r--r-- | desktop/nwg-look/gomin.patch | 11 | ||||
-rw-r--r-- | desktop/nwg-look/nwg-look.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/nwg-look/nwg-look.info | 10 |
3 files changed, 6 insertions, 20 deletions
diff --git a/desktop/nwg-look/gomin.patch b/desktop/nwg-look/gomin.patch deleted file mode 100644 index 3992440923d7..000000000000 --- a/desktop/nwg-look/gomin.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/go.mod -+++ b/go.mod -@@ -1,6 +1,6 @@ - module github.com/nwg-piotr/nwg-look - --go 1.20 -+go 1.19 - - require ( - github.com/gotk3/gotk3 v0.6.1 - diff --git a/desktop/nwg-look/nwg-look.SlackBuild b/desktop/nwg-look/nwg-look.SlackBuild index fa1b0ef75d18..ac53453e2e51 100644 --- a/desktop/nwg-look/nwg-look.SlackBuild +++ b/desktop/nwg-look/nwg-look.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-look -VERSION=${VERSION:-0.2.4} +VERSION=${VERSION:-0.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +77,6 @@ tar xvf $CWD/v$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION tar xvf $CWD/nwg-look-vendor-$VERSION.tar.gz -# lower Go minimum version so we can build on 15.0 -patch -Np1 -i $CWD/gomin.patch || exit 1 - chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/desktop/nwg-look/nwg-look.info b/desktop/nwg-look/nwg-look.info index 5ad997084022..06360c5290f7 100644 --- a/desktop/nwg-look/nwg-look.info +++ b/desktop/nwg-look/nwg-look.info @@ -1,10 +1,10 @@ PRGNAM="nwg-look" -VERSION="0.2.4" +VERSION="0.2.5" HOMEPAGE="https://github.com/nwg-piotr/nwg-look/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-look/archive/v0.2.4/nwg-look-0.2.4.tar.gz \ - https://slackware.lngn.net/pub/source/nwg-look/nwg-look-vendor-0.2.4.tar.gz" -MD5SUM="62bfc112ffca0503c4598384bf23a096 \ - 92345424d69ef5b13c59d9937b0d0c0c" +DOWNLOAD="https://github.com/nwg-piotr/nwg-look/archive/v0.2.5/nwg-look-0.2.5.tar.gz \ + https://slackware.lngn.net/pub/source/nwg-look/nwg-look-vendor-0.2.5.tar.gz" +MD5SUM="5336d01b832e15815abc4f77e7396177 \ + c2b57142e3f7b40dbed2040fbce25718" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang xcur2png" |