# HG changeset patch # User Alexander Medvedev # Date 1423598841 0 # Node ID da71f20282cc02a3bf91df720e46c07a75bc34d4 # Parent 4a3d388462884e8ee453f637d879bb8c6effd7c0 Up: libnotify 0.7.6 diff -r 4a3d38846288 -r da71f20282cc libnotify-dev/receipt --- a/libnotify-dev/receipt Tue Feb 10 17:58:57 2015 +0000 +++ b/libnotify-dev/receipt Tue Feb 10 20:07:21 2015 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libnotify-dev" -VERSION="0.5.2" +VERSION="0.7.6" CATEGORY="utilities" SHORT_DESC="Notification library" MAINTAINER="fabrice.thiroux@free.fr" diff -r 4a3d38846288 -r da71f20282cc libnotify/receipt --- a/libnotify/receipt Tue Feb 10 17:58:57 2015 +0000 +++ b/libnotify/receipt Tue Feb 10 20:07:21 2015 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="libnotify" -VERSION="0.5.2" +VERSION="0.7.6" CATEGORY="utilities" SHORT_DESC="Notification library" MAINTAINER="fabrice.thiroux@free.fr" LICENSE="LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.galago-project.org/" -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" HOST_ARCH="i486 arm" DEPENDS="dbus gtk+ dbus-glib xorg-libXdamage" @@ -22,6 +22,10 @@ # Rules to configure and make the package. compile_rules() { + cd $src + sed -e 's/REQ_GTK_VERSION=2.90/REQ_GTK_VERSION=2.24/' \ + -e 's/tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"/tests_modules="gtk+-2.0 >= $REQ_GTK_VERSION"/' \ + -i configure ./configure \ --disable-static \ $CONFIGURE_ARGS &&