diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:35:43 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 22:35:43 +0000 |
commit | 751c6852c2894c6069ec0be5f57fcc7e588a47bf (patch) | |
tree | 7f6b0b22612c364a90414f33855c8b56693e1216 /x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | |
parent | drop gtk useflag for gnome-1.x removal (diff) | |
download | historical-751c6852c2894c6069ec0be5f57fcc7e588a47bf.tar.gz historical-751c6852c2894c6069ec0be5f57fcc7e588a47bf.tar.bz2 historical-751c6852c2894c6069ec0be5f57fcc7e588a47bf.zip |
pickup gtk for gnome-1.x removal
Package-Manager: portage-2.1.2_rc2
Diffstat (limited to 'x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild')
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild index c31819e00ea0..7fa912dd7c3c 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.4 2006/01/24 23:09:29 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild,v 1.5 2006/11/18 22:35:43 compnerd Exp $ inherit eutils -IUSE="gtk" +IUSE="" DESCRIPTION="wmDrawer is a dock application (dockapp) which provides a drawer (retractable button bar) to launch applications" SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz" HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/" @@ -13,17 +13,14 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64 ppc ~sparc x86" -DEPEND="gtk? ( >=x11-libs/gtk+-2 ) - !gtk? ( >=media-libs/gdk-pixbuf-0.22.0 ) +DEPEND=" >=x11-libs/gtk+-2 >=sys-apps/sed-4" src_unpack () { unpack ${A} cd ${S} - if use gtk ; then - epatch ${FILESDIR}/${P}-gtk+-2.patch - fi + epatch ${FILESDIR}/${P}-gtk+-2.patch # Honour Gentoo CFLAGS sed -i -e "s|-O3|${CFLAGS}|" Makefile |