diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-21 19:28:06 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-21 19:28:06 +0000 |
commit | 2018fc6017acc1adf501cc5f2a07fdce70b0b8cd (patch) | |
tree | caff8a852ade65c6ded47870b591c13ff6826025 /x11-misc/spacefm/spacefm-9999.ebuild | |
parent | x11-drivers/xf86-video-intel: Bump to 2.20.12. (diff) | |
download | gentoo-2-2018fc6017acc1adf501cc5f2a07fdce70b0b8cd.tar.gz gentoo-2-2018fc6017acc1adf501cc5f2a07fdce70b0b8cd.tar.bz2 gentoo-2-2018fc6017acc1adf501cc5f2a07fdce70b0b8cd.zip |
version bump, update live-ebuild
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'x11-misc/spacefm/spacefm-9999.ebuild')
-rw-r--r-- | x11-misc/spacefm/spacefm-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild index e805a00ad53f..3fc236f90592 100644 --- a/x11-misc/spacefm/spacefm-9999.ebuild +++ b/x11-misc/spacefm/spacefm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v 1.8 2012/10/18 14:39:04 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-9999.ebuild,v 1.9 2012/10/21 19:28:06 hasufell Exp $ EAPI=4 @@ -15,7 +15,7 @@ HOMEPAGE="http://ignorantguru.github.com/spacefm/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="+startup-notification" RDEPEND="dev-libs/glib:2 dev-util/desktop-file-utils @@ -26,9 +26,9 @@ RDEPEND="dev-libs/glib:2 x11-libs/gdk-pixbuf x11-libs/gtk+:2 x11-libs/pango - x11-libs/startup-notification x11-libs/libX11 - x11-misc/shared-mime-info" + x11-misc/shared-mime-info + startup-notification? ( x11-libs/startup-notification )" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} src_configure() { econf \ --htmldir=/usr/share/doc/${PF}/html \ + $(use_enable startup-notification) \ --disable-hal \ --enable-inotify \ --disable-pixmaps |