public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfwm4/
Date: Sun, 20 Feb 2011 20:14:48 +0000 (UTC)	[thread overview]
Message-ID: <f9633e356eaa46efa42615f9ebc329b029f9cc96.angelos@gentoo> (raw)

commit:     f9633e356eaa46efa42615f9ebc329b029f9cc96
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 19:57:00 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 19:57:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=f9633e35

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-9999.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: $
 
-EAPI=2
+EAPI=3
 inherit xfce4
 
 xfce4_core
 
-DESCRIPTION="Window manager for Xfce4"
+DESCRIPTION="Window manager for the Xfce desktop environment"
 HOMEPAGE="http://www.xfce.org/projects/xfwm4/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug startup-notification +xcomposite"
 
 RDEPEND=">=dev-libs/glib-2.10:2
-	>=dev-libs/dbus-glib-0.72
-	>=x11-libs/gtk+-2.10:2
+	>=x11-libs/gtk+-2.14:2
 	x11-libs/libICE
 	x11-libs/libSM
 	x11-libs/libX11
@@ -24,22 +26,26 @@ RDEPEND=">=dev-libs/glib-2.10:2
 	x11-libs/libXrender
 	x11-libs/libXpm
 	x11-libs/pango
-	>=x11-libs/libwnck-2.12
-	>=xfce-base/libxfce4util-4.6
-	>=xfce-base/libxfce4ui-4.7
-	>=xfce-base/xfconf-4.6
+	>=x11-libs/libwnck-2.22
+	>=xfce-base/libxfce4util-4.8
+	>=xfce-base/libxfce4ui-4.8
+	>=xfce-base/xfconf-4.8
 	startup-notification? ( x11-libs/startup-notification )
 	xcomposite? ( x11-libs/libXcomposite
 		x11-libs/libXdamage
 		x11-libs/libXfixes )"
 DEPEND="${RDEPEND}
-	dev-util/intltool"
+	dev-util/intltool
+	sys-devel/gettext"
 
 pkg_setup() {
-	XFCE_CONFIG+="--disable-dependency-tracking
+	XFCE_CONFIG+=" --docdir="${EPREFIX}"/usr/share/doc/${PF}
+		--disable-dependency-tracking
+		$(use_enable startup-notification)
 		--enable-xsync
 		--enable-render
 		--enable-randr
 		$(use_enable xcomposite compositor)"
-	DOCS="AUTHORS ChangeLog COMPOSITOR NEWS NOTES README TODO"
+
+	DOCS="AUTHORS COMPOSITOR NEWS NOTES README TODO"
 }



             reply	other threads:[~2011-02-20 20:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-20 20:14 Christoph Mende [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-04-09  7:48 [gentoo-commits] proj/xfce:master commit in: xfce-base/xfwm4/ Christoph Mende
2011-05-07  7:41 Christoph Mende
2011-05-23 16:40 Christoph Mende
2011-06-13 18:54 Christoph Mende
2011-07-05  6:30 Christoph Mende
2011-12-18 19:58 Christoph Mende
2012-03-23 21:40 Christoph Mende
2012-04-02 15:34 Christoph Mende
2012-05-27 10:46 Christoph Mende
2012-09-14 16:36 Christoph Mende
2013-01-02 18:16 Christoph Mende
2013-01-19 21:53 Christoph Mende
2013-04-13  8:30 Christoph Mende
2013-10-31 14:33 Christoph Mende
2014-03-25 17:57 Christoph Mende
2014-09-03 20:08 Christoph Mende
2015-04-12 14:56 Christoph Mende
2015-10-10  6:25 Christoph Mende

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f9633e356eaa46efa42615f9ebc329b029f9cc96.angelos@gentoo \
    --to=angelos@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox