diff options
author | 2010-01-22 20:03:39 +0000 | |
---|---|---|
committer | 2010-01-22 20:03:39 +0000 | |
commit | 7358077d057e30cda1e84f364c8839314723b7a1 (patch) | |
tree | 58da4e9ac13f5909d7072e9cfd27a3e538a7a04a /lxde-base/lxappearance/lxappearance-0.4.0.ebuild | |
parent | Restore kde useflag (diff) | |
download | historical-7358077d057e30cda1e84f364c8839314723b7a1.tar.gz historical-7358077d057e30cda1e84f364c8839314723b7a1.tar.bz2 historical-7358077d057e30cda1e84f364c8839314723b7a1.zip |
Version bump to 0.4.0
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'lxde-base/lxappearance/lxappearance-0.4.0.ebuild')
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.4.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lxde-base/lxappearance/lxappearance-0.4.0.ebuild b/lxde-base/lxappearance/lxappearance-0.4.0.ebuild new file mode 100644 index 000000000000..572186bdaed8 --- /dev/null +++ b/lxde-base/lxappearance/lxappearance-0.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance/lxappearance-0.4.0.ebuild,v 1.1 2010/01/22 20:03:39 vostorga Exp $ + +EAPI="1" + +DESCRIPTION="LXDE GTK+ theme switcher" +HOMEPAGE="http://lxde.sourceforge.net" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool + sys-devel/gettext" + +src_compile() { + econf --disable-dependency-tracking + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS +} |