wok-current rev 24108
Up rdesktop (1.9.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 28 08:31:51 2021 +0000 (2021-09-28) |
parents | 62b29084b518 |
children | f9c2c6b32e72 |
files | rdesktop/receipt xfe/receipt xgalaga/receipt xget/receipt xine-ui/receipt xmlrpc-c/receipt xmlstarlet/receipt xosd/receipt xournal/receipt xpaint/receipt xplanet/receipt xplc/receipt xtrkcad/receipt xv/receipt |
line diff
1.1 --- a/rdesktop/receipt Sat Sep 25 17:50:51 2021 +0100 1.2 +++ b/rdesktop/receipt Tue Sep 28 08:31:51 2021 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rdesktop" 1.7 -VERSION="1.8.6" 1.8 +VERSION="1.9.0" 1.9 CATEGORY="network" 1.10 TAGS="rdp remote-desktop" 1.11 SHORT_DESC="Remote Desktop Protocol (RDP) client for Windows terminal server."
2.1 --- a/xfe/receipt Sat Sep 25 17:50:51 2021 +0100 2.2 +++ b/xfe/receipt Tue Sep 28 08:31:51 2021 +0000 2.3 @@ -28,6 +28,13 @@ 2.4 export LDLAGS="-L/cross/$ARCH/sysroot/usr/lib" ;; 2.5 esac 2.6 2.7 +current_version() 2.8 +{ 2.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 2.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 2.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 2.12 +} 2.13 + 2.14 # Rules to configure and make the package. 2.15 compile_rules() 2.16 {
3.1 --- a/xgalaga/receipt Sat Sep 25 17:50:51 2021 +0100 3.2 +++ b/xgalaga/receipt Tue Sep 28 08:31:51 2021 +0000 3.3 @@ -14,6 +14,12 @@ 3.4 xorg-libXau xorg-libXdmcp xorg-libSM xorg-libICE util-linux-uuid" 3.5 BUILD_DEPENDS="xorg-dev" 3.6 3.7 +current_version() 3.8 +{ 3.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 3.10 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 3.11 +} 3.12 + 3.13 # Rules to configure and make the package. 3.14 compile_rules() 3.15 {
4.1 --- a/xget/receipt Sat Sep 25 17:50:51 2021 +0100 4.2 +++ b/xget/receipt Tue Sep 28 08:31:51 2021 +0000 4.3 @@ -14,6 +14,13 @@ 4.4 DEPENDS="" 4.5 BUILD_DEPENDS="openssl openssl-dev elfutils-dev" 4.6 4.7 +current_version() 4.8 +{ 4.9 + wget -O - https://sourceforge.net/projects/$SOURCE/files/ 2>/dev/null | \ 4.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 4.11 + sed '/files_name_h/!d;/XCPU/!d;s|.*XCPU/||;s|/.*||;q' 4.12 +} 4.13 + 4.14 # Rules to configure and make the package. 4.15 compile_rules() 4.16 {
5.1 --- a/xine-ui/receipt Sat Sep 25 17:50:51 2021 +0100 5.2 +++ b/xine-ui/receipt Tue Sep 28 08:31:51 2021 +0000 5.3 @@ -19,6 +19,12 @@ 5.4 # Use a custom .desktop file 5.5 GENERIC_MENUS="no" 5.6 5.7 +current_version() 5.8 +{ 5.9 + wget -O - https://sourceforge.net/projects/xine/files/$PACKAGE/ 2>/dev/null | \ 5.10 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 5.11 +} 5.12 + 5.13 # Rules to configure and make the package. 5.14 compile_rules() 5.15 {
6.1 --- a/xmlrpc-c/receipt Sat Sep 25 17:50:51 2021 +0100 6.2 +++ b/xmlrpc-c/receipt Tue Sep 28 08:31:51 2021 +0000 6.3 @@ -13,6 +13,13 @@ 6.4 6.5 DEPENDS="gcc-lib-base" 6.6 6.7 +current_version() 6.8 +{ 6.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 6.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 6.11 + sed '/files_name_h/!d;/Stable/!d;s|.*Stable/||;s|/.*||;q' 6.12 +} 6.13 + 6.14 # Rules to configure and make the package. 6.15 compile_rules() 6.16 {
7.1 --- a/xmlstarlet/receipt Sat Sep 25 17:50:51 2021 +0100 7.2 +++ b/xmlstarlet/receipt Tue Sep 28 08:31:51 2021 +0000 7.3 @@ -13,6 +13,13 @@ 7.4 DEPENDS="libxml2 libxslt zlib" 7.5 BUILD_DEPENDS="libxslt-dev" 7.6 7.7 +current_version() 7.8 +{ 7.9 + wget -O - https://sourceforge.net/projects/xmlstar/files/ 2>/dev/null | \ 7.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 7.11 + sed '/files_name_h/!d;/xmlstarlet/!d;s|.*xmlstarlet/||;s|/.*||;q' 7.12 +} 7.13 + 7.14 # Rules to configure and make the package. 7.15 compile_rules() 7.16 {
8.1 --- a/xosd/receipt Sat Sep 25 17:50:51 2021 +0100 8.2 +++ b/xosd/receipt Tue Sep 28 08:31:51 2021 +0000 8.3 @@ -14,6 +14,13 @@ 8.4 DEPENDS="xorg-libX11" 8.5 BUILD_DEPENDS="xorg-dev" 8.6 8.7 +current_version() 8.8 +{ 8.9 + wget -O - https://sourceforge.net/projects/libxosd/files/ 2>/dev/null | \ 8.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 8.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 8.12 +} 8.13 + 8.14 # Rules to configure and make the package. 8.15 compile_rules() 8.16 {
9.1 --- a/xournal/receipt Sat Sep 25 17:50:51 2021 +0100 9.2 +++ b/xournal/receipt Tue Sep 28 08:31:51 2021 +0000 9.3 @@ -16,6 +16,13 @@ 9.4 BUILD_DEPENDS="autoconf automake gtk+-dev libart_lgpl-dev 9.5 libgnomecanvas-dev poppler-dev zlib-dev" 9.6 9.7 +current_version() 9.8 +{ 9.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 9.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 9.11 + sed '/files_name_h/!d;/xournal/!d;s|.*binaries/||;s|/.*||;q' 9.12 +} 9.13 + 9.14 # Rules to configure and make the package. 9.15 compile_rules() 9.16 {
10.1 --- a/xpaint/receipt Sat Sep 25 17:50:51 2021 +0100 10.2 +++ b/xpaint/receipt Tue Sep 28 08:31:51 2021 +0000 10.3 @@ -17,6 +17,13 @@ 10.4 10.5 HOST_ARCH="i486 arm" 10.6 10.7 +current_version() 10.8 +{ 10.9 + wget -O - https://sourceforge.net/projects/sf-xpaint/files/ 2>/dev/null | \ 10.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 10.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 10.12 +} 10.13 + 10.14 # Rules to configure and make the package. 10.15 compile_rules() 10.16 {
11.1 --- a/xplanet/receipt Sat Sep 25 17:50:51 2021 +0100 11.2 +++ b/xplanet/receipt Tue Sep 28 08:31:51 2021 +0000 11.3 @@ -17,6 +17,13 @@ 11.4 xorg-libX11-dev freetype-dev pango-dev fontconfig-dev glib-dev \ 11.5 xorg-libXau-dev xorg-libXdmcp-dev" 11.6 11.7 +current_version() 11.8 +{ 11.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 11.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 11.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 11.12 +} 11.13 + 11.14 # Rules to configure and make the package. 11.15 compile_rules() 11.16 {
12.1 --- a/xplc/receipt Sat Sep 25 17:50:51 2021 +0100 12.2 +++ b/xplc/receipt Tue Sep 28 08:31:51 2021 +0000 12.3 @@ -14,15 +14,20 @@ 12.4 DEPENDS="gcc-lib-base" 12.5 BUILD_DEPENDS="" 12.6 12.7 +current_version() 12.8 +{ 12.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/ 2>/dev/null | \ 12.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 12.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|;q" 12.12 +} 12.13 + 12.14 # Rules to configure and make the package. 12.15 - 12.16 -compile_rules() { 12.17 - cd $src 12.18 - ./configure --prefix=/usr --mandir=/usr/share/man \ 12.19 - --without-libuuid $CONFIGURE_ARGS && 12.20 - make && 12.21 - make DESTDIR=$DESTDIR install 12.22 - 12.23 +compile_rules() 12.24 +{ 12.25 + ./configure --prefix=/usr --mandir=/usr/share/man \ 12.26 + --without-libuuid $CONFIGURE_ARGS && 12.27 + make && 12.28 + make DESTDIR=$DESTDIR install 12.29 } 12.30 12.31 # Rules to gen a SliTaz package suitable for Tazpkg.
13.1 --- a/xtrkcad/receipt Sat Sep 25 17:50:51 2021 +0100 13.2 +++ b/xtrkcad/receipt Tue Sep 28 08:31:51 2021 +0000 13.3 @@ -21,6 +21,13 @@ 13.4 pkg-config xorg-kbproto xorg-libX11-dev xorg-libXau-dev 13.5 xorg-libXdmcp-dev xorg-renderproto xorg-xproto zlib-dev" 13.6 13.7 +current_version() 13.8 +{ 13.9 + wget -O - https://sourceforge.net/projects/xtrkcad-fork/files/ 2>/dev/null | \ 13.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 13.11 + sed 's| |\n|g' | sed '/Version%/!d;s|%20| |g;s|.*sion ||;s|/.*||;q' 13.12 +} 13.13 + 13.14 # Rules to configure and make the package. 13.15 compile_rules() 13.16 {
14.1 --- a/xv/receipt Sat Sep 25 17:50:51 2021 +0100 14.2 +++ b/xv/receipt Tue Sep 28 08:31:51 2021 +0000 14.3 @@ -16,6 +16,12 @@ 14.4 DEPENDS="xorg" 14.5 BUILD_DEPENDS="xorg-dev" 14.6 14.7 +current_version() 14.8 +{ 14.9 + wget -O - http://www.trilon.com/xv/downloads.html 2>/dev/null | \ 14.10 + sed '/tar.gz/!d;s|.*/xv-||;s|.tar.*||;q' 14.11 +} 14.12 + 14.13 # Rules to configure and make the package. 14.14 compile_rules() 14.15 {