wok rev 25773
cookutils: fix svg compressor
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 13 16:25:52 2024 +0000 (2 months ago) |
parents | 39004c348471 |
children | 542abd3cd228 |
files | Xdialog/receipt bacon/receipt cookutils/receipt szip-dev/receipt szip/receipt |
line diff
1.1 --- a/Xdialog/receipt Wed Sep 11 07:47:41 2024 +0100 1.2 +++ b/Xdialog/receipt Fri Sep 13 16:25:52 2024 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="rcx@zoominternet.net" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WEB_SITE="http://xdialog.free.fr/" 1.8 +WEB_SITE="http://xdialog.free.fr/index.html" 1.9 WGET_URL="http://xdialog.free.fr/$TARBALL" 1.10 1.11 DEPENDS="glibc-base glib libgio expat zlib fontconfig freetype gtk+ atk \
2.1 --- a/bacon/receipt Wed Sep 11 07:47:41 2024 +0100 2.2 +++ b/bacon/receipt Fri Sep 13 16:25:52 2024 +0000 2.3 @@ -9,7 +9,7 @@ 2.4 MAINTAINER="pascal.bellard@slitaz.org" 2.5 LICENSE="MIT" 2.6 #WEB_SITE="https://www.basic-converter.org/" 2.7 -WEB_SITE="https://chiselapp.com/user/bacon/repository/bacon/home" 2.8 +WEB_SITE="https://chiselapp.com/user/bacon/repository/bacon/" 2.9 2.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.11 #WGET_URL="${WEB_SITE}stable/$TARBALL"
3.1 --- a/cookutils/receipt Wed Sep 11 07:47:41 2024 +0100 3.2 +++ b/cookutils/receipt Fri Sep 13 16:25:52 2024 +0000 3.3 @@ -16,6 +16,7 @@ 3.4 DEPENDS="sdft" 3.5 SPLIT="cookutils-daemon" 3.6 3.7 +# What is the latest version available today? 3.8 current_version() 3.9 { 3.10 wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \ 3.11 @@ -28,6 +29,7 @@ 3.12 { 3.13 sed -i 's|\. receipt|. ./receipt|' cook 3.14 sed -i 's,grep -q ^aufs /proc/modules,grep "^nodev.aufs\$" /proc/filesystems,' cook 3.15 + sed -i 's|quiet true|quiet|' modules/compressor 3.16 patch -p1 -i $stuff/pkgdb-absolute.patch 3.17 patch -p1 -i $stuff/pkgdb-no-parallel.patch 3.18 patch -p1 -i $stuff/cook-newest.patch
4.1 --- a/szip-dev/receipt Wed Sep 11 07:47:41 2024 +0100 4.2 +++ b/szip-dev/receipt Fri Sep 13 16:25:52 2024 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="Lossless compression of scientific data, development files." 4.5 MAINTAINER="pascal.bellard@slitaz.org" 4.6 LICENSE="other" 4.7 -WEB_SITE="https://www.hdfgroup.org/doc_resource/SZIP" 4.8 +WEB_SITE="https://docs.hdfgroup.org/archive/support/doc_resource/SZIP/index.html" 4.9 WANTED="szip" 4.10 4.11 DEPENDS="szip"
5.1 --- a/szip/receipt Wed Sep 11 07:47:41 2024 +0100 5.2 +++ b/szip/receipt Fri Sep 13 16:25:52 2024 +0000 5.3 @@ -6,13 +6,14 @@ 5.4 SHORT_DESC="Lossless compression of scientific data." 5.5 MAINTAINER="pascal.bellard@slitaz.org" 5.6 LICENSE="other" 5.7 -WEB_SITE="https://www.hdfgroup.org/doc_resource/SZIP" 5.8 +WEB_SITE="https://docs.hdfgroup.org/archive/support/doc_resource/SZIP/index.html" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 -WGET_URL="https://www.hdfgroup.org/ftp/lib-external/szip/$VERSION/src/$TARBALL" 5.11 +WGET_URL="https://docs.hdfgroup.org/archive/support/ftp/lib-external/szip/$VERSION/src/$TARBALL" 5.12 5.13 DEPENDS="" 5.14 BUILD_DEPENDS="" 5.15 5.16 +# What is the latest version available today? 5.17 current_version() 5.18 { 5.19 wget -O - $WEB_SITE 2>/dev/null | \