# HG changeset patch # User Pascal Bellard # Date 1746780218 0 # Node ID 09fd0855266ed1cb183b02a297e2140a5c987ebf # Parent e309f13b7b7024f65d48dcfb25f0502bc849e542 Up fs-use (3.1.66), lha (20211125) diff -r e309f13b7b70 -r 09fd0855266e TeXmacs/receipt --- a/TeXmacs/receipt Thu May 08 12:12:00 2025 +0000 +++ b/TeXmacs/receipt Fri May 09 08:43:38 2025 +0000 @@ -17,7 +17,7 @@ # What is the latest version available today? current_version() { - wget -O - http://ftp.texmacs.org/pub/$PACKAGE/targz/ 2>/dev/null | \ + wget -O - http://ftp.texmacs.org/$PACKAGE/targz/ 2>/dev/null | \ sed "/src.tar/!d;s|.*$PACKAGE-\\(.*\\).src.*\".*|\\1|" | sort -Vr | sed q } diff -r e309f13b7b70 -r 09fd0855266e anthy/receipt --- a/anthy/receipt Thu May 08 12:12:00 2025 +0000 +++ b/anthy/receipt Fri May 09 08:43:38 2025 +0000 @@ -9,7 +9,7 @@ WEB_SITE="https://osdn.net/projects/anthy/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://acc.dl.osdn.jp/$PACKAGE/37536/$TARBALL" +WGET_URL="https://jaist.dl.sourceforge.jp/$PACKAGE/37536/$TARBALL" BUILD_DEPENDS="libtool" diff -r e309f13b7b70 -r 09fd0855266e fs-uae/receipt --- a/fs-uae/receipt Thu May 08 12:12:00 2025 +0000 +++ b/fs-uae/receipt Fri May 09 08:43:38 2025 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="fs-uae" -VERSION="3.0.0" +VERSION="3.1.66" CATEGORY="games" SHORT_DESC="An Amiga emulator based on UAE/WinUAE with a focus on emulating games" MAINTAINER="devel@slitaz.org" LICENSE="GPL2" WEB_SITE="https://fs-uae.net/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://fs-uae.net/stable/$VERSION/$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://fs-uae.net/files/FS-UAE/Stable/$VERSION/$TARBALL" BUILD_DEPENDS="gettext zip libmpeg2-dev openal-dev libpng-dev libsdl2-dev \ zlib-dev xorg-libX11-dev xorg-libXi-dev libatomic" diff -r e309f13b7b70 -r 09fd0855266e gtick/receipt --- a/gtick/receipt Thu May 08 12:12:00 2025 +0000 +++ b/gtick/receipt Fri May 09 08:43:38 2025 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GTick is a metronome application." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://www.antcom.de/gtick/" +WEB_SITE="https://www.antcom.de/gtick/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}download/$TARBALL" diff -r e309f13b7b70 -r 09fd0855266e gtkam/receipt --- a/gtkam/receipt Thu May 08 12:12:00 2025 +0000 +++ b/gtkam/receipt Fri May 09 08:43:38 2025 +0000 @@ -22,7 +22,7 @@ current_version() { wget -O - https://sourceforge.net/projects/gphoto/files/gtkam/ 2>/dev/null | \ - sed '/gtkam\/[0-9]/!d;/href=/!d;/#folder/d;s|.*gtkam/||;s|/stat.*||;q' + sed '/gtkam\/[0-9]/!d;/href=/!d;/#folder/d;s|.*gtkam/||;s|/.*||;q' } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e lha/receipt --- a/lha/receipt Thu May 08 12:12:00 2025 +0000 +++ b/lha/receipt Fri May 09 08:43:38 2025 +0000 @@ -1,14 +1,16 @@ # SliTaz package receipt. PACKAGE="lha" -VERSION="1.14i-ac20050924p1" +VERSION="20211125" CATEGORY="system-tools" SHORT_DESC="File archiver." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="CC-SA" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/jca02266/lha/" -WGET_URL="http://osdn.dl.sourceforge.jp/$PACKAGE/22231/$TARBALL" +WGET_URL="https://github.com/jca02266/lha/archive/refs/tags/release-$VERSION.tar.gz" + +BUILD_DEPENDS="automake" # What is the latest version available today? current_version() @@ -20,7 +22,10 @@ # Rules to configure and make the package. compile_rules() { - cd $src + aclocal + autoheader + automake -a + autoconf ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && diff -r e309f13b7b70 -r 09fd0855266e libsieve/receipt --- a/libsieve/receipt Thu May 08 12:12:00 2025 +0000 +++ b/libsieve/receipt Fri May 09 08:43:38 2025 +0000 @@ -16,7 +16,7 @@ current_version() { wget -O - https://github.com/sodabrew/libsieve/commits/libsieve-2.3 2>/dev/null | \ - sed '/Version/!d;s|.* \([0-9]\)|\1|;s|<.*||;q' + sed 's|,|,\n|g' | sed '/Version/!d;s|[^0-9]*||;s|".*||;q' } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e pyhn/receipt --- a/pyhn/receipt Thu May 08 12:12:00 2025 +0000 +++ b/pyhn/receipt Fri May 09 08:43:38 2025 +0000 @@ -17,7 +17,7 @@ current_version() { wget -O - https://github.com/toxinu/pyhn/commits/main 2>/dev/null | \ - sed '/Release/!d;s|.*elease ||;s|<.*||' + sed '/Release/!d;s|.*elease ||;s|[^0-9.].*||;q' } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e python-attr/receipt --- a/python-attr/receipt Thu May 08 12:12:00 2025 +0000 +++ b/python-attr/receipt Fri May 09 08:43:38 2025 +0000 @@ -18,7 +18,7 @@ current_version() { wget -O - $WEB_SITE 2>/dev/null | \ - sed '/attr version/!d;s|.*version ||;s|<.*||' + sed '/attr version/!d;s|.*attr version ||;s|[^0-9.].*||;q' } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e python-webtest/receipt --- a/python-webtest/receipt Thu May 08 12:12:00 2025 +0000 +++ b/python-webtest/receipt Fri May 09 08:43:38 2025 +0000 @@ -21,7 +21,7 @@ current_version() { wget -O - https://pypi.org/project/$SOURCE/ 2>/dev/null | \ - sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||;q" + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|[^0-9.].*||;q" } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e shellinabox/receipt --- a/shellinabox/receipt Thu May 08 12:12:00 2025 +0000 +++ b/shellinabox/receipt Fri May 09 08:43:38 2025 +0000 @@ -16,10 +16,11 @@ BUILD_DEPENDS="zlib-dev openssl-dev autoconf automake libtool" SUGGESTED="ssh knock" +# What is the latest version available today? current_version() { - wget -O - ${WGET_URL%/arch*}/commits/master 2>/dev/null | \ - sed '/ version /!d;s|.*version ||;s|<.*||;q' + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ + sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e wikiss/receipt --- a/wikiss/receipt Thu May 08 12:12:00 2025 +0000 +++ b/wikiss/receipt Fri May 09 08:43:38 2025 +0000 @@ -14,10 +14,11 @@ DEPENDS="lighttpd php" +# What is the latest version available today? current_version() { wget -O - $(dirname $WGET_URL) 2>/dev/null | \ - sed '/tgz/!d;s|.*href="\(.*\).tgz".*|\1|' | sort -Vr | sed q + sed '/wikiss/!d;s|.*href="wikiss-\(.*\).tgz".*|\1|' | sort -Vr | sed q } # Rules to configure and make the package. diff -r e309f13b7b70 -r 09fd0855266e xfce4-terminal/receipt --- a/xfce4-terminal/receipt Thu May 08 12:12:00 2025 +0000 +++ b/xfce4-terminal/receipt Fri May 09 08:43:38 2025 +0000 @@ -1,6 +1,7 @@ # SliTaz package receipt. PACKAGE="xfce4-terminal" +SOURCE="xfce4-terminal" # HGT: According to repology.org, in most linux distributions this package # is named xfce4-terminal, not terminal, what is a somewhat egocentric name. VERSION="0.6.3"