summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-09-21 16:20:30 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-09-21 16:20:30 +0000
commit2f9f9391fc35f0efda5f233ef57adb5f45d9b9e5 (patch)
tree6caf3debf5409bfbf311a8b17b8bdd042bdde190 /xfce-extra
parentFix LICENSE in latest, seems it's only GPL-3 now. (diff)
downloadhistorical-2f9f9391fc35f0efda5f233ef57adb5f45d9b9e5.tar.gz
historical-2f9f9391fc35f0efda5f233ef57adb5f45d9b9e5.tar.bz2
historical-2f9f9391fc35f0efda5f233ef57adb5f45d9b9e5.zip
Initial commit wrt #282544.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-indicator-plugin/ChangeLog10
-rw-r--r--xfce-extra/xfce4-indicator-plugin/Manifest4
-rw-r--r--xfce-extra/xfce4-indicator-plugin/metadata.xml5
-rw-r--r--xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild29
4 files changed, 48 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog
new file mode 100644
index 000000000000..2b036407bbb1
--- /dev/null
+++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for xfce-extra/xfce4-indicator-plugin
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.1 2009/09/21 16:20:30 ssuominen Exp $
+
+*xfce4-indicator-plugin-0.0.1 (21 Sep 2009)
+
+ 21 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-indicator-plugin-0.0.1.ebuild:
+ Initial commit wrt #282544.
+
diff --git a/xfce-extra/xfce4-indicator-plugin/Manifest b/xfce-extra/xfce4-indicator-plugin/Manifest
new file mode 100644
index 000000000000..899d58c32b8c
--- /dev/null
+++ b/xfce-extra/xfce4-indicator-plugin/Manifest
@@ -0,0 +1,4 @@
+DIST xfce4-indicator-plugin-0.0.1.tar.bz2 266089 RMD160 734130b467264e5f8169a30ba64b288868e0ed25 SHA1 83693780a51832a45f9ed46e79458a5731d161fe SHA256 541c600077e6d255c34e86b33c3389423d64c6a438079dbbf37975dc38681660
+EBUILD xfce4-indicator-plugin-0.0.1.ebuild 843 RMD160 dca275e59b8dd4b6a152a3d85a0a543f221cc068 SHA1 1fedafb3608f66919c447a559202ed9f1dc5ce9d SHA256 6c621d65ee4fea9b6f2976dbfae538b1f590f90eed42a30b61020ff6c50dcf9a
+MISC ChangeLog 412 RMD160 59a51801042f5a4ed84258eb07d20e96b56beaaa SHA1 f1c0dbd4d2a68ec8eab49f19e80439cb10983eb8 SHA256 16e211ceb85f82edd594e74cab1f0e7029d06ed862bd57c0aba4a9bc98ae4aae
+MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
diff --git a/xfce-extra/xfce4-indicator-plugin/metadata.xml b/xfce-extra/xfce4-indicator-plugin/metadata.xml
new file mode 100644
index 000000000000..d56729e92f8e
--- /dev/null
+++ b/xfce-extra/xfce4-indicator-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-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild
new file mode 100644
index 000000000000..2e8d9a827e83
--- /dev/null
+++ b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.0.1.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-indicator-plugin/xfce4-indicator-plugin-0.0.1.ebuild,v 1.1 2009/09/21 16:20:30 ssuominen Exp $
+
+EAPI=2
+inherit xfconf
+
+DESCRIPTION="a panel plugin that uses indicator-applet to show new messages"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND=">=x11-libs/gtk+-2.6:2
+ >=xfce-base/libxfcegui4-4.3.99.2
+ >=xfce-base/libxfce4util-4.3.99.2
+ >=xfce-base/xfce4-panel-4.3.99.2
+ >=dev-libs/libindicator-0.2"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ XFCONF="--disable-dependency-tracking
+ $(use_enable debug)"
+ DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
+}