wok-6.x rev 12495
Add lingio to dbus-python and glib-dev deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 24 15:46:04 2012 +0200 (2012-04-24) |
parents | c15e6d896c00 |
children | b63f68a5ca05 |
files | dbus-python/receipt glib-dev/receipt |
line diff
1.1 --- a/dbus-python/receipt Tue Apr 24 15:23:41 2012 +0200 1.2 +++ b/dbus-python/receipt Tue Apr 24 15:46:04 2012 +0200 1.3 @@ -9,8 +9,8 @@ 1.4 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 1.5 WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL" 1.6 1.7 -DEPENDS="dbus glib python dbus-glib" 1.8 -BUILD_DEPENDS="dbus-dev glib-dev python-dev dbus-glib-dev" 1.9 +DEPENDS="dbus glib libgio python dbus-glib" 1.10 +BUILD_DEPENDS="dbus-dev glib-dev libgio-dev python-dev dbus-glib-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()
2.1 --- a/glib-dev/receipt Tue Apr 24 15:23:41 2012 +0200 2.2 +++ b/glib-dev/receipt Tue Apr 24 15:46:04 2012 +0200 2.3 @@ -8,7 +8,7 @@ 2.4 WANTED="glib" 2.5 WEB_SITE="http://www.gtk.org/" 2.6 2.7 -DEPENDS="glib perl python libffi-dev" 2.8 +DEPENDS="glib perl python libffi-dev libgio libgio-dev" 2.9 2.10 # Rules to gen a SliTaz package suitable for Tazpkg. 2.11 genpkg_rules()