wok rev 12074

gnome-keyring: fix deps/bdeps
author Antoine Bodin <gokhlayeh@slitaz.org>
date Fri Mar 09 05:27:20 2012 +0100 (2012-03-09)
parents aa6d337302ab
children 5188b6752a42
files gnome-keyring/receipt
line diff
     1.1 --- a/gnome-keyring/receipt	Fri Mar 09 05:11:48 2012 +0100
     1.2 +++ b/gnome-keyring/receipt	Fri Mar 09 05:27:20 2012 +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 libtasn1 python dbus"
     1.8 -BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev"
     1.9 +DEPENDS="libgcrypt libtasn1 python dbus gtk+"
    1.10 +BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev intltool"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()