diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-08-04 19:16:27 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-08-04 19:16:27 +0000 |
commit | c6a3cc21551850cb04c858ca3996e673fe216328 (patch) | |
tree | 37284eb5430f2dcfc726663e44a9cd9eba3d8a74 /lxde-base/lxshortcut | |
parent | sync with dosbox ebuild (diff) | |
download | historical-c6a3cc21551850cb04c858ca3996e673fe216328.tar.gz historical-c6a3cc21551850cb04c858ca3996e673fe216328.tar.bz2 historical-c6a3cc21551850cb04c858ca3996e673fe216328.zip |
Initial import. Ebuild based on the live one in lxde overlay.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'lxde-base/lxshortcut')
-rw-r--r-- | lxde-base/lxshortcut/ChangeLog | 10 | ||||
-rw-r--r-- | lxde-base/lxshortcut/Manifest | 4 | ||||
-rw-r--r-- | lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild | 25 | ||||
-rw-r--r-- | lxde-base/lxshortcut/metadata.xml | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/lxde-base/lxshortcut/ChangeLog b/lxde-base/lxshortcut/ChangeLog new file mode 100644 index 000000000000..20d1012c8f99 --- /dev/null +++ b/lxde-base/lxshortcut/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for lxde-base/lxshortcut +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/ChangeLog,v 1.1 2009/08/04 19:16:27 yngwin Exp $ + +*lxshortcut-0.1.1 (04 Aug 2009) + + 04 Aug 2009; Ben de Groot <yngwin@gentoo.org> +lxshortcut-0.1.1.ebuild, + +metadata.xml: + Initial import. Ebuild based on the live one in lxde overlay. + diff --git a/lxde-base/lxshortcut/Manifest b/lxde-base/lxshortcut/Manifest new file mode 100644 index 000000000000..6a3e0d377ff6 --- /dev/null +++ b/lxde-base/lxshortcut/Manifest @@ -0,0 +1,4 @@ +DIST lxshortcut-0.1.1.tar.gz 187386 RMD160 028b10f82fdce2802f8dc16f72940921b9c5034c SHA1 d7193240c2da725c08c21fb55bdd638013fc5b09 SHA256 d25b0c6304a0a764b0b2bf4ab6027bfc36ac289915d25c63e15f2a85c8c9fa7c +EBUILD lxshortcut-0.1.1.ebuild 662 RMD160 eeedf7f29ad3dc5517c00f15fe0e26094d693391 SHA1 c9b83bbae74b244aa6b5968c40ebbfec36cae003 SHA256 b0795dad2e9ffbaa29b33c3930bc3e80da91f3879c016430f5729308b545d0b7 +MISC ChangeLog 402 RMD160 66657f63cf57c37e4bf71581411fd45588ba0209 SHA1 b78fd0631e1be504c4fad879169dd86cf18126a0 SHA256 4bc682e5836a466b5596315607f8f8f9d04cfdd6482a077349be5616aa4fa5e4 +MISC metadata.xml 159 RMD160 35036c133a5c9c7edccc3cdfed5789092f884048 SHA1 bdf1b7cc6ffbdd223b6f05aa072e857dfc981c4f SHA256 09574ccad15f69d5367ecbb1a491cd636fb88582f69987d2ec217109dfe8befb diff --git a/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild new file mode 100644 index 000000000000..30bcc8066e8a --- /dev/null +++ b/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild,v 1.1 2009/08/04 19:16:27 yngwin Exp $ + +EAPI="1" + +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="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + dev-libs/glib:2" +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog README || die "dodoc failed" +} diff --git a/lxde-base/lxshortcut/metadata.xml b/lxde-base/lxshortcut/metadata.xml new file mode 100644 index 000000000000..34a29015776f --- /dev/null +++ b/lxde-base/lxshortcut/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>lxde</herd> +</pkgmetadata> |