wok diff libnotify/receipt @ rev 2477

libnotify, libmcs, libldap, libiec61883 libg-*: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 15 20:26:12 2009 +0000 (2009-03-15)
parents ebca32bb916e
children 2e55de4816a6
line diff
     1.1 --- a/libnotify/receipt	Mon Jan 05 23:57:02 2009 +0100
     1.2 +++ b/libnotify/receipt	Sun Mar 15 20:26:12 2009 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Notification library"
     1.6  MAINTAINER="fabrice.thiroux@free.fr"
     1.7 -DEPENDS="dbus gtk+"
     1.8 +DEPENDS="dbus gtk+ dbus-glib"
     1.9  BUILD_DEPENDS="dbus-dev gtk+-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.galago-project.org/"
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14      cd $src
    1.15      ./configure --prefix=/usr --infodir=/usr/share/info \
    1.16 -    --mandir=/usr/share/man --disable-static $CONFIGURE_ARGS
    1.17 -    make
    1.18 +    --mandir=/usr/share/man --disable-static $CONFIGURE_ARGS &&
    1.19 +    make &&
    1.20      make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22