diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-05 19:05:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-05 20:07:37 +0100 |
commit | bb27ffe10363762cdfb324723b7cb7c5a3a4ae83 (patch) | |
tree | 9864d073ae819c20b7e1b03047a5c99810749047 /x11-misc/obconf | |
parent | x11-misc/obconf: Remove old (diff) | |
download | gentoo-bb27ffe10363762cdfb324723b7cb7c5a3a4ae83.tar.gz gentoo-bb27ffe10363762cdfb324723b7cb7c5a3a4ae83.tar.bz2 gentoo-bb27ffe10363762cdfb324723b7cb7c5a3a4ae83.zip |
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
Diffstat (limited to 'x11-misc/obconf')
-rw-r--r-- | x11-misc/obconf/obconf-9999.ebuild | 21 |
1 files changed, 7 insertions, 14 deletions
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 |