From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PrFh8-0001xP-PH for garchives@archives.gentoo.org; Sun, 20 Feb 2011 20:15:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D3C1C0E0; Sun, 20 Feb 2011 20:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0ED491C0E0 for ; Sun, 20 Feb 2011 20:14:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C74911B4232 for ; Sun, 20 Feb 2011 20:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3360A8006D for ; Sun, 20 Feb 2011 20:14:48 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfwm4/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfwm4/xfwm4-9999.ebuild X-VCS-Directories: xfce-base/xfwm4/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: f9633e356eaa46efa42615f9ebc329b029f9cc96 Date: Sun, 20 Feb 2011 20:14:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9c3b094c7cae816210cd35a84459f92d commit: f9633e356eaa46efa42615f9ebc329b029f9cc96 Author: Christoph Mende gentoo org> AuthorDate: Sun Feb 20 19:57:00 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Sun Feb 20 19:57:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3Df9633e35 xfwm4: Updated --- xfce-base/xfwm4/xfwm4-9999.ebuild | 32 +++++++++++++++++++------------= - 1 files changed, 19 insertions(+), 13 deletions(-) diff --git a/xfce-base/xfwm4/xfwm4-9999.ebuild b/xfce-base/xfwm4/xfwm4-99= 99.ebuild index 5e4f435..5839d5f 100644 --- a/xfce-base/xfwm4/xfwm4-9999.ebuild +++ b/xfce-base/xfwm4/xfwm4-9999.ebuild @@ -1,21 +1,23 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D2 +EAPI=3D3 inherit xfce4 =20 xfce4_core =20 -DESCRIPTION=3D"Window manager for Xfce4" +DESCRIPTION=3D"Window manager for the Xfce desktop environment" HOMEPAGE=3D"http://www.xfce.org/projects/xfwm4/" =20 -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +LICENSE=3D"GPL-2" +SLOT=3D"0" +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd +~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE=3D"debug startup-notification +xcomposite" =20 RDEPEND=3D">=3Ddev-libs/glib-2.10:2 - >=3Ddev-libs/dbus-glib-0.72 - >=3Dx11-libs/gtk+-2.10:2 + >=3Dx11-libs/gtk+-2.14:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 @@ -24,22 +26,26 @@ RDEPEND=3D">=3Ddev-libs/glib-2.10:2 x11-libs/libXrender x11-libs/libXpm x11-libs/pango - >=3Dx11-libs/libwnck-2.12 - >=3Dxfce-base/libxfce4util-4.6 - >=3Dxfce-base/libxfce4ui-4.7 - >=3Dxfce-base/xfconf-4.6 + >=3Dx11-libs/libwnck-2.22 + >=3Dxfce-base/libxfce4util-4.8 + >=3Dxfce-base/libxfce4ui-4.8 + >=3Dxfce-base/xfconf-4.8 startup-notification? ( x11-libs/startup-notification ) xcomposite? ( x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes )" DEPEND=3D"${RDEPEND} - dev-util/intltool" + dev-util/intltool + sys-devel/gettext" =20 pkg_setup() { - XFCE_CONFIG+=3D"--disable-dependency-tracking + XFCE_CONFIG+=3D" --docdir=3D"${EPREFIX}"/usr/share/doc/${PF} + --disable-dependency-tracking + $(use_enable startup-notification) --enable-xsync --enable-render --enable-randr $(use_enable xcomposite compositor)" - DOCS=3D"AUTHORS ChangeLog COMPOSITOR NEWS NOTES README TODO" + + DOCS=3D"AUTHORS COMPOSITOR NEWS NOTES README TODO" }