diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-10 13:53:16 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-10 13:53:16 +0000 |
commit | 28f53a76a98d5750a051f2ee1fa2ba74f4ee88a8 (patch) | |
tree | 59e8953a8203b0d31025ff237cc7aa2e1e3c71b1 /xfce-base | |
parent | Xfce-4.6 bump (diff) | |
download | gentoo-2-28f53a76a98d5750a051f2ee1fa2ba74f4ee88a8.tar.gz gentoo-2-28f53a76a98d5750a051f2ee1fa2ba74f4ee88a8.tar.bz2 gentoo-2-28f53a76a98d5750a051f2ee1fa2ba74f4ee88a8.zip |
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfwm4/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-base/xfwm4/xfwm4-4.6.0.ebuild | 43 |
2 files changed, 50 insertions, 2 deletions
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog index 8fec19671135..e81cf9e09a14 100644 --- a/xfce-base/xfwm4/ChangeLog +++ b/xfce-base/xfwm4/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfwm4 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.126 2008/12/22 17:06:50 angelos Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.127 2009/03/10 13:53:16 angelos Exp $ + +*xfwm4-4.6.0 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende <angelos@gentoo.org> +xfwm4-4.6.0.ebuild: + Xfce-4.6 bump 22 Dec 2008; Christoph Mende <angelos@gentoo.org> -files/xfwm4-4.4.2-dock-window-fix.patch, -xfwm4-4.4.2.ebuild, diff --git a/xfce-base/xfwm4/xfwm4-4.6.0.ebuild b/xfce-base/xfwm4/xfwm4-4.6.0.ebuild new file mode 100644 index 000000000000..bc1ec879f405 --- /dev/null +++ b/xfce-base/xfwm4/xfwm4-4.6.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.6.0.ebuild,v 1.1 2009/03/10 13:53:16 angelos Exp $ + +EAPI=1 + +inherit xfce4 + +xfce4_core + +DESCRIPTION="Window manager" +HOMEPAGE="http://www.xfce.org/projects/xfwm4/" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" + +IUSE="debug startup-notification xcomposite" + +RDEPEND=">=dev-libs/glib-2.10:2 + >=x11-libs/gtk+-2.10:2 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXpm + x11-libs/pango + >=x11-libs/libwnck-2.12 + >=xfce-base/libxfce4util-${XFCE_VERSION} + >=xfce-base/libxfcegui4-${XFCE_VERSION} + >=xfce-base/xfconf-${XFCE_VERSION} + startup-notification? ( x11-libs/startup-notification ) + xcomposite? ( x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes )" +DEPEND="${RDEPEND} + dev-util/intltool" + +pkg_setup() { + XFCE_CONFIG+=" --enable-xsync --enable-render --enable-randr + $(use_enable xcomposite compositor)" +} + +DOCS="AUTHORS ChangeLog COMPOSITOR NEWS README TODO" |