From bb27ffe10363762cdfb324723b7cb7c5a3a4ae83 Mon Sep 17 00:00:00 2001 From: Harri Nieminen Date: Sun, 5 Feb 2017 19:05:07 +0200 Subject: x11-misc/obconf: Update live ebuild Gtk3 is required since commit b2d08e79f8499 Libglade not required since commit 976d073496cd1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3833 --- x11-misc/obconf/obconf-9999.ebuild | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'x11-misc/obconf') diff --git a/x11-misc/obconf/obconf-9999.ebuild b/x11-misc/obconf/obconf-9999.ebuild index 9b35a1ff6af5..99ddfd4f72cb 100644 --- a/x11-misc/obconf/obconf-9999.ebuild +++ b/x11-misc/obconf/obconf-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI=6 -WANT_AUTOMAKE="1.9" -inherit autotools fdo-mime git-2 +inherit autotools fdo-mime git-r3 DESCRIPTION="ObConf is a tool for configuring the Openbox window manager" HOMEPAGE="http://openbox.org/wiki/ObConf:About" @@ -16,16 +15,15 @@ SLOT="0" KEYWORDS="" IUSE="nls" -RDEPEND="gnome-base/libglade:2.0 - x11-libs/gtk+:2 +RDEPEND="x11-libs/gtk+:3 x11-libs/startup-notification =x11-wm/openbox-9999" DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" + virtual/pkgconfig + nls? ( sys-devel/gettext )" src_prepare() { - eautopoint + default eautoreconf } @@ -33,11 +31,6 @@ src_configure() { econf $(use_enable nls) } -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS CHANGELOG README || die "dodoc failed" -} - pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update -- cgit v1.2.3-65-gdbad