wok-next rev 8684
Fix dep: gnome-menus depends on libgio
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 18:56:09 2011 +0100 (2011-02-17) |
parents | b29bb6413b0a |
children | 61dbb0c794de |
files | gnome-menus/receipt |
line diff
1.1 --- a/gnome-menus/receipt Thu Feb 17 18:55:03 2011 +0100 1.2 +++ b/gnome-menus/receipt Thu Feb 17 18:56:09 2011 +0100 1.3 @@ -5,8 +5,8 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="GNOME menu libs and tools (without desktop files)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="python gamin glib" 1.8 -BUILD_DEPENDS="perl perl-xml-parser python-dev glib glib-dev" 1.9 +DEPENDS="python gamin glib libgio" 1.10 +BUILD_DEPENDS="intltool" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.gnome.org/" 1.13 WGET_URL="http://ftp.gnome.org/pub/GNOME/desktop/${VERSION%.*}/$VERSION/sources/$TARBALL"