From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lxde-base/lxappearance/lxappearance-0.6.2.ebuild (limited to 'lxde-base/lxappearance/lxappearance-0.6.2.ebuild') diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild new file mode 100644 index 000000000000..41f644ac83e1 --- /dev/null +++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="LXDE GTK+ theme switcher" +HOMEPAGE="http://lxde.sourceforge.net" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="dbus" + +RDEPEND="x11-libs/gtk+:2 + dbus? ( dev-libs/dbus-glib )" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool + sys-devel/gettext" + +src_configure() { + econf \ + $(use_enable dbus) +} -- cgit v1.2.3