diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-10-04 18:30:12 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2004-10-04 18:30:12 +0000 |
commit | 6bf8222c32385e5f872bc17c43e6d8f3b22081ba (patch) | |
tree | ccab6ca1eb173fb56949f6b2dbe3ca4a605deb77 /xfce-base | |
parent | Beta version of new 4.2 release. Contains too numerous improvements to list. ... (diff) | |
download | gentoo-2-6bf8222c32385e5f872bc17c43e6d8f3b22081ba.tar.gz gentoo-2-6bf8222c32385e5f872bc17c43e6d8f3b22081ba.tar.bz2 gentoo-2-6bf8222c32385e5f872bc17c43e6d8f3b22081ba.zip |
Beta version of new 4.2 release. Contains too numerous improvements to list.
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfwm4/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfwm4/files/digest-xfwm4-4.1.90 | 1 | ||||
-rw-r--r-- | xfce-base/xfwm4/xfwm4-4.1.90.ebuild | 36 |
3 files changed, 43 insertions, 1 deletions
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog index f89b4d24c66a..3758cbaaa6e5 100644 --- a/xfce-base/xfwm4/ChangeLog +++ b/xfce-base/xfwm4/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfwm4 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.35 2004/09/18 03:08:23 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.36 2004/10/04 18:25:31 bcowan Exp $ + +*xfwm4-4.1.90 (04 Oct 2004) + + 04 Oct 2004; Brad Cowan <bcowan@gentoo.org> +xfwm4-4.1.90.ebuild: + Beta version of new 4.2 release. Contains too numerous improvements to list. 17 Sep 2004; Tom Gall <tgall@gentoo.org> xfwm4-4.0.6.ebuild: stable on ppc64, bug #57744 diff --git a/xfce-base/xfwm4/files/digest-xfwm4-4.1.90 b/xfce-base/xfwm4/files/digest-xfwm4-4.1.90 new file mode 100644 index 000000000000..75702aaf9ac7 --- /dev/null +++ b/xfce-base/xfwm4/files/digest-xfwm4-4.1.90 @@ -0,0 +1 @@ +MD5 5f5f4f0c74ff5c65c945f16fa7b059a7 xfwm4-4.1.90.tar.gz 1442170 diff --git a/xfce-base/xfwm4/xfwm4-4.1.90.ebuild b/xfce-base/xfwm4/xfwm4-4.1.90.ebuild new file mode 100644 index 000000000000..6627e389a903 --- /dev/null +++ b/xfce-base/xfwm4/xfwm4-4.1.90.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +IUSE="" +DESCRIPTION="Xfce 4 window manager" +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 + x11-libs/startup-notification + =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" +DEPEND="${RDEPEND} + dev-util/pkgconfig + !<xfce-base/xfwm4-4.1.90" + +src_compile() { + econf \ + --enable-randr \ + --enable-compositor || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc ChangeLog* AUTHORS README* TODO* +} |