wok-6.x diff fluxbox/receipt @ rev 4276
minicom: fix build with glibc-2.10
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 26 00:15:15 2009 +0200 (2009-09-26) |
parents | 192bfaa1ae87 |
children | 9f19aee613be |
line diff
1.1 --- a/fluxbox/receipt Mon May 18 20:44:43 2009 +0200 1.2 +++ b/fluxbox/receipt Sat Sep 26 00:15:15 2009 +0200 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Fluxbox is a windowmanager for X. It is very light on resources and easy to handle but yet full of features." 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="fontconfig imlib2 libiconv xorg-libICE xorg-libSM xorg-libX11 \ 1.8 +DEPENDS="fontconfig imlib2 xorg-libICE xorg-libSM xorg-libX11 \ 1.9 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXft xorg-libXinerama \ 1.10 xorg-libXpm xorg-libXrandr xorg-libXrender" 1.11 BUILD_DEPENDS="xorg-dev" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.fluxbox.org/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 +TAGS="wm window-manager" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()