wok-6.x rev 24358
backintime: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 03 16:07:00 2022 +0000 (2022-02-03) |
parents | 9c973fb0a52b |
children | e4da0cc6f17b |
files | abiword/receipt backintime/receipt gegl/receipt gimp/receipt xmlto/receipt |
line diff
1.1 --- a/abiword/receipt Thu Feb 03 16:37:54 2022 +0100 1.2 +++ b/abiword/receipt Thu Feb 03 16:07:00 2022 +0000 1.3 @@ -31,7 +31,6 @@ 1.4 } 1.5 1.6 # Rules to configure and make the package. 1.7 -# Rules to configure and make the package. 1.8 compile_rules() 1.9 { 1.10 sed -i 's|glib/gmacros.h|glib.h|' goffice-bits/goffice/app/goffice-app.h
2.1 --- a/backintime/receipt Thu Feb 03 16:37:54 2022 +0100 2.2 +++ b/backintime/receipt Thu Feb 03 16:07:00 2022 +0000 2.3 @@ -10,7 +10,7 @@ 2.4 WEB_SITE="https://github.com/bit-team/backintime" 2.5 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 -WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL" 2.8 +WGET_URL="https://github.com/bit-team/backintime/archive/refs/tags/$VERSION.tar.gz" 2.9 2.10 SUGGESTED="backintime-lang" 2.11 DEPENDS="py3k py3k-dbus rsync" 2.12 @@ -18,7 +18,7 @@ 2.13 2.14 current_version() 2.15 { 2.16 - wget -O - ${WGET_URL%/down*} 2>/dev/null | \ 2.17 + wget -O - $WEB_SITE/releases 2>/dev/null | \ 2.18 sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 2.19 } 2.20
3.1 --- a/gegl/receipt Thu Feb 03 16:37:54 2022 +0100 3.2 +++ b/gegl/receipt Thu Feb 03 16:07:00 2022 +0000 3.3 @@ -25,7 +25,6 @@ 3.4 } 3.5 3.6 # Rules to configure and make the package. 3.7 -# Rules to configure and make the package. 3.8 compile_rules() 3.9 { 3.10 # Keep gegl light so we can make smaller gimp LiveCD flavors