diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 05:25:17 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 05:25:17 +0000 |
commit | f673fca4f20daed884f785aefb86016e8f725803 (patch) | |
tree | b5100872383052c4ff9088a5cbdc9678d2bda2e7 /xfce-extra/xfce4-systray | |
parent | New version and portage directory layout. (diff) | |
download | historical-f673fca4f20daed884f785aefb86016e8f725803.tar.gz historical-f673fca4f20daed884f785aefb86016e8f725803.tar.bz2 historical-f673fca4f20daed884f785aefb86016e8f725803.zip |
New version and portage directory layout.
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r-- | xfce-extra/xfce4-systray/Manifest | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/files/digest-xfce4-systray-3.99.1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-3.99.1.ebuild | 29 |
3 files changed, 32 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-systray/Manifest b/xfce-extra/xfce4-systray/Manifest index 782fd8cf934b..940bb8a7122c 100644 --- a/xfce-extra/xfce4-systray/Manifest +++ b/xfce-extra/xfce4-systray/Manifest @@ -1,2 +1,3 @@ -MD5 257aab0c724578bc497d84148720de3e xfce4-systray-3.99.1.ebuild 857 +MD5 f1a901229ef11bf13ba80f3b6c58dbe0 xfce4-systray-3.99.1.ebuild 972 +MD5 3c57666cde08a7a406e9f9c3cd7a79bf ChangeLog 513 MD5 17377e3b21d8dadc7736269b3689035e files/digest-xfce4-systray-3.99.1 72 diff --git a/xfce-extra/xfce4-systray/files/digest-xfce4-systray-3.99.1 b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-3.99.1 new file mode 100644 index 000000000000..19b8d6fc0f11 --- /dev/null +++ b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-3.99.1 @@ -0,0 +1 @@ +MD5 11848df4af856027b05aafc97a41ed68 xfce4-systray-3.99.1.tar.gz 301021 diff --git a/xfce-extra/xfce4-systray/xfce4-systray-3.99.1.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-3.99.1.ebuild new file mode 100644 index 000000000000..fbe79a9d9ad2 --- /dev/null +++ b/xfce-extra/xfce4-systray/xfce4-systray-3.99.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-3.99.1.ebuild,v 1.1 2003/07/15 05:25:00 bcowan Exp $ + +IUSE="" +S=${WORKDIR}/${P} + +DESCRIPTION="Xfce4 system tray" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce4-rc1/src/${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 + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV} + =xfce-base/xfce4-panel-${PV}" + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO +} |