diff options
Diffstat (limited to 'x11-wm/openbox/openbox-3.5.0_p20111019.ebuild')
-rw-r--r-- | x11-wm/openbox/openbox-3.5.0_p20111019.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild b/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild index e6246dc311e5..6279727b7db4 100644 --- a/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild +++ b/x11-wm/openbox/openbox-3.5.0_p20111019.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-wm/openbox/openbox-3.5.0_p20111019.ebuild,v 1.3 2012/05/04 08:58:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/openbox/openbox-3.5.0_p20111019.ebuild,v 1.4 2012/05/06 09:01:55 hwoarang Exp $ EAPI="2" inherit multilib autotools eutils @@ -12,11 +12,11 @@ SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug imlib nls session startup-notification static-libs" +IUSE="debug imlib nls python session startup-notification static-libs" RDEPEND="dev-libs/glib:2 >=dev-libs/libxml2-2.0 - dev-python/pyxdg + python? ( dev-python/pyxdg ) >=media-libs/fontconfig-2 x11-libs/libXft x11-libs/libXrandr @@ -59,4 +59,5 @@ src_install() { fperms a+x /etc/X11/Sessions/${PN} emake DESTDIR="${D}" install || die "emake install failed" ! use static-libs && rm "${D}"/usr/$(get_libdir)/lib{obt,obrender}.la + ! use python && rm "${D}"/usr/libexec/openbox-xdg-autostart } |