wok diff libnotify-gtk3/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 4904e3d374a9
children 6e8b1bcb30e2
line diff
     1.1 --- a/libnotify-gtk3/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libnotify-gtk3/receipt	Fri Jan 11 16:39:21 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnotify-gtk3"
     1.7 -VERSION="0.7.5"
     1.8 +VERSION="0.7.6"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Sends desktop notifications to a notification daemon (GTK+3)"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -13,8 +13,9 @@
    1.13  WGET_URL="$GNOME_MIRROR/$SOURCE/$SERIES/$TARBALL"
    1.14  TAGS="gtk3"
    1.15  
    1.16 -DEPENDS="gdk-pixbuf"
    1.17 -BUILD_DEPENDS="gtk+3-dev gobject-introspection-dev glib-dev libxml2-dev"
    1.18 +DEPENDS="gdk-pixbuf dbus"
    1.19 +BUILD_DEPENDS="gtk+3-dev gobject-introspection-dev glib-dev libxml2-dev \
    1.20 +dbus-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()