wok diff libnotify-gtk3/receipt @ rev 14409

eeze-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 18:28:25 2013 +0200 (2013-04-23)
parents 50f5543dd76b
children 4904e3d374a9
line diff
     1.1 --- a/libnotify-gtk3/receipt	Fri Mar 22 14:44:40 2013 +0000
     1.2 +++ b/libnotify-gtk3/receipt	Tue Apr 23 18:28:25 2013 +0200
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="Sends desktop notifications to a notification daemon (GTK+3)"
     1.5  MAINTAINER="al.bobylev@gmail.com"
     1.6  SOURCE="libnotify"
     1.7 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
     1.8  TARBALL="$SOURCE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://developer-next.gnome.org/libnotify/"
    1.10 -WGET_URL="$GNOME_MIRROR/$SOURCE/$HI_VERSION/$TARBALL"
    1.11 +SERIES=$(echo $VERSION | cut -d. -f1,2)
    1.12 +WGET_URL="$GNOME_MIRROR/$SOURCE/$SERIES/$TARBALL"
    1.13  TAGS="gtk3"
    1.14  
    1.15  DEPENDS="gdk-pixbuf"