wok rev 24415
Add some current_version
line diff
1.1 --- a/coreutils-multicall/receipt Thu Feb 10 11:43:39 2022 +0000 1.2 +++ b/coreutils-multicall/receipt Thu Feb 10 18:04:02 2022 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="acl attr glibc-base gmp libcap" 1.5 BUILD_DEPENDS="automake gmp-dev libcap-dev xz" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.11 + sed '/latest/d;/coreutils-/!d;/tar/!d;s|.*coreutils-||;s|.tar.*||' | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {
2.1 --- a/coreutils/receipt Thu Feb 10 11:43:39 2022 +0000 2.2 +++ b/coreutils/receipt Thu Feb 10 18:04:02 2022 +0000 2.3 @@ -23,6 +23,13 @@ 2.4 DEPENDS="acl attr glibc-base gmp" 2.5 BUILD_DEPENDS="automake gmp-dev libcap-dev xz" 2.6 2.7 +# What is the latest version available today? 2.8 +current_version() 2.9 +{ 2.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 2.11 + sed '/latest/d;/coreutils-/!d;/tar/!d;s|.*coreutils-||;s|.tar.*||' | sort -Vr | sed q 2.12 +} 2.13 + 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 {
3.1 --- a/cvs/receipt Thu Feb 10 11:43:39 2022 +0000 3.2 +++ b/cvs/receipt Thu Feb 10 18:04:02 2022 +0000 3.3 @@ -14,6 +14,13 @@ 3.4 3.5 DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" 3.6 3.7 +# What is the latest version available today? 3.8 +current_version() 3.9 +{ 3.10 + wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 3.11 + sed '/\[DIR/!d;s|.*href="||;s|/.*||' | sort -Vr | sed q 3.12 +} 3.13 + 3.14 # Rules to configure and make the package. 3.15 compile_rules() 3.16 {
4.1 --- a/davfs2/receipt Thu Feb 10 11:43:39 2022 +0000 4.2 +++ b/davfs2/receipt Thu Feb 10 18:04:02 2022 +0000 4.3 @@ -16,6 +16,13 @@ 4.4 4.5 CONFIG_FILES="/etc/davfs2" 4.6 4.7 +# What is the latest version available today? 4.8 +current_version() 4.9 +{ 4.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 4.11 + sed '/davfs2-/!d;/bin/d;s|.*davfs2-||;s|.tar.*||' | sort -Vr | sed q 4.12 +} 4.13 + 4.14 # Rules to configure and make the package. 4.15 compile_rules() 4.16 {
5.1 --- a/ddrescue/receipt Thu Feb 10 11:43:39 2022 +0000 5.2 +++ b/ddrescue/receipt Thu Feb 10 18:04:02 2022 +0000 5.3 @@ -15,6 +15,13 @@ 5.4 DEPENDS="gcc-lib-base" 5.5 BUILD_DEPENDS="lzip" 5.6 5.7 +# What is the latest version available today? 5.8 +current_version() 5.9 +{ 5.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 5.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 5.12 +} 5.13 + 5.14 # Rules to configure and make the package. 5.15 compile_rules() 5.16 {
6.1 --- a/dmidecode/receipt Thu Feb 10 11:43:39 2022 +0000 6.2 +++ b/dmidecode/receipt Thu Feb 10 18:04:02 2022 +0000 6.3 @@ -13,6 +13,13 @@ 6.4 6.5 DEPENDS="" 6.6 6.7 +# What is the latest version available today? 6.8 +current_version() 6.9 +{ 6.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 6.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 6.12 +} 6.13 + 6.14 # Rules to configure and make the package. 6.15 compile_rules() 6.16 {
7.1 --- a/exo/receipt Thu Feb 10 11:43:39 2022 +0000 7.2 +++ b/exo/receipt Thu Feb 10 18:04:02 2022 +0000 7.3 @@ -16,6 +16,13 @@ 7.4 util-linux-uuid-dev libgio-dev glib-dev gtk+-dev libxfce4ui-dev libxml2-dev \ 7.5 xcb-util-dev" 7.6 7.7 +# What is the latest version available today? 7.8 +current_version() 7.9 +{ 7.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 7.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 7.12 +} 7.13 + 7.14 # Rules to configure and make the package. 7.15 compile_rules() 7.16 {
8.1 --- a/exosip/receipt Thu Feb 10 11:43:39 2022 +0000 8.2 +++ b/exosip/receipt Thu Feb 10 18:04:02 2022 +0000 8.3 @@ -13,6 +13,13 @@ 8.4 DEPENDS="osip openssl" 8.5 BUILD_DEPENDS="osip-dev openssl-dev" 8.6 8.7 +# What is the latest version available today? 8.8 +current_version() 8.9 +{ 8.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 8.11 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 8.12 +} 8.13 + 8.14 # Rules to configure and make the package. 8.15 compile_rules() 8.16 {
9.1 --- a/freetype-infinality/receipt Thu Feb 10 11:43:39 2022 +0000 9.2 +++ b/freetype-infinality/receipt Thu Feb 10 18:04:02 2022 +0000 9.3 @@ -15,6 +15,13 @@ 9.4 DEPENDS="slitaz-base-files zlib" 9.5 BUILD_DEPENDS="bzip2-dev" 9.6 9.7 +# What is the latest version available today? 9.8 +current_version() 9.9 +{ 9.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 9.11 + sed "/$SOURCE-/!d;/tar/!d;/doc/d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 9.12 +} 9.13 + 9.14 # Rules to configure and make the package. 9.15 compile_rules() 9.16 {
10.1 --- a/garcon/receipt Thu Feb 10 11:43:39 2022 +0000 10.2 +++ b/garcon/receipt Thu Feb 10 18:04:02 2022 +0000 10.3 @@ -14,6 +14,14 @@ 10.4 BUILD_DEPENDS="intltool libgio libgio-dev glib-dev libxfce4ui-dev libxfce4util-dev \ 10.5 util-linux-uuid-dev gtk+-dev startup-notification-dev xcb-util-dev" 10.6 10.7 +# What is the latest version available today? 10.8 +current_version() 10.9 +{ 10.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 10.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 10.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 10.13 +} 10.14 + 10.15 # Rules to configure and make the package. 10.16 compile_rules() 10.17 {
11.1 --- a/gigolo/receipt Thu Feb 10 11:43:39 2022 +0000 11.2 +++ b/gigolo/receipt Thu Feb 10 18:04:02 2022 +0000 11.3 @@ -14,6 +14,14 @@ 11.4 DEPENDS="gtk+" 11.5 BUILD_DEPENDS="gtk+-dev python-dev" 11.6 11.7 +# What is the latest version available today? 11.8 +current_version() 11.9 +{ 11.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 11.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 11.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 11.13 +} 11.14 + 11.15 # Rules to configure and make the package. 11.16 compile_rules() 11.17 {
12.1 --- a/gnubg/receipt Thu Feb 10 11:43:39 2022 +0000 12.2 +++ b/gnubg/receipt Thu Feb 10 18:04:02 2022 +0000 12.3 @@ -9,13 +9,20 @@ 12.4 WEB_SITE="https://www.gnu.org/software/gnubg/" 12.5 12.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.7 -WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$PACKAGE-release-$VERSION-sources.tar.gz" 12.8 +WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$PACKAGE-release-$VERSION-sources.tar.gz" 12.9 12.10 DEPENDS="gmp gtk+ libcanberra libltdl libvorbis ncurses python" 12.11 BUILD_DEPENDS="autoconf automake bison cairo-dev flex freetype-dev 12.12 glib-dev gmp-dev gtk+-dev gtkglext-dev libcanberra-dev libpng-dev 12.13 libtool pkg-config python-dev readline-dev sqlite-dev" 12.14 12.15 +# What is the latest version available today? 12.16 +current_version() 12.17 +{ 12.18 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 12.19 + sed "/$PACKAGE-/!d;/tar/!d;s|.*release-||;s|-source.*||" | sort -Vr | sed q 12.20 +} 12.21 + 12.22 # Rules to configure and make the package. 12.23 compile_rules() 12.24 {
13.1 --- a/grub/receipt Thu Feb 10 11:43:39 2022 +0000 13.2 +++ b/grub/receipt Thu Feb 10 18:04:02 2022 +0000 13.3 @@ -8,11 +8,18 @@ 13.4 LICENSE="GPL2" 13.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.6 WEB_SITE="http://www.gnu.org/software/grub/" 13.7 -WGET_URL="ftp://alpha.gnu.org/gnu/grub/$TARBALL" 13.8 +WGET_URL="http://alpha.gnu.org/gnu/grub/$TARBALL" 13.9 CONFIG_FILES="/boot/grub" 13.10 13.11 BUILD_DEPENDS="gcc3" 13.12 13.13 +# What is the latest version available today? 13.14 +current_version() 13.15 +{ 13.16 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 13.17 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 13.18 +} 13.19 + 13.20 # Rules to configure and make the package. 13.21 compile_rules() 13.22 {
14.1 --- a/grub2-efi-x64/receipt Thu Feb 10 11:43:39 2022 +0000 14.2 +++ b/grub2-efi-x64/receipt Thu Feb 10 18:04:02 2022 +0000 14.3 @@ -10,7 +10,7 @@ 14.4 14.5 SOURCE="grub" 14.6 TARBALL="$SOURCE-$VERSION.tar.xz" 14.7 -WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" 14.8 +WGET_URL="http://ftp.gnu.org/gnu/grub/$TARBALL" 14.9 14.10 DEPENDS="freetype grep libdevmapper libusb libusb-compat ncurses zlib" 14.11 BUILD_DEPENDS="bison flex freetype-dev fuse-dev libdevmapper-dev 14.12 @@ -21,6 +21,13 @@ 14.13 14.14 AUFS_NOT_RAMFS="uclibc-cross-compiler-x86_64 is not compatible with aufs+tmpfs 8(" 14.15 14.16 +# What is the latest version available today? 14.17 +current_version() 14.18 +{ 14.19 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 14.20 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 14.21 +} 14.22 + 14.23 # Rules to configure and make the package. 14.24 compile_rules() 14.25 {
15.1 --- a/grub2-efi/receipt Thu Feb 10 11:43:39 2022 +0000 15.2 +++ b/grub2-efi/receipt Thu Feb 10 18:04:02 2022 +0000 15.3 @@ -10,7 +10,7 @@ 15.4 15.5 SOURCE="grub" 15.6 TARBALL="$SOURCE-$VERSION.tar.xz" 15.7 -WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" 15.8 +WGET_URL="http://ftp.gnu.org/gnu/grub/$TARBALL" 15.9 15.10 DEPENDS="freetype grep libdevmapper libusb-compat libusb ncurses zlib" 15.11 BUILD_DEPENDS="bison flex freetype-dev fuse-dev libdevmapper-dev 15.12 @@ -18,6 +18,13 @@ 15.13 15.14 CONFIG_FILES="/etc/default/grub /etc/grub.d/40_custom" 15.15 15.16 +# What is the latest version available today? 15.17 +current_version() 15.18 +{ 15.19 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 15.20 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 15.21 +} 15.22 + 15.23 # Rules to configure and make the package. 15.24 compile_rules() 15.25 {
16.1 --- a/grub2/receipt Thu Feb 10 11:43:39 2022 +0000 16.2 +++ b/grub2/receipt Thu Feb 10 18:04:02 2022 +0000 16.3 @@ -10,7 +10,7 @@ 16.4 16.5 SOURCE="grub" 16.6 TARBALL="$SOURCE-$VERSION.tar.xz" 16.7 -WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" 16.8 +WGET_URL="http://ftp.gnu.org/gnu/grub/$TARBALL" 16.9 16.10 DEPENDS="freetype grep libdevmapper libusb libusb-compat ncurses zlib" 16.11 BUILD_DEPENDS="bison flex freetype-dev fuse-dev libdevmapper-dev 16.12 @@ -20,6 +20,13 @@ 16.13 16.14 SUGGESTED="os-prober" 16.15 16.16 +# What is the latest version available today? 16.17 +current_version() 16.18 +{ 16.19 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 16.20 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 16.21 +} 16.22 + 16.23 # Rules to configure and make the package. 16.24 compile_rules() 16.25 {
17.1 --- a/gsl/receipt Thu Feb 10 11:43:39 2022 +0000 17.2 +++ b/gsl/receipt Thu Feb 10 18:04:02 2022 +0000 17.3 @@ -11,6 +11,13 @@ 17.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 17.5 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 17.6 17.7 +# What is the latest version available today? 17.8 +current_version() 17.9 +{ 17.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 17.11 + sed "/$PACKAGE-/!d;/tar/!d;/latest/d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 17.12 +} 17.13 + 17.14 # Rules to configure and make the package. 17.15 compile_rules() 17.16 {
18.1 --- a/gtk-xfce-engine/receipt Thu Feb 10 11:43:39 2022 +0000 18.2 +++ b/gtk-xfce-engine/receipt Thu Feb 10 18:04:02 2022 +0000 18.3 @@ -14,6 +14,14 @@ 18.4 DEPENDS="gtk+" 18.5 BUILD_DEPENDS="gtk+-dev libffi" 18.6 18.7 +# What is the latest version available today? 18.8 +current_version() 18.9 +{ 18.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 18.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 18.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 18.13 +} 18.14 + 18.15 # Rules to configure and make the package. 18.16 compile_rules() 18.17 {
19.1 --- a/gv/receipt Thu Feb 10 11:43:39 2022 +0000 19.2 +++ b/gv/receipt Thu Feb 10 18:04:02 2022 +0000 19.3 @@ -13,6 +13,13 @@ 19.4 DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama" 19.5 BUILD_DEPENDS="xorg-libXaw3d-dev xorg-libXinerama-dev" 19.6 19.7 +# What is the latest version available today? 19.8 +current_version() 19.9 +{ 19.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 19.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 19.12 +} 19.13 + 19.14 # Rules to configure and make the package. 19.15 compile_rules() 19.16 {
20.1 --- a/gvpe/receipt Thu Feb 10 11:43:39 2022 +0000 20.2 +++ b/gvpe/receipt Thu Feb 10 18:04:02 2022 +0000 20.3 @@ -15,6 +15,13 @@ 20.4 DEPENDS="openssl zlib" 20.5 BUILD_DEPENDS="openssl-dev zlib-dev" 20.6 20.7 +# What is the latest version available today? 20.8 +current_version() 20.9 +{ 20.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 20.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 20.12 +} 20.13 + 20.14 # Rules to configure and make the package. 20.15 compile_rules() 20.16 {
21.1 --- a/icoutils/receipt Thu Feb 10 11:43:39 2022 +0000 21.2 +++ b/icoutils/receipt Thu Feb 10 18:04:02 2022 +0000 21.3 @@ -14,6 +14,13 @@ 21.4 DEPENDS="libpng" 21.5 BUILD_DEPENDS="libpng-dev libpng" 21.6 21.7 +# What is the latest version available today? 21.8 +current_version() 21.9 +{ 21.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 21.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 21.12 +} 21.13 + 21.14 # Rules to configure and make the package. 21.15 compile_rules() 21.16 {
22.1 --- a/libunwind/receipt Thu Feb 10 11:43:39 2022 +0000 22.2 +++ b/libunwind/receipt Thu Feb 10 18:04:02 2022 +0000 22.3 @@ -14,6 +14,13 @@ 22.4 DEPENDS="liblzma" 22.5 BUILD_DEPENDS="liblzma-dev" 22.6 22.7 +# What is the latest version available today? 22.8 +current_version() 22.9 +{ 22.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 22.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 22.12 +} 22.13 + 22.14 # Rules to configure and make the package. 22.15 compile_rules() 22.16 {
23.1 --- a/libxfce4ui/receipt Thu Feb 10 11:43:39 2022 +0000 23.2 +++ b/libxfce4ui/receipt Thu Feb 10 18:04:02 2022 +0000 23.3 @@ -15,6 +15,14 @@ 23.4 BUILD_DEPENDS="gtk+-dev libxfce4util-dev libxfconf-dev \ 23.5 startup-notification-dev libglade-dev xcb-util-dev util-linux-uuid-dev intltool" 23.6 23.7 +# What is the latest version available today? 23.8 +current_version() 23.9 +{ 23.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 23.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 23.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 23.13 +} 23.14 + 23.15 # Rules to configure and make the package. 23.16 compile_rules() 23.17 {
24.1 --- a/libxfce4util/receipt Thu Feb 10 11:43:39 2022 +0000 24.2 +++ b/libxfce4util/receipt Thu Feb 10 18:04:02 2022 +0000 24.3 @@ -13,6 +13,14 @@ 24.4 DEPENDS="gtk+" 24.5 BUILD_DEPENDS="gtk+-dev intltool pkg-config" 24.6 24.7 +# What is the latest version available today? 24.8 +current_version() 24.9 +{ 24.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 24.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 24.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 24.13 +} 24.14 + 24.15 # Rules to configure and make the package. 24.16 compile_rules() 24.17 {
25.1 --- a/libxfconf/receipt Thu Feb 10 11:43:39 2022 +0000 25.2 +++ b/libxfconf/receipt Thu Feb 10 18:04:02 2022 +0000 25.3 @@ -15,6 +15,14 @@ 25.4 DEPENDS="dbus-glib libxfce4util" 25.5 BUILD_DEPENDS="dbus-glib-dev libxfce4util-dev" 25.6 25.7 +# What is the latest version available today? 25.8 +current_version() 25.9 +{ 25.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 25.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 25.12 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 25.13 +} 25.14 + 25.15 # Rules to configure and make the package. 25.16 compile_rules() 25.17 {
26.1 --- a/lingot/receipt Thu Feb 10 11:43:39 2022 +0000 26.2 +++ b/lingot/receipt Thu Feb 10 18:04:02 2022 +0000 26.3 @@ -14,6 +14,13 @@ 26.4 BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-audio-connection-kit-dev \ 26.5 libglade-dev intltool" 26.6 26.7 +# What is the latest version available today? 26.8 +current_version() 26.9 +{ 26.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 26.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 26.12 +} 26.13 + 26.14 # Rules to configure and make the package. 26.15 compile_rules() 26.16 {
27.1 --- a/mousepad/receipt Thu Feb 10 11:43:39 2022 +0000 27.2 +++ b/mousepad/receipt Thu Feb 10 18:04:02 2022 +0000 27.3 @@ -16,6 +16,14 @@ 27.4 BUILD_DEPENDS="dbus-glib-dev gtk+-dev gtksourceview-dev intltool 27.5 libgio-dev libxfconf-dev" 27.6 27.7 +# What is the latest version available today? 27.8 +current_version() 27.9 +{ 27.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 27.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 27.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 27.13 +} 27.14 + 27.15 # Rules to configure and make the package. 27.16 compile_rules() 27.17 {
28.1 --- a/normalize/receipt Thu Feb 10 11:43:39 2022 +0000 28.2 +++ b/normalize/receipt Thu Feb 10 18:04:02 2022 +0000 28.3 @@ -13,6 +13,13 @@ 28.4 BUILD_DEPENDS="libmad-dev audiofile-dev" 28.5 DEPENDS="libmad audiofile" 28.6 28.7 +# What is the latest version available today? 28.8 +current_version() 28.9 +{ 28.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 28.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 28.12 +} 28.13 + 28.14 # Rules to configure and make the package. 28.15 compile_rules() 28.16 {
29.1 --- a/octave/receipt Thu Feb 10 11:43:39 2022 +0000 29.2 +++ b/octave/receipt Thu Feb 10 18:04:02 2022 +0000 29.3 @@ -20,6 +20,13 @@ 29.4 lapack libdrm-dev libxml2-dev mesa-dev ncurses-dev pcre-dev perl \ 29.5 readline-dev tar texinfo xorg-dev zlib-dev" 29.6 29.7 +# What is the latest version available today? 29.8 +current_version() 29.9 +{ 29.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 29.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 29.12 +} 29.13 + 29.14 # Rules to configure and make the package. 29.15 compile_rules() 29.16 {
30.1 --- a/orage/receipt Thu Feb 10 11:43:39 2022 +0000 30.2 +++ b/orage/receipt Thu Feb 10 18:04:02 2022 +0000 30.3 @@ -16,6 +16,14 @@ 30.4 BUILD_DEPENDS="dbus-dev gtk+-dev intltool libnotify-dev libxfcegui4-dev \ 30.5 popt-dev xfce4-panel-dev" 30.6 30.7 +# What is the latest version available today? 30.8 +current_version() 30.9 +{ 30.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 30.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 30.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 30.13 +} 30.14 + 30.15 # Rules to configure and make the package. 30.16 compile_rules() 30.17 {
31.1 --- a/ortp/receipt Thu Feb 10 11:43:39 2022 +0000 31.2 +++ b/ortp/receipt Thu Feb 10 18:04:02 2022 +0000 31.3 @@ -10,6 +10,13 @@ 31.4 WEB_SITE="http://freecode.com/projects/ortp" 31.5 WGET_URL="http://download-mirror.savannah.gnu.org/releases/linphone/$PACKAGE/sources/$TARBALL" 31.6 31.7 +# What is the latest version available today? 31.8 +current_version() 31.9 +{ 31.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 31.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 31.12 +} 31.13 + 31.14 # Rules to configure and make the package. 31.15 compile_rules() 31.16 {
32.1 --- a/parole/receipt Thu Feb 10 11:43:39 2022 +0000 32.2 +++ b/parole/receipt Thu Feb 10 18:04:02 2022 +0000 32.3 @@ -17,6 +17,14 @@ 32.4 libnotify-dev gstreamer-dev util-linux-uuid-dev coreutils-operations \ 32.5 gtk+-dev libxml2-dev orc-dev libxfconf-dev libxfce4ui-dev" 32.6 32.7 +# What is the latest version available today? 32.8 +current_version() 32.9 +{ 32.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 32.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 32.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 32.13 +} 32.14 + 32.15 # Rules to configure and make the package. 32.16 compile_rules() 32.17 {
33.1 --- a/pth/receipt Thu Feb 10 11:43:39 2022 +0000 33.2 +++ b/pth/receipt Thu Feb 10 18:04:02 2022 +0000 33.3 @@ -8,10 +8,17 @@ 33.4 LICENSE="LGPL2.1" 33.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 33.6 WEB_SITE="http://www.gnu.org/software/pth/" 33.7 -WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 33.8 +WGET_URL="http://ftp.ossp.org/pkg/lib/pth/$TARBALL" 33.9 33.10 DEPENDS="libltdl" 33.11 33.12 +# What is the latest version available today? 33.13 +current_version() 33.14 +{ 33.15 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 33.16 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 33.17 +} 33.18 + 33.19 # Rules to configure and make the package. 33.20 compile_rules() 33.21 {
34.1 --- a/quilt/receipt Thu Feb 10 11:43:39 2022 +0000 34.2 +++ b/quilt/receipt Thu Feb 10 18:04:02 2022 +0000 34.3 @@ -14,6 +14,13 @@ 34.4 DEPENDS="bash perl" 34.5 BUILD_DEPENDS="diffutils sed" 34.6 34.7 +# What is the latest version available today? 34.8 +current_version() 34.9 +{ 34.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 34.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 34.12 +} 34.13 + 34.14 # Rules to configure and make the package. 34.15 compile_rules() 34.16 {
35.1 --- a/ratpoison/receipt Thu Feb 10 11:43:39 2022 +0000 35.2 +++ b/ratpoison/receipt Thu Feb 10 18:04:02 2022 +0000 35.3 @@ -14,6 +14,13 @@ 35.4 35.5 DEPENDS="microperl xorg-libXinerama xorg-libXtst" 35.6 35.7 +# What is the latest version available today? 35.8 +current_version() 35.9 +{ 35.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 35.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 35.12 +} 35.13 + 35.14 # Rules to configure and make the package. 35.15 compile_rules() 35.16 {
36.1 --- a/sonata/receipt Thu Feb 10 11:43:39 2022 +0000 36.2 +++ b/sonata/receipt Thu Feb 10 18:04:02 2022 +0000 36.3 @@ -14,6 +14,13 @@ 36.4 BUILD_DEPENDS="pygtk-dev dbus-python-dev pygobject-dev gettext \ 36.5 pkg-config acl libcroco python-dev gtk+-dev libffi-dev" 36.6 36.7 +# What is the latest version available today? 36.8 +current_version() 36.9 +{ 36.10 + wget -O - https://www.nongnu.org/sonata/download.html 2>/dev/null | \ 36.11 + sed '/source/!d;s|.*/v||;s|.tar.*||;q' 36.12 +} 36.13 + 36.14 # Rules to configure and make the package. 36.15 compile_rules() 36.16 {
37.1 --- a/tcc/receipt Thu Feb 10 11:43:39 2022 +0000 37.2 +++ b/tcc/receipt Thu Feb 10 18:04:02 2022 +0000 37.3 @@ -20,6 +20,13 @@ 37.4 arm) BUILD_DEPENDS="" ;; 37.5 esac 37.6 37.7 +# What is the latest version available today? 37.8 +current_version() 37.9 +{ 37.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 37.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 37.12 +} 37.13 + 37.14 # Rules to configure and make the package. 37.15 compile_rules() 37.16 {
38.1 --- a/terminal/receipt Thu Feb 10 11:43:39 2022 +0000 38.2 +++ b/terminal/receipt Thu Feb 10 18:04:02 2022 +0000 38.3 @@ -17,6 +17,14 @@ 38.4 BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev \ 38.5 intltool pkg-config util-linux-uuid-dev libxfce4ui-dev xcb-util-dev" 38.6 38.7 +# What is the latest version available today? 38.8 +current_version() 38.9 +{ 38.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 38.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 38.12 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 38.13 +} 38.14 + 38.15 # Rules to configure and make the package. 38.16 compile_rules() 38.17 {
39.1 --- a/thunar-archive-plugin/receipt Thu Feb 10 11:43:39 2022 +0000 39.2 +++ b/thunar-archive-plugin/receipt Thu Feb 10 18:04:02 2022 +0000 39.3 @@ -14,6 +14,14 @@ 39.4 BUILD_DEPENDS="intltool thunar-dev libexo-dev libxfce4ui-dev \ 39.5 xfconf-dev startup-notification-dev" 39.6 39.7 +# What is the latest version available today? 39.8 +current_version() 39.9 +{ 39.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 39.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 39.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 39.13 +} 39.14 + 39.15 # Rules to configure and make the package. 39.16 compile_rules() 39.17 {
40.1 --- a/thunar-vfs/receipt Thu Feb 10 11:43:39 2022 +0000 40.2 +++ b/thunar-vfs/receipt Thu Feb 10 18:04:02 2022 +0000 40.3 @@ -16,6 +16,13 @@ 40.4 startup-notification-dev xfce4-panel-dev zlib-dev intltool libexo-dev dbus-glib-dev \ 40.5 util-linux-uuid-dev hal-dev xcb-util-dev" 40.6 40.7 +# What is the latest version available today? 40.8 +current_version() 40.9 +{ 40.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 40.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 40.12 +} 40.13 + 40.14 # Rules to configure and make the package. 40.15 compile_rules() 40.16 {
41.1 --- a/thunar/receipt Thu Feb 10 11:43:39 2022 +0000 41.2 +++ b/thunar/receipt Thu Feb 10 18:04:02 2022 +0000 41.3 @@ -6,7 +6,7 @@ 41.4 SHORT_DESC="Thunar File Manager" 41.5 MAINTAINER="erjo@slitaz.org" 41.6 LICENSE="GPL2" 41.7 -SOURCE="Thunar" 41.8 +SOURCE="thunar" 41.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 41.10 WEB_SITE="https://www.xfce.org" 41.11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 41.12 @@ -18,6 +18,14 @@ 41.13 libexo-dev zlib-dev intltool libgudev-dev libxfce4ui-dev libxfce4util-dev xcb-util-dev \ 41.14 startup-notification-dev util-linux-uuid-dev libnotify-dev libxfconf-dev" 41.15 41.16 +# What is the latest version available today? 41.17 +current_version() 41.18 +{ 41.19 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 41.20 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 41.21 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 41.22 +} 41.23 + 41.24 # Rules to configure and make the package. 41.25 compile_rules() 41.26 {
42.1 --- a/tumbler/receipt Thu Feb 10 11:43:39 2022 +0000 42.2 +++ b/tumbler/receipt Thu Feb 10 18:04:02 2022 +0000 42.3 @@ -18,6 +18,14 @@ 42.4 42.5 CONFIG_FILES="/etc/xdg/tumbler/tumbler.rc" 42.6 42.7 +# What is the latest version available today? 42.8 +current_version() 42.9 +{ 42.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 42.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 42.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 42.13 +} 42.14 + 42.15 # Rules to configure and make the package. 42.16 compile_rules() 42.17 {
43.1 --- a/vcdimager/receipt Thu Feb 10 11:43:39 2022 +0000 43.2 +++ b/vcdimager/receipt Thu Feb 10 18:04:02 2022 +0000 43.3 @@ -8,12 +8,19 @@ 43.4 LICENSE="GPL2" 43.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.6 WEB_SITE="http://www.vcdimager.org/" 43.7 -WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL" 43.8 +WGET_URL="http://ftp.gnu.org/gnu/vcdimager/$TARBALL" 43.9 TAGS="multimedia video vcd" 43.10 43.11 DEPENDS="libcdio libxml2 popt" 43.12 BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev" 43.13 43.14 +# What is the latest version available today? 43.15 +current_version() 43.16 +{ 43.17 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 43.18 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 43.19 +} 43.20 + 43.21 # Rules to configure and make the package. 43.22 compile_rules() 43.23 {
44.1 --- a/xbindkeys/receipt Thu Feb 10 11:43:39 2022 +0000 44.2 +++ b/xbindkeys/receipt Thu Feb 10 18:04:02 2022 +0000 44.3 @@ -15,6 +15,13 @@ 44.4 DEPENDS="xorg-libX11" 44.5 BUILD_DEPENDS="xorg-libX11-dev" 44.6 44.7 +# What is the latest version available today? 44.8 +current_version() 44.9 +{ 44.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 44.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 44.12 +} 44.13 + 44.14 # Rules to configure and make the package. 44.15 44.16 compile_rules()
45.1 --- a/xcb-util-cursor/receipt Thu Feb 10 11:43:39 2022 +0000 45.2 +++ b/xcb-util-cursor/receipt Thu Feb 10 18:04:02 2022 +0000 45.3 @@ -17,6 +17,13 @@ 45.4 DEPENDS="libxcb xcb-util-image xcb-util-renderutil" 45.5 BUILD_DEPENDS="libxcb-dev xcb-util-dev xcb-util-image-dev xcb-util-renderutil-dev" 45.6 45.7 +# What is the latest version available today? 45.8 +current_version() 45.9 +{ 45.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 45.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 45.12 +} 45.13 + 45.14 # Rules to configure and make the package. 45.15 compile_rules() 45.16 {
46.1 --- a/xcb-util-renderutil/receipt Thu Feb 10 11:43:39 2022 +0000 46.2 +++ b/xcb-util-renderutil/receipt Thu Feb 10 18:04:02 2022 +0000 46.3 @@ -18,6 +18,13 @@ 46.4 46.5 DEPENDS="libxcb" 46.6 46.7 +# What is the latest version available today? 46.8 +current_version() 46.9 +{ 46.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 46.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 46.12 +} 46.13 + 46.14 # Rules to configure and make the package. 46.15 compile_rules() 46.16 {
47.1 --- a/xfburn/receipt Thu Feb 10 11:43:39 2022 +0000 47.2 +++ b/xfburn/receipt Thu Feb 10 18:04:02 2022 +0000 47.3 @@ -13,6 +13,14 @@ 47.4 DEPENDS="gtk+ libburn libexo libisofs libxfce4ui" 47.5 BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev" 47.6 47.7 +# What is the latest version available today? 47.8 +current_version() 47.9 +{ 47.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 47.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 47.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 47.13 +} 47.14 + 47.15 # Rules to configure and make the package. 47.16 compile_rules() 47.17 {
48.1 --- a/xfce4-appfinder/receipt Thu Feb 10 11:43:39 2022 +0000 48.2 +++ b/xfce4-appfinder/receipt Thu Feb 10 18:04:02 2022 +0000 48.3 @@ -15,6 +15,14 @@ 48.4 BUILD_DEPENDS="intltool libxfce4util-dev libxfce4ui-dev garcon-dev xfconf-dev \ 48.5 startup-notification-dev dbus-glib-dev util-linux-uuid-dev xcb-util-dev" 48.6 48.7 +# What is the latest version available today? 48.8 +current_version() 48.9 +{ 48.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 48.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 48.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 48.13 +} 48.14 + 48.15 # Rules to configure and make the package. 48.16 compile_rules() 48.17 {
49.1 --- a/xfce4-dev-tools/receipt Thu Feb 10 11:43:39 2022 +0000 49.2 +++ b/xfce4-dev-tools/receipt Thu Feb 10 18:04:02 2022 +0000 49.3 @@ -12,6 +12,14 @@ 49.4 49.5 DEPENDS="subversion autoconf automake intltool pkg-config" 49.6 49.7 +# What is the latest version available today? 49.8 +current_version() 49.9 +{ 49.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 49.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 49.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 49.13 +} 49.14 + 49.15 # Rules to configure and make the package. 49.16 compile_rules() 49.17 {
50.1 --- a/xfce4-icon-theme/receipt Thu Feb 10 11:43:39 2022 +0000 50.2 +++ b/xfce4-icon-theme/receipt Thu Feb 10 18:04:02 2022 +0000 50.3 @@ -13,6 +13,14 @@ 50.4 DEPENDS="" 50.5 BUILD_DEPENDS="intltool" 50.6 50.7 +# What is the latest version available today? 50.8 +current_version() 50.9 +{ 50.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 50.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 50.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 50.13 +} 50.14 + 50.15 # Rules to configure and make the package. 50.16 compile_rules() 50.17 {
51.1 --- a/xfce4-mixer/receipt Thu Feb 10 11:43:39 2022 +0000 51.2 +++ b/xfce4-mixer/receipt Thu Feb 10 18:04:02 2022 +0000 51.3 @@ -16,6 +16,14 @@ 51.4 gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \ 51.5 util-linux-uuid-dev libxml2-dev libunique-dev xcb-util-dev" 51.6 51.7 +# What is the latest version available today? 51.8 +current_version() 51.9 +{ 51.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 51.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 51.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 51.13 +} 51.14 + 51.15 # Rules to configure and make the package. 51.16 compile_rules() 51.17 {
52.1 --- a/xfce4-notifyd/receipt Thu Feb 10 11:43:39 2022 +0000 52.2 +++ b/xfce4-notifyd/receipt Thu Feb 10 18:04:02 2022 +0000 52.3 @@ -14,6 +14,14 @@ 52.4 DEPENDS="libxfce4ui" 52.5 BUILD_DEPENDS="libxfce4ui-dev libxfconf-dev" 52.6 52.7 +# What is the latest version available today? 52.8 +current_version() 52.9 +{ 52.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 52.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 52.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 52.13 +} 52.14 + 52.15 # Rules to configure and make the package. 52.16 compile_rules() 52.17 {
53.1 --- a/xfce4-panel/receipt Thu Feb 10 11:43:39 2022 +0000 53.2 +++ b/xfce4-panel/receipt Thu Feb 10 18:04:02 2022 +0000 53.3 @@ -15,6 +15,14 @@ 53.4 xorg-libXext-dev xorg-xextproto dbus-glib-dev util-linux-uuid-dev intltool exo xfconf-dev 53.5 libxml2-dev xcb-util-dev" 53.6 53.7 +# What is the latest version available today? 53.8 +current_version() 53.9 +{ 53.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 53.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 53.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 53.13 +} 53.14 + 53.15 # Rules to configure and make the package. 53.16 compile_rules() 53.17 {
54.1 --- a/xfce4-ristretto/receipt Thu Feb 10 11:43:39 2022 +0000 54.2 +++ b/xfce4-ristretto/receipt Thu Feb 10 18:04:02 2022 +0000 54.3 @@ -15,6 +15,14 @@ 54.4 BUILD_DEPENDS="xfce4-dev-tools intltool libexif-dev dbus-glib-dev libxfce4util-dev \ 54.5 libxfce4ui-dev xfconf-dev" 54.6 54.7 +# What is the latest version available today? 54.8 +current_version() 54.9 +{ 54.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 54.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 54.12 + sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q 54.13 +} 54.14 + 54.15 # Rules to configure and make the package. 54.16 compile_rules() 54.17 {
55.1 --- a/xfce4-session/receipt Thu Feb 10 11:43:39 2022 +0000 55.2 +++ b/xfce4-session/receipt Thu Feb 10 18:04:02 2022 +0000 55.3 @@ -16,6 +16,14 @@ 55.4 dbus-glib-dev xorg-iceauth libwnck-dev pkg-config intltool util-linux-uuid-dev \ 55.5 xcb-util-dev" 55.6 55.7 +# What is the latest version available today? 55.8 +current_version() 55.9 +{ 55.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 55.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 55.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 55.13 +} 55.14 + 55.15 # Rules to configure and make the package. 55.16 compile_rules() 55.17 {
56.1 --- a/xfce4-settings/receipt Thu Feb 10 11:43:39 2022 +0000 56.2 +++ b/xfce4-settings/receipt Thu Feb 10 18:04:02 2022 +0000 56.3 @@ -16,6 +16,14 @@ 56.4 dbus-glib-dev xorg-libXi-dev xorg-libXrandr-dev xorg-inputproto libnotify-dev \ 56.5 intltool exo startup-notification-dev util-linux-uuid-dev garcon-dev xcb-util-dev" 56.6 56.7 +# What is the latest version available today? 56.8 +current_version() 56.9 +{ 56.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 56.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 56.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 56.13 +} 56.14 + 56.15 # Rules to configure and make the package. 56.16 compile_rules() 56.17 {
57.1 --- a/xfce4-taskmanager/receipt Thu Feb 10 11:43:39 2022 +0000 57.2 +++ b/xfce4-taskmanager/receipt Thu Feb 10 18:04:02 2022 +0000 57.3 @@ -14,6 +14,14 @@ 57.4 BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \ 57.5 intltool gtk+-dev" 57.6 57.7 +# What is the latest version available today? 57.8 +current_version() 57.9 +{ 57.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 57.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 57.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 57.13 +} 57.14 + 57.15 # Rules to configure and make the package. 57.16 compile_rules() 57.17 {
58.1 --- a/xfce4-volumed/receipt Thu Feb 10 11:43:39 2022 +0000 58.2 +++ b/xfce4-volumed/receipt Thu Feb 10 18:04:02 2022 +0000 58.3 @@ -15,6 +15,14 @@ 58.4 BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \ 58.5 libkeybinder-dev libxml2-dev libnotify-dev" 58.6 58.7 +# What is the latest version available today? 58.8 +current_version() 58.9 +{ 58.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 58.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 58.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 58.13 +} 58.14 + 58.15 # Rules to configure and make the package. 58.16 compile_rules() 58.17 {
59.1 --- a/xfconf/receipt Thu Feb 10 11:43:39 2022 +0000 59.2 +++ b/xfconf/receipt Thu Feb 10 18:04:02 2022 +0000 59.3 @@ -13,6 +13,14 @@ 59.4 DEPENDS="gtk+ libxfce4util dbus-glib" 59.5 BUILD_DEPENDS="gtk+-dev libxfce4util-dev dbus-dev dbus-glib-dev intltool" 59.6 59.7 +# What is the latest version available today? 59.8 +current_version() 59.9 +{ 59.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 59.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 59.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 59.13 +} 59.14 + 59.15 # Rules to configure and make the package. 59.16 compile_rules() 59.17 {
60.1 --- a/xfdesktop/receipt Thu Feb 10 11:43:39 2022 +0000 60.2 +++ b/xfdesktop/receipt Thu Feb 10 18:04:02 2022 +0000 60.3 @@ -15,6 +15,14 @@ 60.4 xfconf-dev libglade-dev gamin-dev hal-dev xfce4-panel-dev libnotify-dev intltool \ 60.5 util-linux-uuid-dev dbus-glib libxfce4ui-dev xcb-util-dev" 60.6 60.7 +# What is the latest version available today? 60.8 +current_version() 60.9 +{ 60.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 60.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 60.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 60.13 +} 60.14 + 60.15 # Rules to configure and make the package. 60.16 compile_rules() 60.17 {
61.1 --- a/xfmpc/receipt Thu Feb 10 11:43:39 2022 +0000 61.2 +++ b/xfmpc/receipt Thu Feb 10 18:04:02 2022 +0000 61.3 @@ -15,6 +15,14 @@ 61.4 libxfce4ui-dev startup-notification-dev util-linux-uuid-dev gtk+-dev \ 61.5 xcb-util-dev" 61.6 61.7 +# What is the latest version available today? 61.8 +current_version() 61.9 +{ 61.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 61.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 61.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 61.13 +} 61.14 + 61.15 # Rules to configure and make the package. 61.16 compile_rules() 61.17 {
62.1 --- a/xfprint/receipt Thu Feb 10 11:43:39 2022 +0000 62.2 +++ b/xfprint/receipt Thu Feb 10 18:04:02 2022 +0000 62.3 @@ -16,6 +16,13 @@ 62.4 dbus-glib-dev startup-notification-dev util-linux-uuid-dev gtk+-dev \ 62.5 xcb-util-dev" 62.6 62.7 +# What is the latest version available today? 62.8 +current_version() 62.9 +{ 62.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 62.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 62.12 +} 62.13 + 62.14 # Rules to configure and make the package. 62.15 compile_rules() 62.16 {
63.1 --- a/xfwm4/receipt Thu Feb 10 11:43:39 2022 +0000 63.2 +++ b/xfwm4/receipt Thu Feb 10 18:04:02 2022 +0000 63.3 @@ -15,6 +15,14 @@ 63.4 BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \ 63.5 libwnck-dev dbus-glib-dev util-linux-uuid-dev libxml2-dev xcb-util-dev" 63.6 63.7 +# What is the latest version available today? 63.8 +current_version() 63.9 +{ 63.10 + wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \ 63.11 + sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \ 63.12 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 63.13 +} 63.14 + 63.15 # Rules to configure and make the package. 63.16 compile_rules() 63.17 {
64.1 --- a/xorg-cf-files/receipt Thu Feb 10 11:43:39 2022 +0000 64.2 +++ b/xorg-cf-files/receipt Thu Feb 10 18:04:02 2022 +0000 64.3 @@ -14,6 +14,13 @@ 64.4 DEPENDS="" 64.5 BUILD_DEPENDS="" 64.6 64.7 +# What is the latest version available today? 64.8 +current_version() 64.9 +{ 64.10 + wget -O - ${WGET_URL%/*} 2>/dev/null | \ 64.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q 64.12 +} 64.13 + 64.14 # Rules to configure and make the package. 64.15 compile_rules() 64.16 {
65.1 --- a/xsane/receipt Thu Feb 10 11:43:39 2022 +0000 65.2 +++ b/xsane/receipt Thu Feb 10 18:04:02 2022 +0000 65.3 @@ -15,7 +15,7 @@ 65.4 65.5 current_version() 65.6 { 65.7 - wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \ 65.8 + wget -O - "${WGET_URL%/arch*}/tags?sort=updated_desc" 2>/dev/null | \ 65.9 sed '/tar.gz/!d;s|.*/xsane-\(.*\).tar.gz".*|\1|;q' 65.10 } 65.11