diff options
author | Pavel Kazakov <nullishzero@gentoo.org> | 2014-01-08 05:35:13 +0000 |
---|---|---|
committer | Pavel Kazakov <nullishzero@gentoo.org> | 2014-01-08 05:35:13 +0000 |
commit | 327ee9123ec60fc5ec3d87051e5fcd911ef63f63 (patch) | |
tree | 4e7954992ab18103e94d1a7eaca11eacc7fb3dd5 | |
parent | Bump (diff) | |
download | gentoo-2-327ee9123ec60fc5ec3d87051e5fcd911ef63f63.tar.gz gentoo-2-327ee9123ec60fc5ec3d87051e5fcd911ef63f63.tar.bz2 gentoo-2-327ee9123ec60fc5ec3d87051e5fcd911ef63f63.zip |
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x39E7AB2E)
-rw-r--r-- | lxde-base/lxappearance/ChangeLog | 8 | ||||
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.5.5.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/lxde-base/lxappearance/ChangeLog b/lxde-base/lxappearance/ChangeLog index 0be1baf8fa79..6c2d60d9ee42 100644 --- a/lxde-base/lxappearance/ChangeLog +++ b/lxde-base/lxappearance/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for lxde-base/lxappearance # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.36 2014/01/01 04:43:48 nullishzero Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/ChangeLog,v 1.37 2014/01/08 05:35:13 nullishzero Exp $ + +*lxappearance-0.5.5 (08 Jan 2014) + + 08 Jan 2014; Pavel Kazakov <nullishzero@gentoo.org> + +lxappearance-0.5.5.ebuild: + Version bump *lxappearance-0.5.4 (01 Jan 2014) diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild new file mode 100644 index 000000000000..3bf0d64bffd5 --- /dev/null +++ b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.5.5.ebuild,v 1.1 2014/01/08 05:35:13 nullishzero Exp $ + +EAPI=5 + +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 ~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) +} |