summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-26 10:48:21 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-26 10:48:21 +0000
commitb5c0a7fe61e2d9835b577b256cd575879e21bc73 (patch)
tree5bb815a4c0faf9be7f5f5421f26a70bcfdceb511 /xfce-extra/xfce4-linelight-plugin
parentstable x86, bug 279935 (diff)
downloadgentoo-2-b5c0a7fe61e2d9835b577b256cd575879e21bc73.tar.gz
gentoo-2-b5c0a7fe61e2d9835b577b256cd575879e21bc73.tar.bz2
gentoo-2-b5c0a7fe61e2d9835b577b256cd575879e21bc73.zip
Initial commit.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-linelight-plugin')
-rw-r--r--xfce-extra/xfce4-linelight-plugin/ChangeLog10
-rw-r--r--xfce-extra/xfce4-linelight-plugin/metadata.xml5
-rw-r--r--xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6.ebuild29
3 files changed, 44 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-linelight-plugin/ChangeLog b/xfce-extra/xfce4-linelight-plugin/ChangeLog
new file mode 100644
index 000000000000..040cc2440b3c
--- /dev/null
+++ b/xfce-extra/xfce4-linelight-plugin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for xfce-extra/xfce4-linelight-plugin
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/ChangeLog,v 1.1 2009/08/26 10:48:21 ssuominen Exp $
+
+*xfce4-linelight-plugin-0.1.6 (26 Aug 2009)
+
+ 26 Aug 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-linelight-plugin-0.1.6.ebuild:
+ Initial commit.
+
diff --git a/xfce-extra/xfce4-linelight-plugin/metadata.xml b/xfce-extra/xfce4-linelight-plugin/metadata.xml
new file mode 100644
index 000000000000..d56729e92f8e
--- /dev/null
+++ b/xfce-extra/xfce4-linelight-plugin/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>xfce</herd>
+</pkgmetadata>
diff --git a/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6.ebuild b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6.ebuild
new file mode 100644
index 000000000000..e968213c9260
--- /dev/null
+++ b/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-linelight-plugin/xfce4-linelight-plugin-0.1.6.ebuild,v 1.1 2009/08/26 10:48:21 ssuominen Exp $
+
+EAPI=2
+inherit xfconf
+
+DESCRIPTION="a simple frontend for the locate search"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-linelight-plugin/"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.1/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=xfce-base/xfce4-panel-4.4
+ >=xfce-base/libxfcegui4-4.4
+ >=xfce-base/thunar-0.9
+ >=x11-libs/gtk+-2.12:2
+ >=dev-libs/glib-2.16:2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+pkg_setup() {
+ DOCS="AUTHORS ChangeLog NEWS"
+ XFCONF="--disable-dependency-tracking"
+}