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

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

thunar: Updated

---
 xfce-base/thunar/metadata.xml       |    3 --
 xfce-base/thunar/thunar-9999.ebuild |   51 ++++++++++++++++++-----------------
 2 files changed, 26 insertions(+), 28 deletions(-)

diff --git a/xfce-base/thunar/metadata.xml b/xfce-base/thunar/metadata.xml
index 3012d59..826e2ca 100644
--- a/xfce-base/thunar/metadata.xml
+++ b/xfce-base/thunar/metadata.xml
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>xfce</herd>
-<use>
-	<flag name='trash-plugin'>Build Trash plug-in for panel</flag>
-</use>
 </pkgmetadata>

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 4439c2f..e6c27d5 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -8,60 +8,61 @@ inherit virtualx xfce4
 
 xfce4_core
 
-DESCRIPTION="File manager for Xfce4"
-HOMEPAGE="http://thunar.xfce.org/"
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="dbus debug exif pcre startup-notification test +trash-plugin"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
 
-COMMON_DEPEND=">=xfce-base/exo-0.5.1
+GVFS_DEPEND=">=gnome-base/gvfs-1.6.6-r1"
+COMMON_DEPEND=">=xfce-base/exo-0.6
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4util-4.6
-	>=xfce-base/libxfce4ui-4.7.1
+	>=xfce-base/libxfce4util-4.8
+	>=xfce-base/libxfce4ui-4.8
 	>=dev-lang/perl-5.6
-	dbus? ( dev-libs/dbus-glib )
+	dbus? ( >=dev-libs/dbus-glib-0.88 )
 	exif? ( >=media-libs/libexif-0.6.19 )
+	libnotify? ( x11-libs/libnotify )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	trash-plugin? ( dev-libs/dbus-glib
-		>=xfce-base/xfce4-panel-4.3.90 )"
+	udev? ( >=sys-fs/udev-145[extras] )
+	xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
+	>=xfce-base/xfce4-panel-4.8 )"
 RDEPEND="${COMMON_DEPEND}
-	>=x11-misc/shared-mime-info-0.70
-	>=dev-util/desktop-file-utils-0.15"
+	x11-misc/shared-mime-info
+	dev-util/desktop-file-utils
+	dbus? ( ${GVFS_DEPEND} )
+	udev? ( ${GVFS_DEPEND}[gdu,udev] )
+	xfce_plugins_trash? ( ${GVFS_DEPEND} )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig
+	dev-util/gtk-doc
 	sys-devel/gettext"
 
 WANT_GTKDOCIZE="yes"
 
 pkg_setup() {
 	XFCE_CONFIG+=" --disable-dependency-tracking
+		--docdir=${EPREFIX}/usr/share/doc/${PF}
 		$(use_enable dbus)
+		$(use_enable udev gudev)
+		$(use_enable libnotify notifications)
 		$(use_enable exif)
 		$(use_enable pcre)
 		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
 
-	if use trash-plugin; then
+	if use xfce_plugins_trash; then
 		XFCE_CONFIG+=" --enable-dbus"
 	else
 		XFCE_CONFIG+=" --disable-tpa-plugin"
 	fi
 
-	DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
+	DOCS="AUTHORS FAQ HACKING NEWS README THANKS TODO"
 }
 
 src_test() {
 	Xemake check || die
 }
-
-pkg_postinst() {
-	xfce4_pkg_postinst
-
-	echo
-	elog "If you are seeing some odd dbus error, make sure your user is in the"
-	elog "plugdev group. See Gentoo bug #279077 for more info"
-	echo
-}



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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 4ed7d6a..0efeb5d 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -1,10 +1,12 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.7 2011/03/22 20:44:59 xarthisius Exp $
 
 EAPI=4
 inherit virtualx xfconf-live
 
+MY_P=${P/t/T}
+
 DESCRIPTION="File manager for the Xfce desktop environment"
 HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
 
@@ -60,7 +62,7 @@ pkg_setup() {
 		XFCONF+=( --disable-tpa-plugin )
 	fi
 
-	DOCS="AUTHORS FAQ HACKING NEWS README THANKS TODO"
+	DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
 }
 
 src_test() {



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

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

commit:     900ef6040ef0cca5defc5c514f985d53c4f39c30
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 16:33:41 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Mon May 23 16:33:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=900ef604

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 0efeb5d..8c6444a 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.2.1.ebuild,v 1.7 2011/03/22 20:44:59 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild,v 1.9 2011/05/19 22:14:10 ssuominen Exp $
 
 EAPI=4
 inherit virtualx xfconf-live
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
 
-GVFS_DEPEND=">=gnome-base/gvfs-1.6.6-r1"
+GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"
 COMMON_DEPEND=">=xfce-base/exo-0.6
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
@@ -62,9 +62,9 @@ pkg_setup() {
 		XFCONF+=( --disable-tpa-plugin )
 	fi
 
-	DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
+	DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
 }
 
 src_test() {
-	Xemake check || die
+	Xemake check
 }



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

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

commit:     cca1c58e72fe82732e71807427e1828948f8a92d
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 16:54:49 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 16:54:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=cca1c58e

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 8c6444a..4501d30 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.2.1.ebuild,v 1.9 2011/05/19 22:14:10 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.2.ebuild,v 1.2 2011/06/07 09:14:20 angelos Exp $
 
 EAPI=4
 inherit virtualx xfconf-live
@@ -27,7 +27,7 @@ COMMON_DEPEND=">=xfce-base/exo-0.6
 	libnotify? ( x11-libs/libnotify )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( >=sys-fs/udev-145[extras] )
+	udev? ( || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) )
 	xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
 		>=xfce-base/xfce4-panel-4.8 )"
 RDEPEND="${COMMON_DEPEND}



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

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

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

thunar: Convert to xfconf, drop keywords

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 4501d30..24495cc 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.2.ebuild,v 1.2 2011/06/07 09:14:20 angelos Exp $
 
 EAPI=4
-inherit virtualx xfconf-live
+inherit virtualx xfconf
 
 MY_P=${P/t/T}
 
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS=""
 IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
 
 GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"



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

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

commit:     d7522f17309659453ddf0b430f2353abf6f97b1f
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 06:27:27 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 06:27:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=d7522f17

thunar: Update deps

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 24495cc..14eeab8 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -19,6 +19,8 @@ GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"
 COMMON_DEPEND=">=xfce-base/exo-0.6
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
+	x11-libs/libSM
+	x11-libs/libX11
 	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/libxfce4ui-4.8
 	>=dev-lang/perl-5.6



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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 14eeab8..f12cec2 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.2.2.ebuild,v 1.2 2011/06/07 09:14:20 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.2-r1.ebuild,v 1.1 2011/08/09 11:02:30 ssuominen Exp $
 
 EAPI=4
 inherit virtualx xfconf
@@ -19,8 +19,6 @@ GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"
 COMMON_DEPEND=">=xfce-base/exo-0.6
 	>=dev-libs/glib-2.18:2
 	>=x11-libs/gtk+-2.14:2
-	x11-libs/libSM
-	x11-libs/libX11
 	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/libxfce4ui-4.8
 	>=dev-lang/perl-5.6



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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index f12cec2..8e3bbcf 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.2.2-r1.ebuild,v 1.1 2011/08/09 11:02:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.5 2011/11/26 17:54:42 armin76 Exp $
 
 EAPI=4
 inherit virtualx xfconf



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

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

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

thunar: Sync with gentoo-x86

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

---
 xfce-base/thunar/thunar-9999.ebuild |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 8e3bbcf..0c5b6ac 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.2.3.ebuild,v 1.5 2011/11/26 17:54:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.9 2012/03/23 21:22:12 angelos Exp $
 
 EAPI=4
 inherit virtualx xfconf
@@ -13,26 +13,25 @@ HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
+IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
 
 GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"
-COMMON_DEPEND=">=xfce-base/exo-0.6
+COMMON_DEPEND=">=dev-lang/perl-5.6
 	>=dev-libs/glib-2.18:2
+	>=xfce-base/exo-0.6
 	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/libxfce4ui-4.8
-	>=dev-lang/perl-5.6
-	dbus? ( >=dev-libs/dbus-glib-0.88 )
+	>=xfce-base/libxfce4util-4.8
+	dbus? ( >=dev-libs/dbus-glib-0.90 )
 	exif? ( >=media-libs/libexif-0.6.19 )
-	libnotify? ( x11-libs/libnotify )
+	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) )
-	xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
-		>=xfce-base/xfce4-panel-4.8 )"
+	udev? ( || ( >=sys-fs/udev-171-r1[gudev] <sys-fs/udev-171-r1[extras] ) )
+	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.8 )"
 RDEPEND="${COMMON_DEPEND}
-	x11-misc/shared-mime-info
 	dev-util/desktop-file-utils
+	x11-misc/shared-mime-info
 	dbus? ( ${GVFS_DEPEND} )
 	udev? ( ${GVFS_DEPEND}[gdu,udev] )
 	xfce_plugins_trash? ( ${GVFS_DEPEND} )"
@@ -40,6 +39,7 @@ DEPEND="${COMMON_DEPEND}
 	dev-util/intltool
 	dev-util/pkgconfig
 	sys-devel/gettext"
+REQUIRED_USE="xfce_plugins_trash? ( dbus )"
 
 S=${WORKDIR}/${MY_P}
 
@@ -56,11 +56,7 @@ pkg_setup() {
 		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 		)
 
-	if use xfce_plugins_trash; then
-		XFCONF+=( --enable-dbus )
-	else
-		XFCONF+=( --disable-tpa-plugin )
-	fi
+	use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )
 
 	DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
 }



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

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

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

thunar: Sync with gentoo-x86

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

---
 xfce-base/thunar/thunar-9999.ebuild |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 0c5b6ac..6268922 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.2.3.ebuild,v 1.9 2012/03/23 21:22:12 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.3.1.ebuild,v 1.1 2012/03/31 05:05:56 ssuominen Exp $
 
 EAPI=4
 inherit virtualx xfconf
@@ -8,27 +8,27 @@ inherit virtualx xfconf
 MY_P=${P/t/T}
 
 DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
+HOMEPAGE="http://www.xfce.org/projects/ http://thunar.xfce.org/"
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
 
-GVFS_DEPEND=">=gnome-base/gvfs-1.6.7"
+GVFS_DEPEND=">=gnome-base/gvfs-1.10.1"
 COMMON_DEPEND=">=dev-lang/perl-5.6
-	>=dev-libs/glib-2.18:2
-	>=xfce-base/exo-0.6
-	>=x11-libs/gtk+-2.14:2
-	>=xfce-base/libxfce4ui-4.8
-	>=xfce-base/libxfce4util-4.8
-	dbus? ( >=dev-libs/dbus-glib-0.90 )
+	>=dev-libs/glib-2.24
+	>=x11-libs/gtk+-2.20:2
+	>=xfce-base/exo-0.7
+	>=xfce-base/libxfce4ui-4.9
+	>=xfce-base/libxfce4util-4.9
+	dbus? ( >=dev-libs/dbus-glib-0.98 )
 	exif? ( >=media-libs/libexif-0.6.19 )
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( || ( >=sys-fs/udev-171-r1[gudev] <sys-fs/udev-171-r1[extras] ) )
-	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.8 )"
+	udev? ( || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171-r5[extras] ) )
+	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.9 )"
 RDEPEND="${COMMON_DEPEND}
 	dev-util/desktop-file-utils
 	x11-misc/shared-mime-info



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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 6268922..9679536 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.3.1.ebuild,v 1.1 2012/03/31 05:05:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.4.0.ebuild,v 1.7 2012/05/22 05:28:36 jdhore Exp $
 
 EAPI=4
 inherit virtualx xfconf
@@ -19,25 +19,25 @@ GVFS_DEPEND=">=gnome-base/gvfs-1.10.1"
 COMMON_DEPEND=">=dev-lang/perl-5.6
 	>=dev-libs/glib-2.24
 	>=x11-libs/gtk+-2.20:2
-	>=xfce-base/exo-0.7
-	>=xfce-base/libxfce4ui-4.9
-	>=xfce-base/libxfce4util-4.9
+	>=xfce-base/exo-0.8
+	>=xfce-base/libxfce4ui-4.10
+	>=xfce-base/libxfce4util-4.10
 	dbus? ( >=dev-libs/dbus-glib-0.98 )
 	exif? ( >=media-libs/libexif-0.6.19 )
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171-r5[extras] ) )
-	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.9 )"
+	udev? ( || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171[extras] ) )
+	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
 RDEPEND="${COMMON_DEPEND}
-	dev-util/desktop-file-utils
+	>=dev-util/desktop-file-utils-0.20-r1
 	x11-misc/shared-mime-info
 	dbus? ( ${GVFS_DEPEND} )
-	udev? ( ${GVFS_DEPEND}[gdu,udev] )
+	udev? ( || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) )
 	xfce_plugins_trash? ( ${GVFS_DEPEND} )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/intltool
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	sys-devel/gettext"
 REQUIRED_USE="xfce_plugins_trash? ( dbus )"
 



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

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

commit:     a47c7cf309b456a41a5bff49f0e9f1988c38e3a9
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 09:19:54 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 09:19:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=a47c7cf3

thunar: Update Manifest

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 9679536..16291b4 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.4.0.ebuild,v 1.7 2012/05/22 05:28:36 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.4.0.ebuild,v 1.8 2012/07/14 12:29:40 maekke Exp $
 
 EAPI=4
 inherit virtualx xfconf



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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 16291b4..4e025cd 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.4.0.ebuild,v 1.8 2012/07/14 12:29:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.4.0.ebuild,v 1.9 2012/09/09 14:42:38 armin76 Exp $
 
 EAPI=4
 inherit virtualx xfconf


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

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

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

thunar: Sync with gentoo-x86

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

---
 xfce-base/thunar/thunar-9999.ebuild |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 4e025cd..a3279e9 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.4.0.ebuild,v 1.9 2012/09/09 14:42:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.1.ebuild,v 1.1 2012/12/10 07:47:54 ssuominen Exp $
 
-EAPI=4
+EAPI=5
 inherit virtualx xfconf
 
 MY_P=${P/t/T}
@@ -17,17 +17,19 @@ IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_tr
 
 GVFS_DEPEND=">=gnome-base/gvfs-1.10.1"
 COMMON_DEPEND=">=dev-lang/perl-5.6
-	>=dev-libs/glib-2.24
-	>=x11-libs/gtk+-2.20:2
-	>=xfce-base/exo-0.8
+	>=dev-libs/glib-2.30
+	>=x11-libs/gdk-pixbuf-2.14
+	>=x11-libs/gtk+-2.24:2
+	>=xfce-base/exo-0.10
 	>=xfce-base/libxfce4ui-4.10
 	>=xfce-base/libxfce4util-4.10
-	dbus? ( >=dev-libs/dbus-glib-0.98 )
+	>=xfce-base/xfconf-4.10
+	dbus? ( >=dev-libs/dbus-glib-0.100 )
 	exif? ( >=media-libs/libexif-0.6.19 )
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( || ( >=sys-fs/udev-171-r5[gudev] <sys-fs/udev-171[extras] ) )
+	udev? ( virtual/udev[gudev] )
 	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
 RDEPEND="${COMMON_DEPEND}
 	>=dev-util/desktop-file-utils-0.20-r1
@@ -37,8 +39,8 @@ RDEPEND="${COMMON_DEPEND}
 	xfce_plugins_trash? ( ${GVFS_DEPEND} )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/intltool
-	virtual/pkgconfig
-	sys-devel/gettext"
+	sys-devel/gettext
+	virtual/pkgconfig"
 REQUIRED_USE="xfce_plugins_trash? ( dbus )"
 
 S=${WORKDIR}/${MY_P}


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

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

commit:     f50b814fcc59fb30f682e6f524f989ef73b06e7d
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 21:53:08 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 21:53:08 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=f50b814f

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index a3279e9..2989d98 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/thunar/thunar-1.6.1.ebuild,v 1.1 2012/12/10 07:47:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.2.ebuild,v 1.1 2012/12/27 14:47:44 ssuominen Exp $
 
 EAPI=5
 inherit virtualx xfconf


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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 2989d98..4cea70e 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -1,6 +1,6 @@
-# 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/thunar/thunar-1.6.2.ebuild,v 1.1 2012/12/27 14:47:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.2.ebuild,v 1.9 2013/04/13 07:19:29 ago Exp $
 
 EAPI=5
 inherit virtualx xfconf


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

* [gentoo-commits] proj/xfce:master commit in: xfce-base/thunar/
@ 2013-10-31 14:33 Christoph Mende
  0 siblings, 0 replies; 23+ messages in thread
From: Christoph Mende @ 2013-10-31 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f04caf361783efccb1798d189431ae1ff4eee11b
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 14:33:00 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 14:33:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=f04caf36

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 4cea70e..c0da4b8 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.6.2.ebuild,v 1.9 2013/04/13 07:19:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.1 2013/05/05 17:02:44 ssuominen Exp $
 
 EAPI=5
 inherit virtualx xfconf
@@ -22,7 +22,7 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
 	>=x11-libs/gtk+-2.24:2
 	>=xfce-base/exo-0.10
 	>=xfce-base/libxfce4ui-4.10
-	>=xfce-base/libxfce4util-4.10
+	>=xfce-base/libxfce4util-4.10.1
 	>=xfce-base/xfconf-4.10
 	dbus? ( >=dev-libs/dbus-glib-0.100 )
 	exif? ( >=media-libs/libexif-0.6.19 )


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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index c0da4b8..db8f1dc 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.6.3.ebuild,v 1.1 2013/05/05 17:02:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.4 2014/01/28 14:17:11 ago Exp $
 
 EAPI=5
 inherit virtualx xfconf


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

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

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

thunar: Sync with gentoo-x86

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

---
 xfce-base/thunar/thunar-9999.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index db8f1dc..ee59a91 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.6.3.ebuild,v 1.4 2014/01/28 14:17:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.10 2014/06/02 17:35:01 ssuominen Exp $
 
 EAPI=5
 inherit virtualx xfconf
@@ -29,13 +29,16 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( virtual/udev[gudev] )
+	udev? ( virtual/libgudev:= )
 	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
 RDEPEND="${COMMON_DEPEND}
 	>=dev-util/desktop-file-utils-0.20-r1
 	x11-misc/shared-mime-info
 	dbus? ( ${GVFS_DEPEND} )
-	udev? ( || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) )
+	udev? (
+		virtual/udev
+		|| ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] )
+		)
 	xfce_plugins_trash? ( ${GVFS_DEPEND} )"
 DEPEND="${COMMON_DEPEND}
 	dev-util/intltool


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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index ee59a91..62be543 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.6.3.ebuild,v 1.10 2014/06/02 17:35:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.11 2014/07/24 10:58:32 ssuominen Exp $
 
 EAPI=5
 inherit virtualx xfconf
@@ -13,9 +13,9 @@ HOMEPAGE="http://www.xfce.org/projects/ http://thunar.xfce.org/"
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
+IUSE="+dbus debug exif libnotify pcre startup-notification test udisks +xfce_plugins_trash"
 
-GVFS_DEPEND=">=gnome-base/gvfs-1.10.1"
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
 COMMON_DEPEND=">=dev-lang/perl-5.6
 	>=dev-libs/glib-2.30
 	>=x11-libs/gdk-pixbuf-2.14
@@ -29,15 +29,15 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
 	startup-notification? ( x11-libs/startup-notification )
-	udev? ( virtual/libgudev:= )
+	udisks? ( virtual/libgudev:= )
 	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
 RDEPEND="${COMMON_DEPEND}
 	>=dev-util/desktop-file-utils-0.20-r1
 	x11-misc/shared-mime-info
 	dbus? ( ${GVFS_DEPEND} )
-	udev? (
+	udisks? (
 		virtual/udev
-		|| ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] )
+		${GVFS_DEPEND}[udisks,udev]
 		)
 	xfce_plugins_trash? ( ${GVFS_DEPEND} )"
 DEPEND="${COMMON_DEPEND}
@@ -53,7 +53,7 @@ pkg_setup() {
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
 		$(use_enable dbus)
 		$(use_enable startup-notification)
-		$(use_enable udev gudev)
+		$(use_enable udisks gudev)
 		$(use_enable libnotify notifications)
 		$(xfconf_use_debug)
 		$(use_enable exif)


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

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

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

thunar: Sync with gentoo-x86

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

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

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 62be543..61786d3 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.6.3.ebuild,v 1.11 2014/07/24 10:58:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.6.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
 
 EAPI=5
 inherit virtualx xfconf


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

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

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

thunar: Sync with gentoo-x86

Package-Manager: portage-2.2.23

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

diff --git a/xfce-base/thunar/metadata.xml b/xfce-base/thunar/metadata.xml
index d56729e..008cf47 100644
--- a/xfce-base/thunar/metadata.xml
+++ b/xfce-base/thunar/metadata.xml
@@ -1,5 +1,8 @@
 <?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>
 </pkgmetadata>

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 61786d3..5f44faa 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-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/thunar/thunar-1.6.6.ebuild,v 1.1 2015/03/08 15:06:39 mgorny Exp $
+# $Id$
 
 EAPI=5
 inherit virtualx xfconf


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

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

commit:     89362598ddebb06cffd41686f73b640fa29d7ed9
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 06:25:24 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 06:25:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/xfce.git/commit/?id=89362598

xfce-base/thunar: Remove obsolete configure parameters

Package-Manager: portage-2.2.23

 xfce-base/thunar/thunar-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
index 5f44faa..1b5279c 100644
--- a/xfce-base/thunar/thunar-9999.ebuild
+++ b/xfce-base/thunar/thunar-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.xfce.org/projects/ http://thunar.xfce.org/"
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="+dbus debug exif libnotify pcre startup-notification test udisks +xfce_plugins_trash"
+IUSE="+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash"
 
 GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
 COMMON_DEPEND=">=dev-lang/perl-5.6
@@ -28,7 +28,6 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
 	exif? ( >=media-libs/libexif-0.6.19 )
 	libnotify? ( >=x11-libs/libnotify-0.7 )
 	pcre? ( >=dev-libs/libpcre-6 )
-	startup-notification? ( x11-libs/startup-notification )
 	udisks? ( virtual/libgudev:= )
 	xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
 RDEPEND="${COMMON_DEPEND}
@@ -52,13 +51,11 @@ pkg_setup() {
 	XFCONF=(
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
 		$(use_enable dbus)
-		$(use_enable startup-notification)
 		$(use_enable udisks gudev)
 		$(use_enable libnotify notifications)
 		$(xfconf_use_debug)
 		$(use_enable exif)
 		$(use_enable pcre)
-		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 		)
 
 	use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )


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

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

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