wok-stable diff gnome-keyring/receipt @ rev 12104
libgnomeui: fix build-depends
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Mar 11 19:22:38 2012 +0100 (2012-03-11) |
parents | 5647557ead5c |
children | 4ac8581413c4 |
line diff
1.1 --- a/gnome-keyring/receipt Thu Nov 03 11:15:24 2011 +0100 1.2 +++ b/gnome-keyring/receipt Sun Mar 11 19:22:38 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()