wok rev 11456

libgnome-keyring: add intltool to depends; add glib to depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents 76aaa18ade61
children f036f9b0902f
files libgnome-keyring/receipt
line diff
     1.1 --- a/libgnome-keyring/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.2 +++ b/libgnome-keyring/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.3 @@ -9,8 +9,8 @@
     1.4  WEB_SITE="http://www.gnome.org"
     1.5  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.6  
     1.7 -DEPENDS="libgcrypt dbus"
     1.8 -BUILD_DEPENDS="libgcrypt-dev dbus-dev"
     1.9 +DEPENDS="libgcrypt dbus glib"
    1.10 +BUILD_DEPENDS="libgcrypt-dev dbus-dev intltool"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()