diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-01 03:06:44 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-11-01 03:06:44 +0000 |
commit | 8a518fe7a7c018b369204de901d5787e0c7dea11 (patch) | |
tree | 35757d4a1ac5bbf4a4ec2911165808a07aa28101 /xfce-base/xfce4-panel | |
parent | Added to x86. (diff) | |
download | historical-8a518fe7a7c018b369204de901d5787e0c7dea11.tar.gz historical-8a518fe7a7c018b369204de901d5787e0c7dea11.tar.bz2 historical-8a518fe7a7c018b369204de901d5787e0c7dea11.zip |
Version bump of beta version of 4.2 release.
Diffstat (limited to 'xfce-base/xfce4-panel')
-rw-r--r-- | xfce-base/xfce4-panel/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.91 | 1 | ||||
-rw-r--r-- | xfce-base/xfce4-panel/xfce4-panel-4.1.91.ebuild | 29 |
3 files changed, 36 insertions, 1 deletions
diff --git a/xfce-base/xfce4-panel/ChangeLog b/xfce-base/xfce4-panel/ChangeLog index 4349440eecd9..077be9f8e144 100644 --- a/xfce-base/xfce4-panel/ChangeLog +++ b/xfce-base/xfce4-panel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfce4-panel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.35 2004/10/19 09:16:39 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-panel/ChangeLog,v 1.36 2004/11/01 02:57:44 bcowan Exp $ + +*xfce4-panel-4.1.91 (31 Oct 2004) + + 31 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfce4-panel-4.1.91.ebuild: + Version bump of beta version of 4.2 release. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> xfce4-panel-4.0.6.ebuild: Stable on amd64. diff --git a/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.91 b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.91 new file mode 100644 index 000000000000..5ac7fc65af3b --- /dev/null +++ b/xfce-base/xfce4-panel/files/digest-xfce4-panel-4.1.91 @@ -0,0 +1 @@ +MD5 34eb402ff5de00f52754fc08d0718ea2 xfce4-panel-4.1.91.tar.gz 1217915 diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.1.91.ebuild b/xfce-base/xfce4-panel/xfce4-panel-4.1.91.ebuild new file mode 100644 index 000000000000..8a2dab9a020e --- /dev/null +++ b/xfce-base/xfce4-panel/xfce4-panel-4.1.91.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-base/xfce4-panel/xfce4-panel-4.1.91.ebuild,v 1.1 2004/11/01 02:57:44 bcowan Exp $ + +IUSE="" +DESCRIPTION="Xfce 4 panel" +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 + gnome-base/librsvg + x11-libs/startup-notification + =xfce-base/libxfce4util-${PV} + =xfce-base/libxfcegui4-${PV} + =xfce-base/libxfce4mcs-${PV} + =xfce-base/xfce-mcs-manager-${PV}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* TODO* +}
\ No newline at end of file |