diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-25 05:36:15 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-25 05:36:15 +0000 |
commit | 65c712f3a52a3a733a8fcee8c53fda81c7d289c8 (patch) | |
tree | c2f368c51efdfffc6149e12606b0f68d45ace3f6 /xfce-extra/xfce4-systray | |
parent | New version (Manifest recommit) (diff) | |
download | gentoo-2-65c712f3a52a3a733a8fcee8c53fda81c7d289c8.tar.gz gentoo-2-65c712f3a52a3a733a8fcee8c53fda81c7d289c8.tar.bz2 gentoo-2-65c712f3a52a3a733a8fcee8c53fda81c7d289c8.zip |
Version bump for beta version of 4.2 release.
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.1.99.1 | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-4.1.99.1.ebuild | 28 |
3 files changed, 36 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-systray/ChangeLog b/xfce-extra/xfce4-systray/ChangeLog index be13480b6134..a45bfac17912 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.36 2004/11/01 03:14:51 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.37 2004/11/25 05:36:15 bcowan Exp $ + +*xfce4-systray-4.1.99.1 (25 Nov 2004) + + 25 Nov 2004; Brad Cowan <bcowan@gentoo.org> + +xfce4-systray-4.1.99.1.ebuild: + Version bump for beta version of 4.2 release. *xfce4-systray-4.1.91 (31 Oct 2004) diff --git a/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.99.1 b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.99.1 new file mode 100644 index 000000000000..4519ff3481d4 --- /dev/null +++ b/xfce-extra/xfce4-systray/files/digest-xfce4-systray-4.1.99.1 @@ -0,0 +1 @@ +MD5 2ae60b15f5e9798c02664c3ceea1797d xfce4-systray-4.1.99.1.tar.gz 312581 diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.1.99.1.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.1.99.1.ebuild new file mode 100644 index 000000000000..654540b6742c --- /dev/null +++ b/xfce-extra/xfce4-systray/xfce4-systray-4.1.99.1.ebuild @@ -0,0 +1,28 @@ +# 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.1.99.1.ebuild,v 1.1 2004/11/25 05:36:15 bcowan Exp $ + +DESCRIPTION="Xfce 4 system tray" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.2* + 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 ChangeLog* AUTHORS README* +} |