wok-next diff libnotify-gtk3/receipt @ rev 20153

syslinux: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 15:14:00 2017 +0100 (2017-11-01)
parents 5e1076889439
children 4396aed7eb01
line diff
     1.1 --- a/libnotify-gtk3/receipt	Sat Feb 14 20:51:34 2015 +0000
     1.2 +++ b/libnotify-gtk3/receipt	Wed Nov 01 15:14:00 2017 +0100
     1.3 @@ -6,13 +6,12 @@
     1.4  SHORT_DESC="Sends desktop notifications to a notification daemon (GTK+3)"
     1.5  MAINTAINER="al.bobylev@gmail.com"
     1.6  LICENSE="LGPL2.1"
     1.7 -SOURCE="libnotify"
     1.8 -TARBALL="$SOURCE-$VERSION.tar.xz"
     1.9  WEB_SITE="http://developer-next.gnome.org/libnotify/"
    1.10 -SERIES=$(echo $VERSION | cut -d. -f1,2)
    1.11 -WGET_URL="$GNOME_MIRROR/$SOURCE/$SERIES/$TARBALL"
    1.12  TAGS="gtk3"
    1.13  
    1.14 +TARBALL="libnotify-$VERSION.tar.xz"
    1.15 +WGET_URL="$GNOME_MIRROR/libnotify/$(echo $VERSION | cut -d. -f1,2)/$TARBALL"
    1.16 +
    1.17  DEPENDS="gdk-pixbuf dbus"
    1.18  BUILD_DEPENDS="gtk+3-dev gobject-introspection-dev glib-dev libxml2-dev \
    1.19  dbus-dev"