diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-26 22:22:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-26 22:22:04 +0000 |
commit | f38955167249913ebe81f163a376a9bda1c7356f (patch) | |
tree | 6dfe957be6b63d9ad17b1a3de7e9524cea8a87e5 /lxde-base | |
parent | Make it EAPI4 (diff) | |
download | gentoo-2-f38955167249913ebe81f163a376a9bda1c7356f.tar.gz gentoo-2-f38955167249913ebe81f163a376a9bda1c7356f.tar.bz2 gentoo-2-f38955167249913ebe81f163a376a9bda1c7356f.zip |
Version bump
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxshortcut/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/lxde-base/lxshortcut/ChangeLog b/lxde-base/lxshortcut/ChangeLog index 7ef82fad5103..8b70ec0921bf 100644 --- a/lxde-base/lxshortcut/ChangeLog +++ b/lxde-base/lxshortcut/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for lxde-base/lxshortcut # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.9 2011/03/07 20:32:05 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.10 2011/07/26 22:22:04 hwoarang Exp $ + +*lxshortcut-0.1.2 (26 Jul 2011) + + 26 Jul 2011; Markos Chandras <hwoarang@gentoo.org> +lxshortcut-0.1.2.ebuild: + Version bump 07 Mar 2011; Tobias Klausmann <klausman@gentoo.org> lxshortcut-0.1.1.ebuild: Keyworded on alpha, bug #330911 diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild new file mode 100644 index 000000000000..8bae7c55571c --- /dev/null +++ b/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.2.ebuild,v 1.1 2011/07/26 22:22:04 hwoarang Exp $ + +EAPI="4" + +inherit autotools eutils + +DESCRIPTION="LXDE tool to edit desktop entry files" +HOMEPAGE="http://lxde.sourceforge.net/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + dev-libs/glib:2" +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install + dodoc ChangeLog README +} |