wok-next diff libnotify/receipt @ rev 6715

linux/bootloader.sh: fix signed 16bits
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 14 17:08:12 2010 +0200 (2010-10-14)
parents 2e55de4816a6
children 2424f798cd58
line diff
     1.1 --- a/libnotify/receipt	Mon Mar 16 22:15:30 2009 +0000
     1.2 +++ b/libnotify/receipt	Thu Oct 14 17:08:12 2010 +0200
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libnotify"
     1.7 -VERSION="0.4.4"
     1.8 +VERSION="0.4.5"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Notification library"
    1.11  MAINTAINER="fabrice.thiroux@free.fr"
    1.12  DEPENDS="dbus gtk+ dbus-glib xorg-libXdamage"
    1.13 -BUILD_DEPENDS="dbus-dev gtk+-dev"
    1.14 +BUILD_DEPENDS="dbus-dev gtk+-dev dbus-glib dbus-glib-dev perl expat-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.galago-project.org/"
    1.17  WGET_URL="http://www.galago-project.org/files/releases/source/libnotify/$TARBALL"