--- xfce-3.8.11-r1.ebuild Thu Feb 14 14:13:04 2002 +++ xfce-3.8.11-r2.ebuild Mon Mar 11 07:35:52 2002 @@ -10,28 +10,30 @@ DEPEND="virtual/x11 >=x11-libs/gtk+-1.2.10-r4 - gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 )" + gnome? ( >=media-libs/gdk-pixbuf-0.11.0-r1 ) + nls? ( sys-devel/gettext )" -if [ -z "`use gnome`" ] -then - DEPEND="${DEPEND} >=media-libs/imlib-1.9.10-r1" -fi + use gnome || DEPEND="${DEPEND} >=media-libs/imlib-1.9.10-r1" src_compile() { local myconf if [ "`use gnome`" ] then - myconf="--enable-imlib=no --enable-gdk-pixbuf=/usr" + myconf="--enable-imlib=no --enable-gdk-pixbuf=/usr" + myconf="${myconf} --enable-gdm" fi + + use nls || myconf="${myconf} --disable-nls" ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man \ --with-data-dir=/usr/share/xfce \ --with-conf-dir=/etc/xfce \ - --with-locale-dir=/usr/share/locale ${myconf} - try make + --enable-xft \ + --with-locale-dir=/usr/share/locale ${myconf} || die + emake || die } src_install () {