wok diff screenfetch/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (20 months ago)
parents 8eaf1d9eb640
children 0262035dc1e7
line diff
     1.1 --- a/screenfetch/receipt	Tue Nov 09 17:05:26 2021 +0000
     1.2 +++ b/screenfetch/receipt	Sat Oct 01 09:32:27 2022 +0000
     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 -