wok-6.x rev 10395
libxfce4ui: we can't have a package that depend on itself!!!
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 24 00:28:27 2011 +0200 (2011-05-24) |
parents | 2ddc0a67b50f |
children | 99abf916fd05 |
files | libxfce4ui/receipt |
line diff
1.1 --- a/libxfce4ui/receipt Mon May 23 19:04:46 2011 +0200 1.2 +++ b/libxfce4ui/receipt Tue May 24 00:28:27 2011 +0200 1.3 @@ -9,9 +9,10 @@ 1.4 WEB_SITE="http://www.xfce.org" 1.5 WGET_URL="http://archive.xfce.org/xfce/${VERSION%.*}/src/$TARBALL" 1.6 1.7 -DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade util-linux-ng-uuid libxfce4ui" 1.8 +DEPENDS="gtk+ libxfce4util xfconf startup-notification dbus-glib libglade \ 1.9 +util-linux-ng-uuid" 1.10 BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev startup-notification-dev 1.11 - libglade-dev xcb-util-dev util-linux-ng-uuid-dev intltool libxfce4ui-dev" 1.12 +libglade-dev xcb-util-dev util-linux-ng-uuid-dev intltool" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()