wok diff libnotify/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents e1ee172acb7b
children 668e3b18eda4
line diff
     1.1 --- a/libnotify/receipt	Tue Apr 15 03:14:22 2014 +0200
     1.2 +++ b/libnotify/receipt	Sun Feb 14 22:06:06 2016 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnotify"
     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"
    1.12  LICENSE="LGPL2.1"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://www.galago-project.org/"
    1.16 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20  DEPENDS="dbus gtk+ dbus-glib xorg-libXdamage"
    1.21 @@ -22,6 +22,10 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 +	cd $src
    1.26 +	sed -e 's/REQ_GTK_VERSION=2.90/REQ_GTK_VERSION=2.24/' \
    1.27 +	-e 's/tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"/tests_modules="gtk+-2.0 >= $REQ_GTK_VERSION"/' \
    1.28 +	-i configure
    1.29  	./configure \
    1.30  		--disable-static \
    1.31  		$CONFIGURE_ARGS &&