wok rev 24361

glibmm, glibmm-dev: fix Private:gobj()
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 04 09:24:50 2022 +0000 (2022-02-04)
parents 882ed2eee07b
children 38b8a2522327
files cclcfox/receipt cclfox/receipt cgdb/receipt cpulimit/receipt crunch/receipt curlftpfs/receipt defragfs/receipt dex2jar/receipt dfu-util/receipt diffuse/receipt djview/receipt dolibarr/receipt dtach/receipt expect/receipt freeimage/receipt fsthost/receipt fuseiso/receipt glibmm/receipt gnu-efi/receipt gocr/receipt grisbi/receipt gtkspell/receipt gtktetris/receipt gutenpy/receipt htop/receipt iat/receipt jfsutils/receipt libid3tag/receipt liblinebreak/receipt libmcrypt/receipt libmpeg2/receipt libofx/receipt libqwt6-qt4/receipt libwmf/receipt lostirc/receipt magnifier/receipt matplotlib/receipt mcrypt/receipt miau/receipt mirage/receipt mplayerplug-in/receipt nqc/receipt obmenu/receipt opencpn/receipt ophcrack/receipt oxine/receipt p4wn/receipt penguin-command/receipt pidgin-libnotify/receipt procps/receipt stardict/receipt
line diff
     1.1 --- a/cclcfox/receipt	Fri Feb 04 07:19:07 2022 +0100
     1.2 +++ b/cclcfox/receipt	Fri Feb 04 09:24:50 2022 +0000
     1.3 @@ -13,6 +13,14 @@
     1.4  DEPENDS="libcclc fox14"
     1.5  BUILD_DEPENDS="libcclc-dev fox14-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://sourceforge.net/projects/ccl/files/cclcfox/ 2>/dev/null | \
    1.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.12 +	sed '/scope="row/!d;s|.*/cclcfox/||;s|/.*||;q'
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
     2.1 --- a/cclfox/receipt	Fri Feb 04 07:19:07 2022 +0100
     2.2 +++ b/cclfox/receipt	Fri Feb 04 09:24:50 2022 +0000
     2.3 @@ -13,6 +13,14 @@
     2.4  DEPENDS="libccls fox14 glib"
     2.5  BUILD_DEPENDS="libccls-dev fox14-dev"
     2.6  
     2.7 +# What is the latest version available today?
     2.8 +current_version()
     2.9 +{
    2.10 +	wget -O - https://sourceforge.net/projects/ccl/files/cclfox/ 2>/dev/null | \
    2.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    2.12 +	sed '/scope="row/!d;s|.*/cclfox/||;s|/.*||;q'
    2.13 +}
    2.14 +
    2.15  # Rules to configure and make the package.
    2.16  compile_rules()
    2.17  {
     3.1 --- a/cgdb/receipt	Fri Feb 04 07:19:07 2022 +0100
     3.2 +++ b/cgdb/receipt	Fri Feb 04 09:24:50 2022 +0000
     3.3 @@ -17,6 +17,14 @@
     3.4  
     3.5  CROSS="error: cannot check for file existence when cross compiling"
     3.6  
     3.7 +# What is the latest version available today?
     3.8 +current_version()
     3.9 +{
    3.10 +	wget -O - https://sourceforge.net/projects/cgdb/files/cgdb/ 2>/dev/null | \
    3.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    3.12 +	sed '/scope="row/!d;s|.*/cgdb/cgdb-||;s|/.*||;q'
    3.13 +}
    3.14 +
    3.15  # Rules to configure and make the package.
    3.16  compile_rules()
    3.17  {
     4.1 --- a/cpulimit/receipt	Fri Feb 04 07:19:07 2022 +0100
     4.2 +++ b/cpulimit/receipt	Fri Feb 04 09:24:50 2022 +0000
     4.3 @@ -12,6 +12,13 @@
     4.4  
     4.5  DEPENDS=""
     4.6  
     4.7 +# What is the latest version available today?
     4.8 +current_version()
     4.9 +{
    4.10 +	wget -O - https://sourceforge.net/projects/cpulimit/files/cpulimit/cpulimit/ 2>/dev/null | \
    4.11 +	sed '/scope="row/!d;s|.*/cpulimit-||;s|.tar.*||;q'
    4.12 +}
    4.13 +
    4.14  # Rules to configure and make the package.
    4.15  compile_rules()
    4.16  {
     5.1 --- a/crunch/receipt	Fri Feb 04 07:19:07 2022 +0100
     5.2 +++ b/crunch/receipt	Fri Feb 04 09:24:50 2022 +0000
     5.3 @@ -12,6 +12,13 @@
     5.4  
     5.5  BUILD_DEPENDS="sudo"
     5.6  
     5.7 +# What is the latest version available today?
     5.8 +current_version()
     5.9 +{
    5.10 +	wget -O - https://sourceforge.net/projects/crunch-wordlist/files/crunch-wordlist/ 2>/dev/null | \
    5.11 +	sed '/scope="row/!d;/tgz/!d;s|.*list/crunch-/||;s|.tgz.*||;q'
    5.12 +}
    5.13 +
    5.14  # Rules to configure and make the package.
    5.15  compile_rules()
    5.16  {
     6.1 --- a/curlftpfs/receipt	Fri Feb 04 07:19:07 2022 +0100
     6.2 +++ b/curlftpfs/receipt	Fri Feb 04 09:24:50 2022 +0000
     6.3 @@ -13,6 +13,14 @@
     6.4  DEPENDS="fuse curl glib zlib"
     6.5  BUILD_DEPENDS="fuse fuse-dev curl curl-dev glib-dev"
     6.6  
     6.7 +# What is the latest version available today?
     6.8 +current_version()
     6.9 +{
    6.10 +	wget -O - https://sourceforge.net/projects/curlftpfs/files/curlftpfs/ 2>/dev/null | \
    6.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    6.12 +	sed '/scope="row/!d;s|.*/curlftpfs/||;s|/.*||;q'
    6.13 +}
    6.14 +
    6.15  # Rules to configure and make the package.
    6.16  compile_rules()
    6.17  {
     7.1 --- a/defragfs/receipt	Fri Feb 04 07:19:07 2022 +0100
     7.2 +++ b/defragfs/receipt	Fri Feb 04 09:24:50 2022 +0000
     7.3 @@ -12,6 +12,14 @@
     7.4  
     7.5  DEPENDS="perl"
     7.6  
     7.7 +# What is the latest version available today?
     7.8 +current_version()
     7.9 +{
    7.10 +	wget -O - https://sourceforge.net/projects/defragfs/files/defragfs/ 2>/dev/null | \
    7.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    7.12 +	sed '/scope="row/!d;s|.*/defragfs-.*/defragfs-||;s|.gz.*||;q'
    7.13 +}
    7.14 +
    7.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.16  genpkg_rules()
    7.17  {
     8.1 --- a/dex2jar/receipt	Fri Feb 04 07:19:07 2022 +0100
     8.2 +++ b/dex2jar/receipt	Fri Feb 04 09:24:50 2022 +0000
     8.3 @@ -14,6 +14,13 @@
     8.4  DEPENDS="java-jre"
     8.5  BUILD_DEPENDS=""
     8.6  
     8.7 +# What is the latest version available today?
     8.8 +current_version()
     8.9 +{
    8.10 +	wget -O - https://sourceforge.net/projects/dex2jar/files/ 2>/dev/null | \
    8.11 +	sed '/scope="row/!d;s|.*/dex2jar-||;s|.zip.*||;q'
    8.12 +}
    8.13 +
    8.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.15  genpkg_rules()
    8.16  {
     9.1 --- a/dfu-util/receipt	Fri Feb 04 07:19:07 2022 +0100
     9.2 +++ b/dfu-util/receipt	Fri Feb 04 09:24:50 2022 +0000
     9.3 @@ -13,6 +13,13 @@
     9.4  
     9.5  BUILD_DEPENDS="pkg-config glib libusb-dev"
     9.6  
     9.7 +# What is the latest version available today?
     9.8 +current_version()
     9.9 +{
    9.10 +	wget -O - https://sourceforge.net/projects/dfu-util/files/ 2>/dev/null | \
    9.11 +	sed '/scope="row/!d;/[0-9].tar/!d;s|.*/dfu-util-||;s|.tar.*||;q'
    9.12 +}
    9.13 +
    9.14  # Rules to configure and make the package.
    9.15  compile_rules()
    9.16  {
    10.1 --- a/diffuse/receipt	Fri Feb 04 07:19:07 2022 +0100
    10.2 +++ b/diffuse/receipt	Fri Feb 04 09:24:50 2022 +0000
    10.3 @@ -14,6 +14,14 @@
    10.4  DEPENDS="python pygtk" 
    10.5  BUILD_DEPENDS="python"
    10.6  
    10.7 +# What is the latest version available today?
    10.8 +current_version()
    10.9 +{
   10.10 +	wget -O - https://sourceforge.net/projects/diffuse/files/diffuse/ 2>/dev/null | \
   10.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   10.12 +	sed '/scope="row/!d;s|.*/diffuse/||;s|/.*||;q'
   10.13 +}
   10.14 +
   10.15  # Rules to configure and make the package.
   10.16  compile_rules()
   10.17  {
    11.1 --- a/djview/receipt	Fri Feb 04 07:19:07 2022 +0100
    11.2 +++ b/djview/receipt	Fri Feb 04 09:24:50 2022 +0000
    11.3 @@ -14,6 +14,14 @@
    11.4  DEPENDS="djvulibre libQtGui libQtNetwork libQtOpenGL"
    11.5  BUILD_DEPENDS="djvulibre-dev file mesa-dev qmake Qt4-dev"
    11.6  
    11.7 +# What is the latest version available today?
    11.8 +current_version()
    11.9 +{
   11.10 +	wget -O - https://sourceforge.net/projects/djvu/files/DjView/ 2>/dev/null | \
   11.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   11.12 +	sed '/scope="row/!d;s|.*/DjView/||;s|/.*||;q'
   11.13 +}
   11.14 +
   11.15  # Rules to configure and make the package.
   11.16  compile_rules()
   11.17  {
    12.1 --- a/dolibarr/receipt	Fri Feb 04 07:19:07 2022 +0100
    12.2 +++ b/dolibarr/receipt	Fri Feb 04 09:24:50 2022 +0000
    12.3 @@ -14,6 +14,14 @@
    12.4  DEPENDS="apache php-apache php-gd php-mysqli"
    12.5  BUILD_DEPENDS=""
    12.6  
    12.7 +# What is the latest version available today?
    12.8 +current_version()
    12.9 +{
   12.10 +	wget -O - https://sourceforge.net/projects/dolibarr/files/Dolibarr%20ERP-CRM/ 2>/dev/null | \
   12.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   12.12 +	sed '/scope="row/!d;/tgz/!d;s|.*/dolibarr-||;s|.tgz.*||;q'
   12.13 +}
   12.14 +
   12.15  # Rules to configure and make the package.
   12.16  compile_rules()
   12.17  {
    13.1 --- a/dtach/receipt	Fri Feb 04 07:19:07 2022 +0100
    13.2 +++ b/dtach/receipt	Fri Feb 04 09:24:50 2022 +0000
    13.3 @@ -11,6 +11,14 @@
    13.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    13.5  WGET_URL="http://downloads.sourceforge.net/dtach/$TARBALL"
    13.6  
    13.7 +# What is the latest version available today?
    13.8 +current_version()
    13.9 +{
   13.10 +	wget -O - https://sourceforge.net/projects/dtach/files/dtach/ 2>/dev/null | \
   13.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   13.12 +	sed '/scope="row/!d;s|.*/dtach/||;s|/.*||;q'
   13.13 +}
   13.14 +
   13.15  # Rules to configure and make the package.
   13.16  compile_rules()
   13.17  {
    14.1 --- a/expect/receipt	Fri Feb 04 07:19:07 2022 +0100
    14.2 +++ b/expect/receipt	Fri Feb 04 09:24:50 2022 +0000
    14.3 @@ -14,6 +14,14 @@
    14.4  DEPENDS="tcl"
    14.5  BUILD_DEPENDS="tcl-dev"
    14.6  
    14.7 +# What is the latest version available today?
    14.8 +current_version()
    14.9 +{
   14.10 +	wget -O - https://sourceforge.net/projects/expect/files/Expect/ 2>/dev/null | \
   14.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   14.12 +	sed '/scope="row/!d;s|.*/Expect/||;s|/.*||;q'
   14.13 +}
   14.14 +
   14.15  # Rules to configure and make the package.
   14.16  compile_rules()
   14.17  {
    15.1 --- a/freeimage/receipt	Fri Feb 04 07:19:07 2022 +0100
    15.2 +++ b/freeimage/receipt	Fri Feb 04 09:24:50 2022 +0000
    15.3 @@ -14,6 +14,14 @@
    15.4  DEPENDS="gcc-lib-base"
    15.5  BUILD_DEPENDS="gcc-lib-base"
    15.6  
    15.7 +# What is the latest version available today?
    15.8 +current_version()
    15.9 +{
   15.10 +	wget -O - https://sourceforge.net/projects/freeimage/files/Source%20Distribution/ 2>/dev/null | \
   15.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   15.12 +	sed '/scope="row/!d;s|.*/Source%20Distribution/||;s|/.*||;q'
   15.13 +}
   15.14 +
   15.15  # Rules to configure and make the package.
   15.16  compile_rules()
   15.17  {
    16.1 --- a/fsthost/receipt	Fri Feb 04 07:19:07 2022 +0100
    16.2 +++ b/fsthost/receipt	Fri Feb 04 09:24:50 2022 +0000
    16.3 @@ -15,6 +15,13 @@
    16.4  BUILD_DEPENDS="gtk+3-dev jack-audio-connection-kit-dev libxml2-dev 
    16.5  	wine-rt-dev"
    16.6  
    16.7 +# What is the latest version available today?
    16.8 +current_version()
    16.9 +{
   16.10 +	wget -O - https://sourceforge.net/projects/fsthost/files/ 2>/dev/null | \
   16.11 +	sed '/scope="row/!d;s|.*/fsthost-||;s|.tar.*||;q'
   16.12 +}
   16.13 +
   16.14  # Rules to configure and make the package.
   16.15  compile_rules()
   16.16  {
    17.1 --- a/fuseiso/receipt	Fri Feb 04 07:19:07 2022 +0100
    17.2 +++ b/fuseiso/receipt	Fri Feb 04 09:24:50 2022 +0000
    17.3 @@ -13,10 +13,17 @@
    17.4  DEPENDS="fuse glib zlib"
    17.5  BUILD_DEPENDS="fuse fuse-dev glib-dev"
    17.6  
    17.7 +# What is the latest version available today?
    17.8 +current_version()
    17.9 +{
   17.10 +	wget -O - https://sourceforge.net/projects/fuseiso/files/fuseiso/ 2>/dev/null | \
   17.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   17.12 +	sed '/scope="row/!d;s|.*/fuseiso/||;s|/.*||;q'
   17.13 +}
   17.14 +
   17.15  # Rules to configure and make the package.
   17.16  compile_rules()
   17.17  {
   17.18 -	cd $src
   17.19  	./configure --prefix=/usr $CONFIGURE_ARGS &&
   17.20  	make &&
   17.21  	make DESTDIR=$DESTDIR install
    18.1 --- a/glibmm/receipt	Fri Feb 04 07:19:07 2022 +0100
    18.2 +++ b/glibmm/receipt	Fri Feb 04 09:24:50 2022 +0000
    18.3 @@ -22,6 +22,7 @@
    18.4  compile_rules()
    18.5  {
    18.6  	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    18.7 +	sed 's/return gobject_;/return \&gobject_;/' -i glib/glibmm/threads.h
    18.8  	./configure $CONFIGURE_ARGS && 
    18.9  	make && make install
   18.10  }
    19.1 --- a/gnu-efi/receipt	Fri Feb 04 07:19:07 2022 +0100
    19.2 +++ b/gnu-efi/receipt	Fri Feb 04 09:24:50 2022 +0000
    19.3 @@ -13,6 +13,13 @@
    19.4  
    19.5  BUILD_DEPENDS="linux-api-headers"
    19.6  
    19.7 +# What is the latest version available today?
    19.8 +current_version()
    19.9 +{
   19.10 +	wget -O - https://sourceforge.net/projects/gnu-efi/files/ 2>/dev/null | \
   19.11 +	sed '/scope="row/!d;s|.*/files/gnu-efi-||;s|.tar.*||;q'
   19.12 +}
   19.13 +
   19.14  # Rules to configure and make the package.
   19.15  compile_rules()
   19.16  {
    20.1 --- a/gocr/receipt	Fri Feb 04 07:19:07 2022 +0100
    20.2 +++ b/gocr/receipt	Fri Feb 04 09:24:50 2022 +0000
    20.3 @@ -15,6 +15,13 @@
    20.4  DEPENDS="libpng"
    20.5  HOST_ARCH="i486 arm"
    20.6  
    20.7 +# What is the latest version available today?
    20.8 +current_version()
    20.9 +{
   20.10 +	wget -O - https://www-e.ovgu.de/jschulen/ocr/download.html 2>/dev/null | \
   20.11 +	sed '/\/ocr\/gocr-/!d;s|.*gocr-||;s|.tar.*||;q'
   20.12 +}
   20.13 +
   20.14  # Rules to configure and make the package.
   20.15  compile_rules()
   20.16  {
    21.1 --- a/grisbi/receipt	Fri Feb 04 07:19:07 2022 +0100
    21.2 +++ b/grisbi/receipt	Fri Feb 04 09:24:50 2022 +0000
    21.3 @@ -14,6 +14,15 @@
    21.4  BUILD_DEPENDS="pkg-config glib gtk+ libxml2 gtk+-dev glib-dev libofx-dev \
    21.5  opensp-dev openssl-dev"
    21.6  
    21.7 +# What is the latest version available today?
    21.8 +current_version()
    21.9 +{
   21.10 +	wget -O - https://sourceforge.net/projects/grisbi/files/grisbi%20stable/ 2>/dev/null | \
   21.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   21.12 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   21.13 +	sed '/scope="row/!d;/tar/!d;s|.*/grisbi-||;s|.tar.*||;q'
   21.14 +}
   21.15 +
   21.16  # Rules to configure and make the package.
   21.17  compile_rules()
   21.18  {
    22.1 --- a/gtkspell/receipt	Fri Feb 04 07:19:07 2022 +0100
    22.2 +++ b/gtkspell/receipt	Fri Feb 04 09:24:50 2022 +0000
    22.3 @@ -16,6 +16,14 @@
    22.4  
    22.5  HOST_ARCH="i486 arm"
    22.6  
    22.7 +# What is the latest version available today?
    22.8 +current_version()
    22.9 +{
   22.10 +	wget -O - https://sourceforge.net/projects/gtkspell/files/ 2>/dev/null | \
   22.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   22.12 +	sed '/scope="row/!d;s|.*/gtkspell/files/||;s|/.*||;q'
   22.13 +}
   22.14 +
   22.15  # Rules to configure and make the package.
   22.16  compile_rules()
   22.17  {
    23.1 --- a/gtktetris/receipt	Fri Feb 04 07:19:07 2022 +0100
    23.2 +++ b/gtktetris/receipt	Fri Feb 04 09:24:50 2022 +0000
    23.3 @@ -13,6 +13,14 @@
    23.4  DEPENDS="gtk+ xorg-libXdamage"
    23.5  BUILD_DEPENDS="gtk+-dev"
    23.6  
    23.7 +# What is the latest version available today?
    23.8 +current_version()
    23.9 +{
   23.10 +	wget -O - https://sourceforge.net/projects/gtktetris/files/gtktetris/ 2>/dev/null | \
   23.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   23.12 +	sed '/scope="row/!d;s|.*/gtktetris/gtktetris-||;s|/.*||;q'
   23.13 +}
   23.14 +
   23.15  # Rules to configure and make the package.
   23.16  compile_rules()
   23.17  {	
    24.1 --- a/gutenpy/receipt	Fri Feb 04 07:19:07 2022 +0100
    24.2 +++ b/gutenpy/receipt	Fri Feb 04 09:24:50 2022 +0000
    24.3 @@ -13,6 +13,14 @@
    24.4  DEPENDS="python pygtk"
    24.5  BUILD_DEPENDS="python python-dev"
    24.6  
    24.7 +# What is the latest version available today?
    24.8 +current_version()
    24.9 +{
   24.10 +	wget -O - https://sourceforge.net/projects/gutenpy/files/gutenpy/ 2>/dev/null | \
   24.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   24.12 +	sed '/scope="row/!d;s|.*/gutenpy/||;s|/.*||;q'
   24.13 +}
   24.14 +
   24.15  # Rules to configure and make the package.
   24.16  compile_rules()
   24.17  {
    25.1 --- a/htop/receipt	Fri Feb 04 07:19:07 2022 +0100
    25.2 +++ b/htop/receipt	Fri Feb 04 09:24:50 2022 +0000
    25.3 @@ -20,6 +20,13 @@
    25.4  	arm) CROSS_ARGS="--enable-native_affinity=no" ;;
    25.5  esac
    25.6  
    25.7 +# What is the latest version available today?
    25.8 +current_version()
    25.9 +{
   25.10 +	wget -O - https://github.com/htop-dev/htop/releases 2>/dev/null | \
   25.11 +	sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q'
   25.12 +}
   25.13 +
   25.14  # Rules to configure and make the package.
   25.15  compile_rules()
   25.16  {
    26.1 --- a/iat/receipt	Fri Feb 04 07:19:07 2022 +0100
    26.2 +++ b/iat/receipt	Fri Feb 04 09:24:50 2022 +0000
    26.3 @@ -17,6 +17,13 @@
    26.4  DEPENDS=""
    26.5  BUILD_DEPENDS=""
    26.6  
    26.7 +# What is the latest version available today?
    26.8 +current_version()
    26.9 +{
   26.10 +	wget -O - https://sourceforge.net/projects/iat.berlios/files/ 2>/dev/null | \
   26.11 +	sed '/scope="row/!d;/tar/!d;s|.*/iat-||;s|.tar.*||;q'
   26.12 +}
   26.13 +
   26.14  # Rules to configure and make the package.
   26.15  # The src files are in a folder simply named iat.
   26.16  compile_rules()
    27.1 --- a/jfsutils/receipt	Fri Feb 04 07:19:07 2022 +0100
    27.2 +++ b/jfsutils/receipt	Fri Feb 04 09:24:50 2022 +0000
    27.3 @@ -15,6 +15,13 @@
    27.4  DEPENDS="util-linux-uuid"
    27.5  BUILD_DEPENDS="util-linux-uuid-dev"
    27.6  
    27.7 +# What is the latest version available today?
    27.8 +current_version()
    27.9 +{
   27.10 +	wget -O - http://jfs.sourceforge.net/jfs_lr.html 2>/dev/null | \
   27.11 +	sed '/release/!d;s|.*release ||;s| is.*||;q'
   27.12 +}
   27.13 +
   27.14  # Rules to configure and make the package.
   27.15  compile_rules()
   27.16  {
    28.1 --- a/libid3tag/receipt	Fri Feb 04 07:19:07 2022 +0100
    28.2 +++ b/libid3tag/receipt	Fri Feb 04 09:24:50 2022 +0000
    28.3 @@ -14,6 +14,14 @@
    28.4  DEPENDS="zlib"
    28.5  BUILD_DEPENDS="zlib-dev"
    28.6  
    28.7 +# What is the latest version available today?
    28.8 +current_version()
    28.9 +{
   28.10 +	wget -O - https://sourceforge.net/projects/mad/files/libid3tag/ 2>/dev/null | \
   28.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   28.12 +	sed '/scope="row/!d;s|.*/libid3tag/||;s|/.*||;q'
   28.13 +}
   28.14 +
   28.15  # Rules to configure and make the package.
   28.16  compile_rules()
   28.17  {
    29.1 --- a/liblinebreak/receipt	Fri Feb 04 07:19:07 2022 +0100
    29.2 +++ b/liblinebreak/receipt	Fri Feb 04 09:24:50 2022 +0000
    29.3 @@ -11,6 +11,14 @@
    29.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
    29.5  WGET_URL="http://downloads.sourceforge.net/project/vimgadgets/$PACKAGE/$VERSION/$TARBALL"
    29.6  
    29.7 +# What is the latest version available today?
    29.8 +current_version()
    29.9 +{
   29.10 +	wget -O - https://sourceforge.net/projects/vimgadgets/files/liblinebreak/ 2>/dev/null | \
   29.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   29.12 +	sed '/scope="row/!d;s|.*/liblinebreak/||;s|/.*||;q'
   29.13 +}
   29.14 +
   29.15  # Rules to configure and make the package.
   29.16  compile_rules()
   29.17  {
    30.1 --- a/libmcrypt/receipt	Fri Feb 04 07:19:07 2022 +0100
    30.2 +++ b/libmcrypt/receipt	Fri Feb 04 09:24:50 2022 +0000
    30.3 @@ -12,6 +12,14 @@
    30.4  
    30.5  DEPENDS=""
    30.6  
    30.7 +# What is the latest version available today?
    30.8 +current_version()
    30.9 +{
   30.10 +	wget -O - https://sourceforge.net/projects/mcrypt/files/Libmcrypt/ 2>/dev/null | \
   30.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   30.12 +	sed '/scope="row/!d;s|.*/Libmcrypt/||;s|/.*||;q'
   30.13 +}
   30.14 +
   30.15  # Rules to configure and make the package.
   30.16  compile_rules()
   30.17  {
    31.1 --- a/libmpeg2/receipt	Fri Feb 04 07:19:07 2022 +0100
    31.2 +++ b/libmpeg2/receipt	Fri Feb 04 09:24:50 2022 +0000
    31.3 @@ -15,6 +15,13 @@
    31.4  xorg-libXdmcp xorg-libXext xorg-libXv"
    31.5  BUILD_DEPENDS="glibc-base xorg-libXv-dev"
    31.6  
    31.7 +# What is the latest version available today?
    31.8 +current_version()
    31.9 +{
   31.10 +	wget -O - https://libmpeg2.sourceforge.io/downloads.html 2>/dev/null | \
   31.11 +	sed '/libmpeg2-/!d;s|.*libmpeg2-||;s|<.*||;q'
   31.12 +}
   31.13 +
   31.14  # Rules to configure and make the package.
   31.15  compile_rules()
   31.16  {
    32.1 --- a/libofx/receipt	Fri Feb 04 07:19:07 2022 +0100
    32.2 +++ b/libofx/receipt	Fri Feb 04 09:24:50 2022 +0000
    32.3 @@ -13,10 +13,17 @@
    32.4  DEPENDS="opensp"
    32.5  BUILD_DEPENDS="opensp-dev"
    32.6  
    32.7 +# What is the latest version available today?
    32.8 +current_version()
    32.9 +{
   32.10 +	wget -O - https://sourceforge.net/projects/libofx/files/libofx/ 2>/dev/null | \
   32.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   32.12 +	sed '/scope="row/!d;s|.*/libofx/||;s|/.*||;q'
   32.13 +}
   32.14 +
   32.15  # Rules to configure and make the package.
   32.16  compile_rules()
   32.17  {
   32.18 -	cd $src
   32.19  	./configure \
   32.20  		--prefix=/usr \
   32.21  		$CONFIGURE_ARGS &&
    33.1 --- a/libqwt6-qt4/receipt	Fri Feb 04 07:19:07 2022 +0100
    33.2 +++ b/libqwt6-qt4/receipt	Fri Feb 04 09:24:50 2022 +0000
    33.3 @@ -14,10 +14,17 @@
    33.4  DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base"
    33.5  BUILD_DEPENDS="qmake Qt4-dev"
    33.6  
    33.7 +# What is the latest version available today?
    33.8 +current_version()
    33.9 +{
   33.10 +	wget -O - https://sourceforge.net/projects/qwt/files/qwt/ 2>/dev/null | \
   33.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   33.12 +	sed '/scope="row/!d;s|.*/qwt/||;s|/.*||;q'
   33.13 +}
   33.14 +
   33.15  # Rules to configure and make the package.
   33.16  compile_rules()
   33.17  {
   33.18 -	cd $src
   33.19  	sed -i \
   33.20  		-e 's/$${QWT_INSTALL_PREFIX}\/include/\/usr\/include\/qwt\//' \
   33.21  		-e 's/$${QWT_INSTALL_PREFIX}\/lib/\/usr\/lib\//' \
    34.1 --- a/libwmf/receipt	Fri Feb 04 07:19:07 2022 +0100
    34.2 +++ b/libwmf/receipt	Fri Feb 04 09:24:50 2022 +0000
    34.3 @@ -13,10 +13,17 @@
    34.4  DEPENDS="libpng jpeg libgd gdk-pixbuf expat"
    34.5  BUILD_DEPENDS="libpng-dev jpeg-dev libgd-dev gdk-pixbuf-dev expat-dev"
    34.6  
    34.7 +# What is the latest version available today?
    34.8 +current_version()
    34.9 +{
   34.10 +	wget -O - https://sourceforge.net/projects/wvware/files/libwmf/ 2>/dev/null | \
   34.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   34.12 +	sed '/scope="row/!d;s|.*/libwmf/||;s|/.*||;q'
   34.13 +}
   34.14 +
   34.15  # Rules to configure and make the package.
   34.16  compile_rules()
   34.17  {
   34.18 -	cd $src
   34.19  	sed -i 's/^mkdirprog.*$/mkdirprog="mkdir -p"/' install-sh
   34.20  	./configure $CONFIGURE_ARGS &&
   34.21  	make && 
    35.1 --- a/lostirc/receipt	Fri Feb 04 07:19:07 2022 +0100
    35.2 +++ b/lostirc/receipt	Fri Feb 04 09:24:50 2022 +0000
    35.3 @@ -13,6 +13,14 @@
    35.4  DEPENDS="glibmm cairomm gtkmm libsigc++"
    35.5  BUILD_DEPENDS="glibmm-dev cairomm-dev gtkmm-dev libsigc++-dev gtk+-dev"
    35.6  
    35.7 +# What is the latest version available today?
    35.8 +current_version()
    35.9 +{
   35.10 +	wget -O - https://sourceforge.net/projects/lostirc/files/lostirc/ 2>/dev/null | \
   35.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   35.12 +	sed '/scope="row/!d;s|.*/lostirc/||;s|/.*||;q'
   35.13 +}
   35.14 +
   35.15  # Rules to configure and make the package.
   35.16  compile_rules()
   35.17  {
    36.1 --- a/magnifier/receipt	Fri Feb 04 07:19:07 2022 +0100
    36.2 +++ b/magnifier/receipt	Fri Feb 04 09:24:50 2022 +0000
    36.3 @@ -15,6 +15,14 @@
    36.4  xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
    36.5  xorg-libXrandr xorg-libXrender xorg-libXdamage"
    36.6  
    36.7 +# What is the latest version available today?
    36.8 +current_version()
    36.9 +{
   36.10 +	wget -O - https://sourceforge.net/projects/magnifier/files/magnifier%20for%20Linux/ 2>/dev/null | \
   36.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   36.12 +	sed '/scope="row/!d;s|.*/magnifier%20for%20Linux/||;s|/.*||;q'
   36.13 +}
   36.14 +
   36.15  # Rules to configure and make the package.
   36.16  compile_rules()
   36.17  {
    37.1 --- a/matplotlib/receipt	Fri Feb 04 07:19:07 2022 +0100
    37.2 +++ b/matplotlib/receipt	Fri Feb 04 09:24:50 2022 +0000
    37.3 @@ -18,6 +18,13 @@
    37.4  BUILD_DEPENDS="freetype-dev libpng-dev pygtk-dev python python-dev 
    37.5  	python-numpy python-setuptools zlib-dev"
    37.6  
    37.7 +# What is the latest version available today?
    37.8 +current_version()
    37.9 +{
   37.10 +	wget -O - https://pypi.org/project/matplotlib/ 2>/dev/null | \
   37.11 +	sed '/matplotlib-/!d;/tar/!d;s|.*matplotlib-||;s|.tar.*||;q'
   37.12 +}
   37.13 +
   37.14  # Rules to configure and make the package.
   37.15  compile_rules()
   37.16  {
    38.1 --- a/mcrypt/receipt	Fri Feb 04 07:19:07 2022 +0100
    38.2 +++ b/mcrypt/receipt	Fri Feb 04 09:24:50 2022 +0000
    38.3 @@ -13,10 +13,17 @@
    38.4  DEPENDS="zlib mhash libmcrypt"
    38.5  BUILD_DEPENDS="libmcrypt-dev libmcrypt-dev mhash-dev"
    38.6  
    38.7 +# What is the latest version available today?
    38.8 +current_version()
    38.9 +{
   38.10 +	wget -O - https://sourceforge.net/projects/mcrypt/files/MCrypt/ 2>/dev/null | \
   38.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   38.12 +	sed '/scope="row/!d;s|.*/MCrypt/||;s|/.*||;q'
   38.13 +}
   38.14 +
   38.15  # Rules to configure and make the package.
   38.16  compile_rules()
   38.17  {
   38.18 -	cd $src
   38.19  	./configure \
   38.20  		--prefix=/usr $CONFIGURE_ARGS 2>&1 | grep -v libtoolT &&
   38.21  	make &&
    39.1 --- a/miau/receipt	Fri Feb 04 07:19:07 2022 +0100
    39.2 +++ b/miau/receipt	Fri Feb 04 09:24:50 2022 +0000
    39.3 @@ -11,6 +11,14 @@
    39.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    39.5  WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL"
    39.6  
    39.7 +# What is the latest version available today?
    39.8 +current_version()
    39.9 +{
   39.10 +	wget -O - https://sourceforge.net/projects/miau/files/miau/ 2>/dev/null | \
   39.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   39.12 +	sed '/scope="row/!d;s|.*/miau/||;s|/.*||;q'
   39.13 +}
   39.14 +
   39.15  # Rules to configure and make the package.
   39.16  compile_rules()
   39.17  {
    40.1 --- a/mirage/receipt	Fri Feb 04 07:19:07 2022 +0100
    40.2 +++ b/mirage/receipt	Fri Feb 04 09:24:50 2022 +0000
    40.3 @@ -13,6 +13,13 @@
    40.4  DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
    40.5  BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
    40.6  
    40.7 +# What is the latest version available today?
    40.8 +current_version()
    40.9 +{
   40.10 +	wget -O - https://sourceforge.net/projects/mirageiv/files/ 2>/dev/null | \
   40.11 +	sed '/scope="row/!d;s|.*/mirage-||;s|.tar.*||;q'
   40.12 +}
   40.13 +
   40.14  # Rules to configure and make the package.
   40.15  compile_rules()
   40.16  {
    41.1 --- a/mplayerplug-in/receipt	Fri Feb 04 07:19:07 2022 +0100
    41.2 +++ b/mplayerplug-in/receipt	Fri Feb 04 09:24:50 2022 +0000
    41.3 @@ -15,6 +15,14 @@
    41.4  BUILD_DEPENDS="mplayer gtk+-dev xorg-libXpm-dev firefox-dev libIDL gettext \
    41.5  nspr-dev"
    41.6  
    41.7 +# What is the latest version available today?
    41.8 +current_version()
    41.9 +{
   41.10 +	wget -O - https://sourceforge.net/projects/mplayerplug-in/files/mplayerplug-in/ 2>/dev/null | \
   41.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   41.12 +	sed '/scope="row/!d;s|.*/mplayerplug-in/v||;s|/.*||;q'
   41.13 +}
   41.14 +
   41.15  get_firefox_version()
   41.16  {
   41.17  	FIREFOX_VER=$(cat "$1/var/lib/tazpkg/installed/firefox/receipt" | \
    42.1 --- a/nqc/receipt	Fri Feb 04 07:19:07 2022 +0100
    42.2 +++ b/nqc/receipt	Fri Feb 04 09:24:50 2022 +0000
    42.3 @@ -16,6 +16,13 @@
    42.4  DEPENDS="glibc-base gcc-lib-base"
    42.5  BUILD_DEPENDS="flex"
    42.6  
    42.7 +# What is the latest version available today?
    42.8 +current_version()
    42.9 +{
   42.10 +	wget -O - http://bricxcc.sourceforge.net/nqc/release/index.html 2>/dev/null | \
   42.11 +	sed '/tgz/!d;s|.*nqc-||;s|.tgz.*||;q'
   42.12 +}
   42.13 +
   42.14  # Rules to configure and make the package.
   42.15  compile_rules()
   42.16  {
    43.1 --- a/obmenu/receipt	Fri Feb 04 07:19:07 2022 +0100
    43.2 +++ b/obmenu/receipt	Fri Feb 04 09:24:50 2022 +0000
    43.3 @@ -14,6 +14,14 @@
    43.4  DEPENDS="python pycairo pygobject pygtk libffi"
    43.5  BUILD_DEPENDS="python python-dev"
    43.6  
    43.7 +# What is the latest version available today?
    43.8 +current_version()
    43.9 +{
   43.10 +	wget -O - https://sourceforge.net/projects/obmenu/files/obmenu/ 2>/dev/null | \
   43.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   43.12 +	sed '/scope="row/!d;s|.*/obmenu/||;s|/.*||;q'
   43.13 +}
   43.14 +
   43.15  # Rules to configure and make the package.
   43.16  compile_rules()
   43.17  {
    44.1 --- a/opencpn/receipt	Fri Feb 04 07:19:07 2022 +0100
    44.2 +++ b/opencpn/receipt	Fri Feb 04 09:24:50 2022 +0000
    44.3 @@ -15,6 +15,14 @@
    44.4  BUILD_DEPENDS="wxWidgets28-dev mesa-dev libglu-mesa"
    44.5  TAGS="office"
    44.6  
    44.7 +# What is the latest version available today?
    44.8 +current_version()
    44.9 +{
   44.10 +	wget -O - https://sourceforge.net/projects/opencpn/files/opencpn/ 2>/dev/null | \
   44.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   44.12 +	sed '/scope="row/!d;s|.*/opencpn/||;s|/.*||;q'
   44.13 +}
   44.14 +
   44.15  # Rules to configure and make the package.
   44.16  compile_rules()
   44.17  {
    45.1 --- a/ophcrack/receipt	Fri Feb 04 07:19:07 2022 +0100
    45.2 +++ b/ophcrack/receipt	Fri Feb 04 09:24:50 2022 +0000
    45.3 @@ -14,10 +14,17 @@
    45.4  DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base"
    45.5  BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev"
    45.6  
    45.7 +# What is the latest version available today?
    45.8 +current_version()
    45.9 +{
   45.10 +	wget -O - https://sourceforge.net/projects/ophcrack/files/ophcrack/ 2>/dev/null | \
   45.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   45.12 +	sed '/scope="row/!d;s|.*/ophcrack/||;s|/.*||;q'
   45.13 +}
   45.14 +
   45.15  # Rules to configure and make the package.
   45.16  compile_rules()
   45.17  {
   45.18 -	cd $src
   45.19  	./configure --prefix=/usr $CONFIGURE_ARGS &&
   45.20  	make
   45.21  }
    46.1 --- a/oxine/receipt	Fri Feb 04 07:19:07 2022 +0100
    46.2 +++ b/oxine/receipt	Fri Feb 04 09:24:50 2022 +0000
    46.3 @@ -12,10 +12,17 @@
    46.4  BUILD_DEPENDS="libcdio-dev xine-lib-dev curl-dev"
    46.5  DEPENDS="libcdio xine-lib curl"
    46.6  
    46.7 +# What is the latest version available today?
    46.8 +current_version()
    46.9 +{
   46.10 +	wget -O - https://sourceforge.net/projects/oxine/files/oxine/ 2>/dev/null | \
   46.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   46.12 +	sed '/scope="row/!d;s|.*/oxine/||;s|/.*||;q'
   46.13 +}
   46.14 +
   46.15  # Rules to configure and make the package.
   46.16  compile_rules()
   46.17  {
   46.18 -	cd $src
   46.19  	./configure $CONFIGURE_ARGS &&
   46.20  	make &&	make install
   46.21  }
    47.1 --- a/p4wn/receipt	Fri Feb 04 07:19:07 2022 +0100
    47.2 +++ b/p4wn/receipt	Fri Feb 04 09:24:50 2022 +0000
    47.3 @@ -9,6 +9,14 @@
    47.4  WEB_SITE="http://p4wn.sourceforge.net/"
    47.5  TARBALL="sven_vehars_fancy_version.zip"
    47.6  WGET_URL="$WEB_SITE/downloads/$TARBALL"
    47.7 +
    47.8 +# What is the latest version available today?
    47.9 +current_version()
   47.10 +{
   47.11 +	wget -O - https://sourceforge.net/projects/p4wn/files/ 2>/dev/null | \
   47.12 +	sed '/scope="row/!d;/tar/!d;s|.*/p4wn-||;s|.tar.*||;q'
   47.13 +}
   47.14 +
   47.15  # Rules to configure and make the package.
   47.16  compile_rules()
   47.17  {
    48.1 --- a/penguin-command/receipt	Fri Feb 04 07:19:07 2022 +0100
    48.2 +++ b/penguin-command/receipt	Fri Feb 04 09:24:50 2022 +0000
    48.3 @@ -13,6 +13,14 @@
    48.4  DEPENDS="libsdl libsdl-mixer libsdl-image"
    48.5  BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-image-dev"
    48.6  
    48.7 +# What is the latest version available today?
    48.8 +current_version()
    48.9 +{
   48.10 +	wget -O - https://sourceforge.net/projects/penguin-command/files/penguin-command/ 2>/dev/null | \
   48.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   48.12 +	sed '/scope="row/!d;s|.*/penguin-command/||;s|/.*||;q'
   48.13 +}
   48.14 +
   48.15  # Rules to configure and make the package.
   48.16  compile_rules()
   48.17  {
    49.1 --- a/pidgin-libnotify/receipt	Fri Feb 04 07:19:07 2022 +0100
    49.2 +++ b/pidgin-libnotify/receipt	Fri Feb 04 09:24:50 2022 +0000
    49.3 @@ -13,6 +13,14 @@
    49.4  DEPENDS="pidgin libnotify"
    49.5  BUILD_DEPENDS="intltool libpurple-dev libnotify-dev pidgin-dev libffi gtk+-dev"
    49.6  
    49.7 +# What is the latest version available today?
    49.8 +current_version()
    49.9 +{
   49.10 +	wget -O - https://sourceforge.net/projects/gaim-libnotify/files/pidgin-libnotify/ 2>/dev/null | \
   49.11 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
   49.12 +	sed '/scope="row/!d;s|.*/pidgin-libnotify/pidgin-libnotify-||;s|/.*||;q'
   49.13 +}
   49.14 +
   49.15  # Rules to configure and make the package.
   49.16  compile_rules()
   49.17  {
    50.1 --- a/procps/receipt	Fri Feb 04 07:19:07 2022 +0100
    50.2 +++ b/procps/receipt	Fri Feb 04 09:24:50 2022 +0000
    50.3 @@ -14,6 +14,13 @@
    50.4  DEPENDS="ncurses"
    50.5  BUILD_DEPENDS="ncurses-dev"
    50.6  
    50.7 +# What is the latest version available today?
    50.8 +current_version()
    50.9 +{
   50.10 +	wget -O - https://gitlab.com/procps-ng/procps/-/tags 2>/dev/null | \
   50.11 +	sed '/procps-v/!d;/tar/!d;s|.*procps-v||;s|.tar.*||;q'
   50.12 +}
   50.13 +
   50.14  # Rules to configure and make the package.
   50.15  compile_rules()
   50.16  {
    51.1 --- a/stardict/receipt	Fri Feb 04 07:19:07 2022 +0100
    51.2 +++ b/stardict/receipt	Fri Feb 04 09:24:50 2022 +0000
    51.3 @@ -15,6 +15,13 @@
    51.4  BUILD_DEPENDS="bzip2 enchant-dev gtk+-dev intltool libffi libsigc++-dev \
    51.5  	popt util-linux-uuid-dev xorg-libSM-dev zlib-dev"
    51.6  
    51.7 +# What is the latest version available today?
    51.8 +current_version()
    51.9 +{
   51.10 +	wget -O - http://stardict-4.sourceforge.net/index_en.php 2>/dev/null | \
   51.11 +	sed '/StarDict [0-9]/!d;s|.*StarDict ||;s|<.*||;q'
   51.12 +}
   51.13 +
   51.14  # Rules to configure and make the package.
   51.15  compile_rules()
   51.16  {