wok-current rev 17594
Up: libnotify 0.7.6
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Tue Feb 10 20:07:21 2015 +0000 (2015-02-10) |
parents | 4a3d38846288 |
children | 3fbf40bde02e |
files | libnotify-dev/receipt libnotify/receipt |
line diff
1.1 --- a/libnotify-dev/receipt Tue Feb 10 17:58:57 2015 +0000 1.2 +++ b/libnotify-dev/receipt Tue Feb 10 20:07:21 2015 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libnotify-dev" 1.7 -VERSION="0.5.2" 1.8 +VERSION="0.7.6" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Notification library" 1.11 MAINTAINER="fabrice.thiroux@free.fr"
2.1 --- a/libnotify/receipt Tue Feb 10 17:58:57 2015 +0000 2.2 +++ b/libnotify/receipt Tue Feb 10 20:07:21 2015 +0000 2.3 @@ -1,14 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libnotify" 2.7 -VERSION="0.5.2" 2.8 +VERSION="0.7.6" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="Notification library" 2.11 MAINTAINER="fabrice.thiroux@free.fr" 2.12 LICENSE="LGPL2.1" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.15 WEB_SITE="http://www.galago-project.org/" 2.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.17 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 2.18 HOST_ARCH="i486 arm" 2.19 2.20 DEPENDS="dbus gtk+ dbus-glib xorg-libXdamage" 2.21 @@ -22,6 +22,10 @@ 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 + cd $src 2.26 + sed -e 's/REQ_GTK_VERSION=2.90/REQ_GTK_VERSION=2.24/' \ 2.27 + -e 's/tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"/tests_modules="gtk+-2.0 >= $REQ_GTK_VERSION"/' \ 2.28 + -i configure 2.29 ./configure \ 2.30 --disable-static \ 2.31 $CONFIGURE_ARGS &&