# HG changeset patch # User Pascal Bellard # Date 1632817911 0 # Node ID ad86373a4a8cb768fb797cca328d99f5ba61fbbd # Parent 62b29084b518967f6b31beab58254a9e594737ec Up rdesktop (1.9.0) diff -r 62b29084b518 -r ad86373a4a8c rdesktop/receipt --- a/rdesktop/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/rdesktop/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rdesktop" -VERSION="1.8.6" +VERSION="1.9.0" CATEGORY="network" TAGS="rdp remote-desktop" SHORT_DESC="Remote Desktop Protocol (RDP) client for Windows terminal server." diff -r 62b29084b518 -r ad86373a4a8c xfe/receipt --- a/xfe/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xfe/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -28,6 +28,13 @@ export LDLAGS="-L/cross/$ARCH/sysroot/usr/lib" ;; esac +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xgalaga/receipt --- a/xgalaga/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xgalaga/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -14,6 +14,12 @@ xorg-libXau xorg-libXdmcp xorg-libSM xorg-libICE util-linux-uuid" BUILD_DEPENDS="xorg-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xget/receipt --- a/xget/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xget/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -14,6 +14,13 @@ DEPENDS="" BUILD_DEPENDS="openssl openssl-dev elfutils-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/$SOURCE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed '/files_name_h/!d;/XCPU/!d;s|.*XCPU/||;s|/.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xine-ui/receipt --- a/xine-ui/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xine-ui/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -19,6 +19,12 @@ # Use a custom .desktop file GENERIC_MENUS="no" +current_version() +{ + wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE/ 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xmlrpc-c/receipt --- a/xmlrpc-c/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xmlrpc-c/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -13,6 +13,13 @@ DEPENDS="gcc-lib-base" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed '/files_name_h/!d;/Stable/!d;s|.*Stable/||;s|/.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xmlstarlet/receipt --- a/xmlstarlet/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xmlstarlet/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -13,6 +13,13 @@ DEPENDS="libxml2 libxslt zlib" BUILD_DEPENDS="libxslt-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/xmlstar/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed '/files_name_h/!d;/xmlstarlet/!d;s|.*xmlstarlet/||;s|/.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xosd/receipt --- a/xosd/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xosd/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -14,6 +14,13 @@ DEPENDS="xorg-libX11" BUILD_DEPENDS="xorg-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/libxosd/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xournal/receipt --- a/xournal/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xournal/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -16,6 +16,13 @@ BUILD_DEPENDS="autoconf automake gtk+-dev libart_lgpl-dev libgnomecanvas-dev poppler-dev zlib-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed '/files_name_h/!d;/xournal/!d;s|.*binaries/||;s|/.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xpaint/receipt --- a/xpaint/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xpaint/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -17,6 +17,13 @@ HOST_ARCH="i486 arm" +current_version() +{ + wget -O - https://sourceforge.net/projects/sf-xpaint/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xplanet/receipt --- a/xplanet/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xplanet/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -17,6 +17,13 @@ xorg-libX11-dev freetype-dev pango-dev fontconfig-dev glib-dev \ xorg-libXau-dev xorg-libXdmcp-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xplc/receipt --- a/xplc/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xplc/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -14,15 +14,20 @@ DEPENDS="gcc-lib-base" BUILD_DEPENDS="" +current_version() +{ + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" +} + # Rules to configure and make the package. - -compile_rules() { - cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - --without-libuuid $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install - +compile_rules() +{ + ./configure --prefix=/usr --mandir=/usr/share/man \ + --without-libuuid $CONFIGURE_ARGS && + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 62b29084b518 -r ad86373a4a8c xtrkcad/receipt --- a/xtrkcad/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xtrkcad/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -21,6 +21,13 @@ pkg-config xorg-kbproto xorg-libX11-dev xorg-libXau-dev xorg-libXdmcp-dev xorg-renderproto xorg-xproto zlib-dev" +current_version() +{ + wget -O - https://sourceforge.net/projects/xtrkcad-fork/files/ 2>/dev/null | \ + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ + sed 's| |\n|g' | sed '/Version%/!d;s|%20| |g;s|.*sion ||;s|/.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 62b29084b518 -r ad86373a4a8c xv/receipt --- a/xv/receipt Sat Sep 25 17:50:51 2021 +0100 +++ b/xv/receipt Tue Sep 28 08:31:51 2021 +0000 @@ -16,6 +16,12 @@ DEPENDS="xorg" BUILD_DEPENDS="xorg-dev" +current_version() +{ + wget -O - http://www.trilon.com/xv/downloads.html 2>/dev/null | \ + sed '/tar.gz/!d;s|.*/xv-||;s|.tar.*||;q' +} + # Rules to configure and make the package. compile_rules() {