diff options
author | 2003-06-25 06:04:34 +0000 | |
---|---|---|
committer | 2003-06-25 06:04:34 +0000 | |
commit | 239592fc28827a0bfaee9322d9f68ae5411469e7 (patch) | |
tree | c2c81ee2d285a4d08e8e93b142f2b4b7e72c271d | |
parent | Version bump. (diff) | |
download | gentoo-2-239592fc28827a0bfaee9322d9f68ae5411469e7.tar.gz gentoo-2-239592fc28827a0bfaee9322d9f68ae5411469e7.tar.bz2 gentoo-2-239592fc28827a0bfaee9322d9f68ae5411469e7.zip |
Initial import.
-rw-r--r-- | x11-misc/xfce4-systray/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xfce4-systray/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1 | 1 | ||||
-rw-r--r-- | x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild | 28 |
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 +} |