commit:     2eecee5bef2330673a2e6ec9c369adc9763edfcb
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 21:25:58 2016 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 21:33:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eecee5b

lxde-base/lxappearance: version bump to 0.6.2

Package-Manager: portage-2.3.0

 lxde-base/lxappearance/Manifest                  |  1 +
 lxde-base/lxappearance/lxappearance-0.6.2.ebuild | 26 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest
index 7204d0e..8da158c 100644
--- a/lxde-base/lxappearance/Manifest
+++ b/lxde-base/lxappearance/Manifest
@@ -1 +1,2 @@
 DIST lxappearance-0.5.5.tar.xz 295756 SHA256 
8cae82e6425ba8a0267774e4d10096df2d91b0597520058331684a5ece068b4c SHA512 
7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d
 WHIRLPOOL 
d60dc308e7c08e105100f9c1624987abf6fbe16529b0b3dd9870e16de8abeae2247f5b5f13f0c4655a2a11e5b46f8a8d73b3aeddf2e4a348f64d79eae6328835
+DIST lxappearance-0.6.2.tar.xz 165788 SHA256 
4462136e01f991d4c546f23a8cf59a4092f88ecdff587597959f8062e2ea201f SHA512 
ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7
 WHIRLPOOL 
47507d945e68e0b8e40a114a58dac954622b5552395e85156a0b4a933126d4ad62e63d2f5e4d233569f5d684b52875548631ba4a911dec8c555bb42feb864f0a

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 00000000..62c9df8
--- /dev/null
+++ b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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 ~x86-interix ~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)
+}

Reply via email to