summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-08-04 19:16:27 +0000
committerBen de Groot <yngwin@gentoo.org>2009-08-04 19:16:27 +0000
commitdd5bc527943ccfac1be6cc3cbfbc35fe7a6b96ba (patch)
tree970d0da955938e0b0d9133be7672fe736163f429 /lxde-base
parentsync with dosbox ebuild (diff)
downloadgentoo-2-dd5bc527943ccfac1be6cc3cbfbc35fe7a6b96ba.tar.gz
gentoo-2-dd5bc527943ccfac1be6cc3cbfbc35fe7a6b96ba.tar.bz2
gentoo-2-dd5bc527943ccfac1be6cc3cbfbc35fe7a6b96ba.zip
Initial import. Ebuild based on the live one in lxde overlay.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxshortcut/ChangeLog10
-rw-r--r--lxde-base/lxshortcut/lxshortcut-0.1.1.ebuild25
-rw-r--r--lxde-base/lxshortcut/metadata.xml5
3 files changed, 40 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/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>