public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-02-20 20:14 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-02-20 20:14 UTC (permalink / raw
  To: gentoo-commits

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

xfdesktop: Updated

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |   79 ++++++++---------------------
 1 files changed, 22 insertions(+), 57 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index dcd0698..f14145b 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,80 +1,45 @@
-# 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="Desktop manager for Xfce4"
-HOMEPAGE="http://www.xfce.org/projects/xfdesktop"
-SRC_URI="branding? ( http://www.gentoo.org/images/backgrounds/gentoo-minimal-1280x1024.jpg )"
+DESCRIPTION="Desktop manager for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
 
+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="+branding debug doc thunar"
+IUSE="debug libnotify thunar"
 
-LINGUAS="be ca cs da de el es et eu fi fr he hu it ja ko nb_NO nl pa pl pt_BR ro ru sk sv tr uk vi zh_CN zh_TW"
-
-for X in ${LINGUAS}; do
-	IUSE="${IUSE} linguas_${X}"
-done
-
-RDEPEND="gnome-base/libglade
-	x11-libs/libX11
+RDEPEND="x11-libs/libX11
 	x11-libs/libSM
-	>=x11-libs/libwnck-2.12
+	>=x11-libs/libwnck-2.22
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4util-4.6
-	>=xfce-base/libxfce4ui-4.7
-	>=xfce-base/libxfce4menu-4.6
-	>=xfce-base/xfconf-4.6
-	branding? ( >=x11-libs/gtk+-2.10:2[jpeg] )
-	thunar? ( >=xfce-base/thunar-1
-		>=xfce-base/exo-0.3.100
-		dev-libs/dbus-glib )"
+	>=xfce-base/libxfce4util-4.8
+	>=xfce-base/libxfce4ui-4.8
+	>=xfce-base/garcon-0.1.5
+	>=xfce-base/xfconf-4.8
+	libnotify? ( >=x11-libs/libnotify-0.4 )
+	thunar? ( >=xfce-base/exo-0.6
+	>=xfce-base/thunar-1.2
+	>=dev-libs/dbus-glib-0.88 )"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	doc? ( dev-libs/libxslt )"
+	sys-devel/gettext"
 
 pkg_setup() {
-	XFCE_LOCALIZED_CONFIGS="/etc/xdg/xfce4/desktop/menu.xml
-		/etc/xdg/xfce4/desktop/xfce-registered-categories.xml"
-	# TODO: fix USE=thunar
-	XFCE_CONFIG+=" --disable-dependency-tracking
+	XFCE_CONFIG+=" --docdir="${EPREFIX}"/usr/share/doc/${PF}
+		--disable-dependency-tracking
 		--disable-static
 		$(use_enable thunar file-icons)
 		$(use_enable thunar thunarx)
 		$(use_enable thunar exo)
-		$(use_enable thunar desktop-menu)
-		$(use_enable doc xsltproc)"
-	DOCS="AUTHORS ChangeLog NEWS TODO README"
-}
+		$(use_enable libnotify notifications)"
 
-src_prepare() {
-	if use branding; then
-		sed -i -e "s:xfce-stripes.png:gentoo-minimal-1280x1024.jpg:" \
-			common/xfdesktop-common.h || die "sed failed"
-	fi
-	xfce4_src_prepare
-}
-
-src_install() {
-	xfce4_src_install
-
-	if use branding; then
-		insinto /usr/share/xfce4/backdrops
-		doins "${DISTDIR}"/gentoo-minimal-1280x1024.jpg || die "doins failed"
-	fi
-
-	local config lang
-	for config in ${XFCE_LOCALIZED_CONFIGS}; do
-		for lang in ${LINGUAS}; do
-			local localized_config="${D}/${config}.${lang}"
-			if [[ -f ${localized_config} ]]; then
-				use "linguas_${lang}" || rm ${localized_config}
-			fi
-		done
-	done
+	DOCS="AUTHORS ChangeLog NEWS TODO README"
 }



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-04-09  7:48 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-04-09  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     fa0d3042af502011619123fd3cb4573e5c6fbfef
Author:     Christoph Mende <angelos <AT> unkreativ <DOT> org>
AuthorDate: Fri Apr  8 13:58:38 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 13:58:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=fa0d3042

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 2d4095a..ba7e50e 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v 1.6 2011/03/22 20:46:35 xarthisius Exp $
 
 EAPI=3
 inherit xfconf-live
@@ -15,7 +15,7 @@ IUSE="debug libnotify thunar"
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libSM
-	>=x11-libs/libwnck-2.22
+	>=x11-libs/libwnck-2.22:1
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
 	>=xfce-base/libxfce4util-4.8
@@ -43,5 +43,5 @@ pkg_setup() {
 		$(xfconf_use_debug)
 		)
 
-	DOCS="AUTHORS NEWS README TODO"
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
 }



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-04-23 14:56 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-04-23 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     551ff51173365062b0c72bf2009e7d268a5adb84
Author:     Christoph Mende <angelos <AT> unkreativ <DOT> org>
AuthorDate: Sat Apr 23 14:55:48 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 14:55:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=551ff511

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index ba7e50e..f470cbe 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v 1.6 2011/03/22 20:46:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.2.ebuild,v 1.2 2011/04/22 18:39:25 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 inherit xfconf-live
 
 DESCRIPTION="Desktop manager for the Xfce desktop environment"
@@ -34,7 +34,6 @@ DEPEND="${RDEPEND}
 pkg_setup() {
 	XFCONF=(
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-		--disable-dependency-tracking
 		--disable-static
 		$(use_enable thunar file-icons)
 		$(use_enable thunar thunarx)



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-05-07  7:29 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-05-07  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9eb77fe216a57fe1e3b707a15a1937b03ce34ed3
Author:     Christoph Mende <angelos <AT> unkreativ <DOT> org>
AuthorDate: Sat May  7 07:29:20 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat May  7 07:29:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=9eb77fe2

xfdesktop: exo-csource is required when building

(Portage version: 2.2.0_alpha31/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index f470cbe..988f499 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -29,7 +29,8 @@ RDEPEND="x11-libs/libX11
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	dev-util/pkgconfig
-	sys-devel/gettext"
+	sys-devel/gettext
+	xfce-base/exo"
 
 pkg_setup() {
 	XFCONF=(



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-05-23 16:40 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-05-23 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     71c6e09eaa4c6dd88fb529fa8d1b4f9b0eada05c
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 16:34:31 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon May 23 16:34:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=71c6e09e

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 988f499..dc85a97 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.2.ebuild,v 1.2 2011/04/22 18:39:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.2.ebuild,v 1.3 2011/05/19 22:07:28 ssuominen Exp $
 
 EAPI=4
 inherit xfconf-live
@@ -10,6 +10,7 @@ HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
 
 LICENSE="GPL-2"
 SLOT="0"
+# XXX: Don't mark this ebuild stable because of fake transparency problems, stay with 4.8.1 instead
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug libnotify thunar"
 
@@ -43,5 +44,5 @@ pkg_setup() {
 		$(xfconf_use_debug)
 		)
 
-	DOCS="AUTHORS ChangeLog NEWS README TODO"
+	DOCS=( AUTHORS ChangeLog NEWS README TODO )
 }



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-06-13 18:54 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-06-13 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0c8a00458a8ae3109e2bd033a05e09e28edeecb2
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 18:51:27 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 18:51:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=0c8a0045

xfdesktop: Convert to xfconf, drop keywords

(Portage version: 2.2.0_alpha40/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index dc85a97..30bf115 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.2.ebuild,v 1.3 2011/05/19 22:07:28 ssuominen Exp $
 
 EAPI=4
-inherit xfconf-live
+inherit xfconf
 
 DESCRIPTION="Desktop manager for the Xfce desktop environment"
 HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
 LICENSE="GPL-2"
 SLOT="0"
 # XXX: Don't mark this ebuild stable because of fake transparency problems, stay with 4.8.1 instead
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS=""
 IUSE="debug libnotify thunar"
 
 RDEPEND="x11-libs/libX11



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-09-12 19:26 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-09-12 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f35d78923ac7584a0ab49b6ed29479bb5e3c06e3
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 12 19:25:49 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Sep 12 19:25:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=f35d7892

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha55/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 30bf115..b632c17 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -10,7 +10,6 @@ HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
 
 LICENSE="GPL-2"
 SLOT="0"
-# XXX: Don't mark this ebuild stable because of fake transparency problems, stay with 4.8.1 instead
 KEYWORDS=""
 IUSE="debug libnotify thunar"
 



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2011-12-18 19:58 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2011-12-18 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     db6c7f73c9dffab0b6960fad73890cb928f9428c
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 19:51:12 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 19:51:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=db6c7f73

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha81/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index b632c17..ae5a9a7 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.2.ebuild,v 1.3 2011/05/19 22:07:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.3 2011/10/29 19:34:53 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
@@ -24,13 +24,12 @@ RDEPEND="x11-libs/libX11
 	>=xfce-base/xfconf-4.8
 	libnotify? ( >=x11-libs/libnotify-0.4 )
 	thunar? ( >=xfce-base/exo-0.6
-		>=xfce-base/thunar-1.2
-		>=dev-libs/dbus-glib-0.88 )"
+		>=xfce-base/thunar-1.2[dbus]
+		>=dev-libs/dbus-glib-0.88 )" #388407
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	dev-util/pkgconfig
-	sys-devel/gettext
-	xfce-base/exo"
+	sys-devel/gettext"
 
 pkg_setup() {
 	XFCONF=(



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2012-03-23 21:40 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2012-03-23 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0b538edd8ce8ec520466b7125da20154c69072d1
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 23 21:39:57 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 21:39:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=0b538edd

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index ae5a9a7..55d3635 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.3 2011/10/29 19:34:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild,v 1.2 2012/03/23 21:31:02 angelos Exp $
 
 EAPI=4
 inherit xfconf
@@ -13,19 +13,21 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug libnotify thunar"
 
-RDEPEND="x11-libs/libX11
+RDEPEND=">=dev-libs/glib-2.20:2
+	>=x11-libs/gtk+-2.24:2
 	x11-libs/libSM
-	>=x11-libs/libwnck-2.22:1
-	>=dev-libs/glib-2.18:2
-	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4util-4.8
-	>=xfce-base/libxfce4ui-4.8
+	>=x11-libs/libwnck-2.20:1
+	x11-libs/libX11
+	>=xfce-base/exo-0.6
 	>=xfce-base/garcon-0.1.5
+	>=xfce-base/libxfce4ui-4.9
+	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/xfconf-4.8
-	libnotify? ( >=x11-libs/libnotify-0.4 )
-	thunar? ( >=xfce-base/exo-0.6
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+	thunar? (
 		>=xfce-base/thunar-1.2[dbus]
-		>=dev-libs/dbus-glib-0.88 )" #388407
+		>=dev-libs/dbus-glib-0.90
+		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	dev-util/pkgconfig
@@ -34,10 +36,8 @@ DEPEND="${RDEPEND}
 pkg_setup() {
 	XFCONF=(
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-		--disable-static
 		$(use_enable thunar file-icons)
 		$(use_enable thunar thunarx)
-		$(use_enable thunar exo)
 		$(use_enable libnotify notifications)
 		$(xfconf_use_debug)
 		)



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2012-04-02 15:34 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2012-04-02 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ced6445c4d95df2224895e0776b1ad743b4d66ed
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 15:26:50 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 15:26:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=ced6445c

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha96/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 55d3635..d91a5ed 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,32 +1,32 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild,v 1.2 2012/03/23 21:31:02 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.2.ebuild,v 1.1 2012/04/01 09:34:15 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
 
 DESCRIPTION="Desktop manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/xfdesktop/"
+HOMEPAGE="http://www.xfce.org/projects/"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="debug libnotify thunar"
 
-RDEPEND=">=dev-libs/glib-2.20:2
+RDEPEND=">=dev-libs/glib-2.20
 	>=x11-libs/gtk+-2.24:2
 	x11-libs/libSM
 	>=x11-libs/libwnck-2.20:1
 	x11-libs/libX11
-	>=xfce-base/exo-0.6
-	>=xfce-base/garcon-0.1.5
+	>=xfce-base/exo-0.7
+	>=xfce-base/garcon-0.1.11
 	>=xfce-base/libxfce4ui-4.9
-	>=xfce-base/libxfce4util-4.8
-	>=xfce-base/xfconf-4.8
+	>=xfce-base/libxfce4util-4.9
+	>=xfce-base/xfconf-4.9
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	thunar? (
-		>=xfce-base/thunar-1.2[dbus]
-		>=dev-libs/dbus-glib-0.90
+		>=xfce-base/thunar-1.3[dbus]
+		>=dev-libs/dbus-glib-0.98
 		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2012-05-27 10:46 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2012-05-27 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ed38f8e0626b74e45198d16527ca6a74aab6e013
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 10:45:10 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun May 27 10:45:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=ed38f8e0

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha108/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index d91a5ed..82c884f 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.2.ebuild,v 1.1 2012/04/01 09:34:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.3.ebuild,v 1.2 2012/05/05 07:01:20 mgorny Exp $
 
 EAPI=4
 inherit xfconf
@@ -16,13 +16,13 @@ IUSE="debug libnotify thunar"
 RDEPEND=">=dev-libs/glib-2.20
 	>=x11-libs/gtk+-2.24:2
 	x11-libs/libSM
-	>=x11-libs/libwnck-2.20:1
+	>=x11-libs/libwnck-2.30:1
 	x11-libs/libX11
-	>=xfce-base/exo-0.7
-	>=xfce-base/garcon-0.1.11
-	>=xfce-base/libxfce4ui-4.9
-	>=xfce-base/libxfce4util-4.9
-	>=xfce-base/xfconf-4.9
+	>=xfce-base/exo-0.7.3
+	>=xfce-base/garcon-0.1.12
+	>=xfce-base/libxfce4ui-4.9.2
+	>=xfce-base/libxfce4util-4.9.1
+	>=xfce-base/xfconf-4.9.1
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	thunar? (
 		>=xfce-base/thunar-1.3[dbus]
@@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/glib-2.20
 		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	sys-devel/gettext"
 
 pkg_setup() {



^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2012-09-14 16:36 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2012-09-14 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d4a892ba037b7a0c406537e9b7bccd0216e21093
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 12:24:20 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 12:24:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=d4a892ba

xfdesktop: Sync with gentoo-x86

(Portage version: 2.2.0_alpha125/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 82c884f..56fb95b 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.3.ebuild,v 1.2 2012/05/05 07:01:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.0.ebuild,v 1.9 2012/09/09 14:45:57 armin76 Exp $
 
 EAPI=4
 inherit xfconf
@@ -18,14 +18,14 @@ RDEPEND=">=dev-libs/glib-2.20
 	x11-libs/libSM
 	>=x11-libs/libwnck-2.30:1
 	x11-libs/libX11
-	>=xfce-base/exo-0.7.3
-	>=xfce-base/garcon-0.1.12
-	>=xfce-base/libxfce4ui-4.9.2
-	>=xfce-base/libxfce4util-4.9.1
-	>=xfce-base/xfconf-4.9.1
+	>=xfce-base/exo-0.8
+	>=xfce-base/garcon-0.2
+	>=xfce-base/libxfce4ui-4.10
+	>=xfce-base/libxfce4util-4.10
+	>=xfce-base/xfconf-4.10
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	thunar? (
-		>=xfce-base/thunar-1.3[dbus]
+		>=xfce-base/thunar-1.4[dbus]
 		>=dev-libs/dbus-glib-0.98
 		)"
 DEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2013-01-02 18:16 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2013-01-02 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e1c8de911b673cb3540220ece3a431e4377ddb56
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  2 18:15:20 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Jan  2 18:15:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=e1c8de91

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.0_alpha149
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 56fb95b..54fc343 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.0.ebuild,v 1.9 2012/09/09 14:45:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.0.ebuild,v 1.10 2012/11/28 12:30:04 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit xfconf
 
 DESCRIPTION="Desktop manager for the Xfce desktop environment"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2013-03-16  8:14 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2013-03-16  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     98509613f79becff750e1c60dcd2d225cc6efb13
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 08:14:39 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 08:14:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=98509613

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 54fc343..edc17ce 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.0.ebuild,v 1.10 2012/11/28 12:30:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild,v 1.1 2013/03/11 10:08:50 ssuominen Exp $
 
 EAPI=5
 inherit xfconf
@@ -25,13 +25,13 @@ RDEPEND=">=dev-libs/glib-2.20
 	>=xfce-base/xfconf-4.10
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	thunar? (
-		>=xfce-base/thunar-1.4[dbus]
-		>=dev-libs/dbus-glib-0.98
+		>=xfce-base/thunar-1.6[dbus]
+		>=dev-libs/dbus-glib-0.100
 		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	virtual/pkgconfig
-	sys-devel/gettext"
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 pkg_setup() {
 	XFCONF=(


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2013-04-13  8:30 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2013-04-13  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     900dfdd7504ec62aeff1a520e381269143671b5a
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 08:29:55 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 08:29:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=900dfdd7

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index edc17ce..39de81f 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild,v 1.1 2013/03/11 10:08:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild,v 1.10 2013/04/13 07:20:32 ago Exp $
 
 EAPI=5
 inherit xfconf


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2014-03-25 17:57 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2014-03-25 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c00e2d03692716c9fee4c04a95b8c48c2f402ca3
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 25 17:56:43 2014 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 17:56:43 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=c00e2d03

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.9-r1
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 39de81f..f8ede99 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.10.2.ebuild,v 1.10 2013/04/13 07:20:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.4.ebuild,v 1.1 2014/03/18 18:22:39 ssuominen Exp $
 
 EAPI=5
 inherit xfconf
@@ -13,21 +13,19 @@ SLOT="0"
 KEYWORDS=""
 IUSE="debug libnotify thunar"
 
-RDEPEND=">=dev-libs/glib-2.20
+RDEPEND=">=dev-libs/dbus-glib-0.100
+	>=dev-libs/glib-2.20
 	>=x11-libs/gtk+-2.24:2
 	x11-libs/libSM
 	>=x11-libs/libwnck-2.30:1
 	x11-libs/libX11
 	>=xfce-base/exo-0.8
-	>=xfce-base/garcon-0.2
-	>=xfce-base/libxfce4ui-4.10
-	>=xfce-base/libxfce4util-4.10
+	>=xfce-base/garcon-0.3
+	>=xfce-base/libxfce4ui-4.11
+	>=xfce-base/libxfce4util-4.11
 	>=xfce-base/xfconf-4.10
 	libnotify? ( >=x11-libs/libnotify-0.7 )
-	thunar? (
-		>=xfce-base/thunar-1.6[dbus]
-		>=dev-libs/dbus-glib-0.100
-		)"
+	thunar? ( >=xfce-base/thunar-1.6[dbus] )"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	sys-devel/gettext


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2014-06-25 20:15 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2014-06-25 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     12f9d606372f18de8ee3784af1b4cc0312144503
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 20:15:28 2014 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 20:15:28 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=12f9d606

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.10
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index f8ede99..eb1043c 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.4.ebuild,v 1.1 2014/03/18 18:22:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.6.ebuild,v 1.1 2014/04/07 12:17:35 ssuominen Exp $
 
 EAPI=5
 inherit xfconf
@@ -11,8 +11,9 @@ HOMEPAGE="http://www.xfce.org/projects/"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug libnotify thunar"
+IUSE="debug libnotify +thunar"
 
+# src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
 RDEPEND=">=dev-libs/dbus-glib-0.100
 	>=dev-libs/glib-2.20
 	>=x11-libs/gtk+-2.24:2
@@ -25,7 +26,10 @@ RDEPEND=">=dev-libs/dbus-glib-0.100
 	>=xfce-base/libxfce4util-4.11
 	>=xfce-base/xfconf-4.10
 	libnotify? ( >=x11-libs/libnotify-0.7 )
-	thunar? ( >=xfce-base/thunar-1.6[dbus] )"
+	thunar? (
+		>=dev-libs/glib-2.38
+		>=xfce-base/thunar-1.6[dbus]
+		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool
 	sys-devel/gettext


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2014-09-03 20:08 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2014-09-03 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     377df2482384697cd72563f666856af79e43f576
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  3 20:07:17 2014 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Sep  3 20:07:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=377df248

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.10
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index eb1043c..10c6a09 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.6.ebuild,v 1.1 2014/04/07 12:17:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.7.ebuild,v 1.1 2014/08/20 07:13:26 ssuominen Exp $
 
 EAPI=5
 inherit xfconf


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2014-09-18 18:46 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2014-09-18 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3bce77c2d929792765a401901803c4cfc9c9e3c9
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 18:45:53 2014 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 18:45:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=3bce77c2

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.12
Manifest-Sign-Key: 84F20B43

---
 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 10c6a09..37bde9f 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.7.ebuild,v 1.1 2014/08/20 07:13:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild,v 1.1 2014/09/16 10:57:14 ssuominen Exp $
 
 EAPI=5
 inherit xfconf


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2015-04-12 14:56 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2015-04-12 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2d473dee8258a8a06124d1df6b93422e4d0363a0
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 14:55:47 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 14:55:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/xfce.git/commit/?id=2d473dee

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 84F20B43

 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index 37bde9f..f3ae05b 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.11.8.ebuild,v 1.1 2014/09/16 10:57:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild,v 1.2 2015/04/01 16:22:15 mgorny Exp $
 
 EAPI=5
 inherit xfconf
@@ -14,21 +14,22 @@ KEYWORDS=""
 IUSE="debug libnotify +thunar"
 
 # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0)
-RDEPEND=">=dev-libs/dbus-glib-0.100
-	>=dev-libs/glib-2.20
-	>=x11-libs/gtk+-2.24:2
+RDEPEND=">=x11-libs/cairo-1.6:=
+	>=dev-libs/dbus-glib-0.100:=
+	>=dev-libs/glib-2.20:=
+	>=x11-libs/gtk+-2.24:2=
 	x11-libs/libSM
-	>=x11-libs/libwnck-2.30:1
-	x11-libs/libX11
-	>=xfce-base/exo-0.8
-	>=xfce-base/garcon-0.3
-	>=xfce-base/libxfce4ui-4.11
-	>=xfce-base/libxfce4util-4.11
-	>=xfce-base/xfconf-4.10
-	libnotify? ( >=x11-libs/libnotify-0.7 )
+	>=x11-libs/libwnck-2.30:1=
+	x11-libs/libX11:=
+	>=xfce-base/exo-0.8:=
+	>=xfce-base/garcon-0.3:=
+	>=xfce-base/libxfce4ui-4.11:=
+	>=xfce-base/libxfce4util-4.11:=
+	>=xfce-base/xfconf-4.10:=
+	libnotify? ( >=x11-libs/libnotify-0.7:= )
 	thunar? (
-		>=dev-libs/glib-2.38
-		>=xfce-base/thunar-1.6[dbus]
+		>=dev-libs/glib-2.38:=
+		>=xfce-base/thunar-1.6:=[dbus]
 		)"
 DEPEND="${RDEPEND}
 	dev-util/intltool


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/
@ 2015-10-10  6:25 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2015-10-10  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     112d54fa1f75c68b0e9f2447717725154ea6a3a9
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 19:41:39 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 19:41:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/xfce.git/commit/?id=112d54fa

xfdesktop: Sync with gentoo-x86

Package-Manager: portage-2.2.23

 xfce-base/xfdesktop/metadata.xml          | 5 ++++-
 xfce-base/xfdesktop/xfdesktop-9999.ebuild | 3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/xfce-base/xfdesktop/metadata.xml b/xfce-base/xfdesktop/metadata.xml
index d6cf275..41d0864 100644
--- a/xfce-base/xfdesktop/metadata.xml
+++ b/xfce-base/xfdesktop/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>xfce</herd>
+  <maintainer>
+    <email>xfce@gentoo.org</email>
+    <name>XFCE Team</name>
+  </maintainer>
   <use>
     <flag name='thunar'>Build support for desktop icons (for example, launchers and folders)</flag>
   </use>

diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
index f3ae05b..dff32dd 100644
--- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild
+++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.1.ebuild,v 1.2 2015/04/01 16:22:15 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit xfconf
@@ -18,7 +18,6 @@ RDEPEND=">=x11-libs/cairo-1.6:=
 	>=dev-libs/dbus-glib-0.100:=
 	>=dev-libs/glib-2.20:=
 	>=x11-libs/gtk+-2.24:2=
-	x11-libs/libSM
 	>=x11-libs/libwnck-2.30:1=
 	x11-libs/libX11:=
 	>=xfce-base/exo-0.8:=


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2015-10-10  6:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13  8:30 [gentoo-commits] proj/xfce:master commit in: xfce-base/xfdesktop/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2015-10-10  6:25 Christoph Mende
2015-04-12 14:56 Christoph Mende
2014-09-18 18:46 Christoph Mende
2014-09-03 20:08 Christoph Mende
2014-06-25 20:15 Christoph Mende
2014-03-25 17:57 Christoph Mende
2013-03-16  8:14 Christoph Mende
2013-01-02 18:16 Christoph Mende
2012-09-14 16:36 Christoph Mende
2012-05-27 10:46 Christoph Mende
2012-04-02 15:34 Christoph Mende
2012-03-23 21:40 Christoph Mende
2011-12-18 19:58 Christoph Mende
2011-09-12 19:26 Christoph Mende
2011-06-13 18:54 Christoph Mende
2011-05-23 16:40 Christoph Mende
2011-05-07  7:29 Christoph Mende
2011-04-23 14:56 Christoph Mende
2011-04-09  7:48 Christoph Mende
2011-02-20 20:14 Christoph Mende

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox