summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-10-09 21:19:56 +0000
committerJim Ramsay <lack@gentoo.org>2007-10-09 21:19:56 +0000
commit105a38cce00ae2bb2f396e180f59d4c0b08af5ec (patch)
tree8f73d9ebf9cf8ec9021b66a6272594f16bdb7b3a /x11-wm
parentAdd security fix for rbu, bug 193095 (diff)
downloadgentoo-2-105a38cce00ae2bb2f396e180f59d4c0b08af5ec.tar.gz
gentoo-2-105a38cce00ae2bb2f396e180f59d4c0b08af5ec.tar.bz2
gentoo-2-105a38cce00ae2bb2f396e180f59d4c0b08af5ec.zip
Small QA changes, thanks dberkholz!
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxbox/ChangeLog5
-rw-r--r--x11-wm/fluxbox/fluxbox-1.0.0.ebuild10
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/fluxbox/ChangeLog b/x11-wm/fluxbox/ChangeLog
index 220cf4be58b5..caea2d64a840 100644
--- a/x11-wm/fluxbox/ChangeLog
+++ b/x11-wm/fluxbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/fluxbox
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.234 2007/10/09 14:45:29 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/ChangeLog,v 1.235 2007/10/09 21:19:56 lack Exp $
+
+ 09 Oct 2007; Jim Ramsay <lack@gentoo.org> fluxbox-1.0.0.ebuild:
+ Small QA changes, thanks dberkholz!
*fluxbox-1.0.0 (09 Oct 2007)
diff --git a/x11-wm/fluxbox/fluxbox-1.0.0.ebuild b/x11-wm/fluxbox/fluxbox-1.0.0.ebuild
index c8e78748df2e..a1b130af413e 100644
--- a/x11-wm/fluxbox/fluxbox-1.0.0.ebuild
+++ b/x11-wm/fluxbox/fluxbox-1.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild,v 1.1 2007/10/09 14:45:29 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.0.0.ebuild,v 1.2 2007/10/09 21:19:56 lack Exp $
inherit eutils
@@ -37,13 +37,11 @@ LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
pkg_setup() {
- if use imlib ; then
- if ! built_with_use media-libs/imlib2 X ; then
+ if use imlib && ! built_with_use media-libs/imlib2 X ; then
eerror "To build fluxbox with imlib in USE, you need an X enabled"
eerror "media-libs/imlib2 . Either recompile imlib2 with the X"
eerror "USE flag turned on or disable the imlib USE flag for fluxbox."
die "USE=imlib requires imlib2 with USE=X"
- fi
fi
}
@@ -68,8 +66,6 @@ src_unpack() {
}
src_compile() {
- export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig
-
econf \
$(use_enable nls) \
$(use_enable xinerama) \
@@ -96,7 +92,7 @@ src_compile() {
src_install() {
dodir /usr/share/fluxbox
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "install failed"
dodoc README* AUTHORS TODO* ChangeLog NEWS
dodir /usr/share/xsessions