# HG changeset patch # User Christophe Lincoln # Date 1304896514 -7200 # Node ID 9280727ea775cfd2a06c9a4aa7bdceeff4ed6e97 # Parent 174e398ee0ab17ec02f99849b5bd503cb3d9db8f openbox: Fix DEPENDS and BUILD_DEPENDS (how and why can it build with tazwok with these missing deps ?) diff -r 174e398ee0ab -r 9280727ea775 openbox/receipt --- a/openbox/receipt Sun May 08 23:49:22 2011 +0200 +++ b/openbox/receipt Mon May 09 01:15:14 2011 +0200 @@ -4,16 +4,19 @@ VERSION="3.4.11.1" CATEGORY="x-window" SHORT_DESC="Small-footprint and standard compliant Window Manager." +SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" MAINTAINER="pankso@slitaz.org" -DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype \ -xorg-libXrandr" -SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" -BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://icculus.org/openbox/" WGET_URL="http://offload2.icculus.org:9090/openbox/releases/$TARBALL" TAGS="window-manager wm" +DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype \ +xorg-libXrandr xorg-libXft" +BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev \ +xorg-libXft-dev" + + # Rules to configure and make the package. compile_rules() {