diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-10-04 18:36:24 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-10-04 18:36:24 +0000 |
commit | 63e1d7f13bde6b81248f32dfd82ef849aa875159 (patch) | |
tree | 043d4280b60cb5644baebc714ef4d34b8b1f83b3 /xfce-extra/xfce4-systray | |
parent | Beta version of new 4.2 release. Contains too numerous improvements to list. (diff) | |
download | historical-63e1d7f13bde6b81248f32dfd82ef849aa875159.tar.gz historical-63e1d7f13bde6b81248f32dfd82ef849aa875159.tar.bz2 historical-63e1d7f13bde6b81248f32dfd82ef849aa875159.zip |
Beta version of new 4.2 release. Contains too numerous improvements to list.
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r-- | xfce-extra/xfce4-systray/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.90 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild | 29 |
3 files changed, 36 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-systray/ChangeLog b/xfce-extra/xfce4-systray/ChangeLog index 9e376b9d936c..2ec83d7dcce9 100644 --- a/xfce-extra/xfce4-systray/ChangeLog +++ b/xfce-extra/xfce4-systray/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-systray # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.33 2004/09/19 04:03:45 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.34 2004/10/04 18:31:52 bcowan Exp $ + +*xfce4-systray-4.1.90 (04 Oct 2004) + + 04 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-systray-4.1.90.ebuild: + Beta version of new 4.2 release. Contains too numerous improvements to list. 18 Sep 2004; Tom Gall <tgall@gentoo.org> xfce4-systray-4.0.6.ebuild: stable on ppc64, bug #57744 diff --git a/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.90 b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.90 new file mode 100644 index 000000000000..8ecd471fe73c --- /dev/null +++ b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.90 @@ -0,0 +1 @@ +MD5 b531b2ebcc68fa083fa4c20bc0f0ad55 xfce4-systray-4.1.90.tar.gz 312853 diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild new file mode 100644 index 000000000000..16247b6fee0a --- /dev/null +++ b/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +DESCRIPTION="Xfce 4 system tray" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" +HOMEPAGE="http://xfce.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + dev-libs/libxml2 + =xfce-base/libxfce4util-4.1.90 + =xfce-base/libxfcegui4-4.1.90 + =xfce-base/libxfce4mcs-4.1.90 + =xfce-base/xfce-mcs-manager-4.1.90 + =xfce-base/xfce4-panel-4.1.90" +DEPEND="${RDEPEND} + dev-util/pkgconfig + !<xfce-extra/xfce4-systray-4.1.90" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* +} |