diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:19:56 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-07-12 17:19:56 +0000 |
commit | 6e2c2503e6f1b34c31dafcdedc41c91c5fb6f406 (patch) | |
tree | 1d848921ef3bd0b05438521e628ec41504da0f69 /xfce-extra/xfce4-systray | |
parent | Version bump. Bugfix release on stable branch that fixes cropped icons with g... (diff) | |
download | historical-6e2c2503e6f1b34c31dafcdedc41c91c5fb6f406.tar.gz historical-6e2c2503e6f1b34c31dafcdedc41c91c5fb6f406.tar.bz2 historical-6e2c2503e6f1b34c31dafcdedc41c91c5fb6f406.zip |
Version bump. Bugfix release on stable branch that fixes cropped icons with gtk-2.4 along with many others.
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r-- | xfce-extra/xfce4-systray/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.6 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-4.0.6.ebuild | 29 |
3 files changed, 37 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-systray/ChangeLog b/xfce-extra/xfce4-systray/ChangeLog index dd6c839f621b..b7d585bee331 100644 --- a/xfce-extra/xfce4-systray/ChangeLog +++ b/xfce-extra/xfce4-systray/ChangeLog @@ -1,6 +1,12 @@ # 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.27 2004/06/24 22:02:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.28 2004/07/12 17:13:26 bcowan Exp $ + +*xfce4-systray-4.0.6 (12 Jul 2004) + + 12 Jul 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-systray-4.0.6.ebuild: + Version bump. Bugfix release on stable branch that fixes cropped icons with + gtk-2.4 along with many others. 23 Jun 2004; <malc@gentoo.org> xfce4-systray-4.0.5.ebuild: Mark stable on amd64 diff --git a/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.6 b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.6 new file mode 100644 index 000000000000..5b82f04c7053 --- /dev/null +++ b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.0.6 @@ -0,0 +1 @@ +MD5 c47e746ad38178c6c7f891ca4b39a616 xfce4-systray-4.0.6.tar.gz 310468 diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.0.6.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.0.6.ebuild new file mode 100644 index 000000000000..c38a55aec962 --- /dev/null +++ b/xfce-extra/xfce4-systray/xfce4-systray-4.0.6.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-4.0.6.ebuild,v 1.1 2004/07/12 17:13:26 bcowan Exp $ + +IUSE="" + +DESCRIPTION="Xfce4 system tray" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz + 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 +} |