summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-04-18 05:41:08 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-04-18 05:41:08 +0000
commit627f49da67b7e11f19990488bc2248261824417f (patch)
treea6fb31f2bf6bd137e8d99b3d3cc5ff932a37f2d0 /xfce-extra/xfce4-systray
parentBugfix release of xfce4. (diff)
downloadhistorical-627f49da67b7e11f19990488bc2248261824417f.tar.gz
historical-627f49da67b7e11f19990488bc2248261824417f.tar.bz2
historical-627f49da67b7e11f19990488bc2248261824417f.zip
Bugfix release of xfce4.
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r--xfce-extra/xfce4-systray/ChangeLog7
-rw-r--r--xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.51
-rw-r--r--xfce-extra/xfce4-systray/xfce4-systray-4.0.5.ebuild28
3 files changed, 35 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-systray/ChangeLog b/xfce-extra/xfce4-systray/ChangeLog
index 33478f8028d5..16429c90eb49 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 Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.21 2004/04/17 19:22:43 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.22 2004/04/18 05:34:36 bcowan Exp $
+
+*xfce4-systray-4.0.5 (18 Apr 2004)
+
+ 18 Apr 2004; Brad Cowan <bcowan@gentoo.org> xfce4-systray-4.0.5.ebuild:
+ Bugfix release of xfce4.
17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xfce4-systray-4.0.0.ebuild,
xfce4-systray-4.0.1.ebuild, xfce4-systray-4.0.2.ebuild,
diff --git a/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.5 b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.5
new file mode 100644
index 000000000000..bfe9c56cfad0
--- /dev/null
+++ b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.5
@@ -0,0 +1 @@
+MD5 560d321dd0140d0f47a9f4a9de4801fe xfce4-systray-4.0.5.tar.gz 308893
diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.0.5.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.0.5.ebuild
new file mode 100644
index 000000000000..983f1950cf1a
--- /dev/null
+++ b/xfce-extra/xfce4-systray/xfce4-systray-4.0.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 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-4.0.5.ebuild,v 1.1 2004/04/18 05:34:36 bcowan Exp $
+
+IUSE=""
+
+DESCRIPTION="Xfce4 system tray"
+HOMEPAGE="http://www.xfce.org/"
+SRC_URI="http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~ia64 ~x86 ~ppc ~alpha ~sparc ~amd64 ~hppa ~mips"
+
+RDEPEND=">=x11-libs/gtk+-2.0.6
+ 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}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS INSTALL COPYING README ChangeLog
+}