wok diff openbox/receipt @ rev 10426
gdbm: moved depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 13:53:15 2011 +0000 (2011-05-24) |
parents | 1808d3972a36 |
children | 3a1d935572e1 |
line diff
1.1 --- a/openbox/receipt Sat Jan 29 17:17:37 2011 +0100 1.2 +++ b/openbox/receipt Tue May 24 13:53:15 2011 +0000 1.3 @@ -4,16 +4,19 @@ 1.4 VERSION="3.4.11.1" 1.5 CATEGORY="x-window" 1.6 SHORT_DESC="Small-footprint and standard compliant Window Manager." 1.7 +SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" 1.8 MAINTAINER="pankso@slitaz.org" 1.9 -DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype \ 1.10 -xorg-libXrandr" 1.11 -SUGGESTED="obconf pcmanfm hsetroot slitaz-configs" 1.12 -BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://icculus.org/openbox/" 1.15 WGET_URL="http://offload2.icculus.org:9090/openbox/releases/$TARBALL" 1.16 TAGS="window-manager wm" 1.17 1.18 +DEPENDS="startup-notification pango glib xorg-libX11 fontconfig freetype \ 1.19 +xorg-libXrandr xorg-libXft" 1.20 +BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev \ 1.21 +xorg-libXft-dev" 1.22 + 1.23 + 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 {