wok rev 25295
updated screenfetch (3.5.0 -> 3.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 19 17:44:19 2022 +0100 (2022-07-19) |
parents | 3110e5023d97 |
children | b71733415667 |
files | screenfetch/receipt |
line diff
1.1 --- a/screenfetch/receipt Tue Jul 19 17:34:06 2022 +0100 1.2 +++ b/screenfetch/receipt Tue Jul 19 17:44:19 2022 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="screenfetch" 1.7 -VERSION="3.5.0" 1.8 +VERSION="3.9.1" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Bash screenshot information tool." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://github.com/KittyKatt/screenFetch" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://github.com/KittyKatt/screenFetch" 1.17 -WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/KittyKatt/screenFetch/archive/v$VERSION.tar.gz" 1.19 1.20 DEPENDS="bash procps xorg-xdpyinfo" 1.21 -BUILD_DEPENDS="git bzip2" 1.22 +BUILD_DEPENDS="" 1.23 1.24 current_version() 1.25 { 1.26 @@ -23,13 +24,13 @@ 1.27 compile_rules() 1.28 { 1.29 # patch for SliTaz (use basic artwork - job for artwork team?) 1.30 - patch -i ../../stuff/slitaz.patch 1.31 +# patch -i ../../stuff/slitaz.patch replaced by 1.32 + patch -i ../../stuff/patches/screenfetch-dev-$VERSION 1.33 } 1.34 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 mkdir -p $fs/usr/bin 1.39 - cp -a $src/screenfetch-dev $fs/usr/bin/screenfetch 1.40 + cp -a $src/screenfetch-dev $fs/usr/bin/screenfetch 1.41 } 1.42 -