summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-08-26 06:56:22 +0000
committerFabian Groffen <grobian@gentoo.org>2008-08-26 06:56:22 +0000
commit8251f8f8d31191980fedf59fc1d06363cee8a07f (patch)
treea600885fa1520b3df8c8b4a69c48f44f2dfabd99 /x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild
parentStable for HPPA (bug #234066). (diff)
downloadgentoo-2-8251f8f8d31191980fedf59fc1d06363cee8a07f.tar.gz
gentoo-2-8251f8f8d31191980fedf59fc1d06363cee8a07f.tar.bz2
gentoo-2-8251f8f8d31191980fedf59fc1d06363cee8a07f.zip
Add vdesktop USE-flag for Robert Wolf in bug #234066, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild')
-rw-r--r--x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild
index 2cb87ee6faf4..4e53343857fa 100644
--- a/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild
+++ b/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild,v 1.7 2008/08/26 06:43:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild,v 1.8 2008/08/26 06:56:22 grobian Exp $
+
+EAPI=1
inherit autotools eutils gnustep-base flag-o-matic
@@ -13,7 +15,7 @@ SRC_URI="ftp://ftp.windowmaker.info/pub/source/release/${P/windowm/WindowM}.tar.
http://www.gentoo.org/~grobian/distfiles/${P}-patchset-${PATCHVER}.tar.bz2"
HOMEPAGE="http://www.windowmaker.info/"
-IUSE="gif gnustep jpeg nls png tiff modelock xinerama"
+IUSE="gif gnustep jpeg nls png tiff modelock +vdesktop xinerama"
DEPEND="x11-libs/libXv
x11-libs/libXft
x11-libs/libXt
@@ -127,7 +129,8 @@ src_compile() {
fi
# enable new features, need to be done via defines
- append-flags -DBOUNCE_APP -DNEWAPPICON -DVIRTUAL_DESKTOP
+ append-flags -DBOUNCE_APP -DNEWAPPICON
+ use vdesktop && append-flags -DVIRTUAL_DESKTOP
# default settings with $myconf appended
econf \