wok diff ORBit2/receipt @ rev 24133

Up tazinst (115)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 15:17:56 2021 +0000 (2021-10-23)
parents d1f85e376665
children
line diff
     1.1 --- a/ORBit2/receipt	Thu Feb 06 12:27:36 2020 +0100
     1.2 +++ b/ORBit2/receipt	Sat Oct 23 15:17:56 2021 +0000
     1.3 @@ -8,12 +8,17 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="https://www.gnome.org/"
     1.7 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.8 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.9  CROSS="bug: Could not check for borked linking while cross-compiling"
    1.10  
    1.11  DEPENDS="glib libIDL dbus dbus-glib"
    1.12  BUILD_DEPENDS="glib-dev dbus-dev dbus-glib-dev libIDL pkg-config"
    1.13  
    1.14 +current_version()
    1.15 +{
    1.16 +	wget -O - $(dirname $WGET_URL) 2>/dev/null | sed '/LATEST/!d;s|.*IS-||;s|<.*||'
    1.17 +}
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {