wok rev 21224
updated libgee and libgee-dev (0.9.92 -> 0.20.1)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 10 15:33:18 2019 +0100 (2019-04-10) |
parents | 9480f04fa684 |
children | e0e82f52d832 |
files | libgee-dev/receipt libgee/receipt |
line diff
1.1 --- a/libgee-dev/receipt Wed Apr 10 14:03:51 2019 +0100 1.2 +++ b/libgee-dev/receipt Wed Apr 10 15:33:18 2019 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libgee-dev" 1.7 -VERSION="0.9.92" 1.8 +VERSION="0.20.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="GObject collection library devel files." 1.11 +SHORT_DESC="GObject collection library - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="http://live.gnome.org/Libgee" 1.15 +WEB_SITE="https://live.gnome.org/Libgee" 1.16 1.17 WANTED="libgee" 1.18 DEPENDS="libgee pkg-config" 1.19 @@ -15,10 +15,10 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.25 - cp -a $install/usr/lib/girepository* $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 - cp -a $install/usr/share $fs/usr 1.28 + 1.29 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/lib/girepository* $fs/usr/lib 1.32 + cp -a $install/usr/include $fs/usr 1.33 + cp -a $install/usr/share $fs/usr 1.34 } 1.35 -
2.1 --- a/libgee/receipt Wed Apr 10 14:03:51 2019 +0100 2.2 +++ b/libgee/receipt Wed Apr 10 15:33:18 2019 +0100 2.3 @@ -1,27 +1,27 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libgee" 2.7 -VERSION="0.9.92" 2.8 +VERSION="0.20.1" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="GObject collection library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 -WEB_SITE="http://live.gnome.org/Libgee" 2.14 +WEB_SITE="https://live.gnome.org/Libgee" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.17 -SERIES="$(echo $VERSION | cut -d. -f1,2)" 2.18 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 2.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 2.20 2.21 DEPENDS="glib libffi" 2.22 -BUILD_DEPENDS="bash vala gobject-introspection-dev sed glib-dev libffi-dev sed" 2.23 +BUILD_DEPENDS="bash glib-dev gobject-introspection-dev libffi-dev vala" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 sed -i 's|Func get_value|Func<V> get_value|' gee/gee-0.8.vapi 2.29 - ./configure \ 2.30 - --enable-introspection=yes \ 2.31 + ./configure \ 2.32 + --enable-introspection=yes \ 2.33 $CONFIGURE_ARGS && 2.34 - make && 2.35 + make -j 1 && 2.36 make install 2.37 } 2.38