summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2003-06-25 06:04:34 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2003-06-25 06:04:34 +0000
commit12241bca7f9f5099788bfd5183b1407f1d523de8 (patch)
tree88b23b229a6de9bd7cbb48c16cd8fe639a7f36ab /x11-misc
parentAdded 5 MIPS-specific flags to ALLOWED_FLAGS. -mips[1-4] specifies the (diff)
downloadhistorical-12241bca7f9f5099788bfd5183b1407f1d523de8.tar.gz
historical-12241bca7f9f5099788bfd5183b1407f1d523de8.tar.bz2
historical-12241bca7f9f5099788bfd5183b1407f1d523de8.zip
Initial import.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xfce4-systray/ChangeLog9
-rw-r--r--x11-misc/xfce4-systray/Manifest3
-rw-r--r--x11-misc/xfce4-systray/files/digest-xfce4-systray-0.11
-rw-r--r--x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild28
4 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/xfce4-systray/ChangeLog b/x11-misc/xfce4-systray/ChangeLog
new file mode 100644
index 000000000000..1821efa10781
--- /dev/null
+++ b/x11-misc/xfce4-systray/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-misc/xfce4-systray
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-systray/ChangeLog,v 1.1 2003/06/25 06:04:17 bcowan Exp $
+
+*xfce4-systray-0.1 (25 Jun 2003)
+
+ 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-systray-0.1.ebuild:
+ Initial import.
+
diff --git a/x11-misc/xfce4-systray/Manifest b/x11-misc/xfce4-systray/Manifest
new file mode 100644
index 000000000000..1c3b9b05a817
--- /dev/null
+++ b/x11-misc/xfce4-systray/Manifest
@@ -0,0 +1,3 @@
+MD5 0f142dbeda81e6c4550c97cf53372275 xfce4-systray-0.1.ebuild 921
+MD5 093bc1d00963e092127c0d776e82739c ChangeLog 351
+MD5 9d305adbc943c6c0ef9f96d13ca2ac25 files/digest-xfce4-systray-0.1 69
diff --git a/x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1 b/x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1
new file mode 100644
index 000000000000..03b9f765e323
--- /dev/null
+++ b/x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1
@@ -0,0 +1 @@
+MD5 a3605b4b598fd480aa818d65f2f2040a xfce4-systray-0.1.tar.gz 180456
diff --git a/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild b/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild
new file mode 100644
index 000000000000..d63264dd2a75
--- /dev/null
+++ b/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild,v 1.1 2003/06/25 06:04:17 bcowan Exp $
+
+IUSE=""
+S=${WORKDIR}/${P}
+
+DESCRIPTION="Xfce4 system tray"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~alpha ~sparc"
+
+DEPEND=">=x11-libs/gtk+-2.0.6
+ dev-util/pkgconfig
+ dev-libs/libxml2
+ =x11-libs/libxfce4util-3.91.0
+ =x11-libs/libxfcegui4-3.91.0
+ =x11-libs/libxfce4mcs-3.91.0
+ =x11-misc/xfce-mcs-manager-3.91.0"
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
+}