wok diff libgee/receipt @ rev 21502
mutagen: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 02 15:49:56 2019 +0100 (2019-05-02) |
parents | b23839382755 |
children | 6831608a1b2a |
line diff
1.1 --- a/libgee/receipt Tue Dec 25 17:06:17 2018 +0100 1.2 +++ b/libgee/receipt Thu May 02 15:49:56 2019 +0100 1.3 @@ -1,27 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgee" 1.7 -VERSION="0.9.92" 1.8 +VERSION="0.20.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="GObject collection library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -WEB_SITE="http://live.gnome.org/Libgee" 1.14 +WEB_SITE="https://live.gnome.org/Libgee" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 -SERIES="$(echo $VERSION | cut -d. -f1,2)" 1.18 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 1.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.20 1.21 DEPENDS="glib libffi" 1.22 -BUILD_DEPENDS="bash vala gobject-introspection-dev sed glib-dev libffi-dev sed" 1.23 +BUILD_DEPENDS="bash glib-dev gobject-introspection-dev libffi-dev vala" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 sed -i 's|Func get_value|Func<V> get_value|' gee/gee-0.8.vapi 1.29 - ./configure \ 1.30 - --enable-introspection=yes \ 1.31 + ./configure \ 1.32 + --enable-introspection=yes \ 1.33 $CONFIGURE_ARGS && 1.34 - make && 1.35 + make -j 1 && 1.36 make install 1.37 } 1.38