diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:13:38 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-22 02:13:38 +0000 |
commit | 4ac2225277dbeb448e332a5245ea28a64cf2d924 (patch) | |
tree | 50a705ae12bf58ac889d20b3f8e01c9641073d3d /xfce-base/xfwm4 | |
parent | Version bump. (diff) | |
download | gentoo-2-4ac2225277dbeb448e332a5245ea28a64cf2d924.tar.gz gentoo-2-4ac2225277dbeb448e332a5245ea28a64cf2d924.tar.bz2 gentoo-2-4ac2225277dbeb448e332a5245ea28a64cf2d924.zip |
Version bump.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-base/xfwm4')
-rw-r--r-- | xfce-base/xfwm4/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-base/xfwm4/files/digest-xfwm4-4.4.0 | 3 | ||||
-rw-r--r-- | xfce-base/xfwm4/xfwm4-4.4.0.ebuild | 42 |
3 files changed, 51 insertions, 1 deletions
diff --git a/xfce-base/xfwm4/ChangeLog b/xfce-base/xfwm4/ChangeLog index 558bfe6d942e..af312dfee978 100644 --- a/xfce-base/xfwm4/ChangeLog +++ b/xfce-base/xfwm4/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfwm4 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.74 2007/01/06 19:03:48 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.75 2007/01/22 02:13:38 nichoj Exp $ + +*xfwm4-4.4.0 (22 Jan 2007) + + 22 Jan 2007; Joshua Nichols <nichoj@gentoo.org> +xfwm4-4.4.0.ebuild: + Version bump. 06 Jan 2007; Joshua Nichols <nichoj@gentoo.org> xfwm4-4.3.99.2.ebuild: Added IUSE=debug, which was dropped when 'inherit debug' was removed from diff --git a/xfce-base/xfwm4/files/digest-xfwm4-4.4.0 b/xfce-base/xfwm4/files/digest-xfwm4-4.4.0 new file mode 100644 index 000000000000..80917f91cfeb --- /dev/null +++ b/xfce-base/xfwm4/files/digest-xfwm4-4.4.0 @@ -0,0 +1,3 @@ +MD5 8bb7231a20b30bfc1936b0facb9f072c xfwm4-4.4.0.tar.bz2 1674325 +RMD160 bba6f80232ae53c4e6c7199cfe10c85d2f4995f6 xfwm4-4.4.0.tar.bz2 1674325 +SHA256 096b67e4002ecdadca60e01b67821d3898597c240adc4c204d2ee2b40db0b179 xfwm4-4.4.0.tar.bz2 1674325 diff --git a/xfce-base/xfwm4/xfwm4-4.4.0.ebuild b/xfce-base/xfwm4/xfwm4-4.4.0.ebuild new file mode 100644 index 000000000000..1866af41268d --- /dev/null +++ b/xfce-base/xfwm4/xfwm4-4.4.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.4.0.ebuild,v 1.1 2007/01/22 02:13:38 nichoj Exp $ + +inherit xfce44 + +xfce44 + +DESCRIPTION="Window Manager for Xfce4" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="debug startup-notification xcomposite" + +RDEPEND="|| ( ( x11-libs/libX11 + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXpm + x11-libs/libICE + x11-libs/libSM + x11-libs/libXext ) + virtual/x11 ) + xcomposite? ( || ( ( x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes ) + virtual/x11 ) ) + >=dev-libs/glib-2 + >=x11-libs/gtk+-2.6 + x11-libs/pango + startup-notification? ( >=x11-libs/startup-notification-0.5 ) + >=xfce-base/libxfce4mcs-${PV} + >=xfce-base/libxfce4util-${PV} + >=xfce-base/libxfcegui4-${PV}" +DEPEND="${RDEPEND} + || ( ( x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 ) + >=xfce-base/xfce-mcs-manager-${PV}" + +XFCE_CONFIG="${XFCE_CONFIG} --enable-randr $(use_enable xcomposite compositor) \ + $(use_enable startup-notification)" + +xfce44_core_package |