wok diff ORBit2/receipt @ rev 25227
updated python-pyserial (3.4 -> 3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 16:51:10 2022 +0100 (2022-07-13) |
parents | d1f85e376665 |
children |
line diff
1.1 --- a/ORBit2/receipt Thu Feb 06 12:27:36 2020 +0100 1.2 +++ b/ORBit2/receipt Wed Jul 13 16:51:10 2022 +0100 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 {