Gentoo Archives: gentoo-commits

From: Christoph Mende <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/thunar/
Date: Wed, 03 Sep 2014 20:08:22
Message-Id: 1409774834.480f458c80d02efb8c338ab62663c008036ed8a0.angelos@gentoo
1 commit: 480f458c80d02efb8c338ab62663c008036ed8a0
2 Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 3 20:07:14 2014 +0000
4 Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 3 20:07:14 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=480f458c
7
8 thunar: Sync with gentoo-x86
9
10 Package-Manager: portage-2.2.10
11 Manifest-Sign-Key: 84F20B43
12
13 ---
14 xfce-base/thunar/thunar-9999.ebuild | 14 +++++++-------
15 1 file changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/xfce-base/thunar/thunar-9999.ebuild b/xfce-base/thunar/thunar-9999.ebuild
18 index ee59a91..62be543 100644
19 --- a/xfce-base/thunar/thunar-9999.ebuild
20 +++ b/xfce-base/thunar/thunar-9999.ebuild
21 @@ -1,6 +1,6 @@
22 # Copyright 1999-2014 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.10 2014/06/02 17:35:01 ssuominen Exp $
25 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.11 2014/07/24 10:58:32 ssuominen Exp $
26
27 EAPI=5
28 inherit virtualx xfconf
29 @@ -13,9 +13,9 @@ HOMEPAGE="http://www.xfce.org/projects/ http://thunar.xfce.org/"
30 LICENSE="GPL-2 LGPL-2"
31 SLOT="0"
32 KEYWORDS=""
33 -IUSE="+dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
34 +IUSE="+dbus debug exif libnotify pcre startup-notification test udisks +xfce_plugins_trash"
35
36 -GVFS_DEPEND=">=gnome-base/gvfs-1.10.1"
37 +GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
38 COMMON_DEPEND=">=dev-lang/perl-5.6
39 >=dev-libs/glib-2.30
40 >=x11-libs/gdk-pixbuf-2.14
41 @@ -29,15 +29,15 @@ COMMON_DEPEND=">=dev-lang/perl-5.6
42 libnotify? ( >=x11-libs/libnotify-0.7 )
43 pcre? ( >=dev-libs/libpcre-6 )
44 startup-notification? ( x11-libs/startup-notification )
45 - udev? ( virtual/libgudev:= )
46 + udisks? ( virtual/libgudev:= )
47 xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
48 RDEPEND="${COMMON_DEPEND}
49 >=dev-util/desktop-file-utils-0.20-r1
50 x11-misc/shared-mime-info
51 dbus? ( ${GVFS_DEPEND} )
52 - udev? (
53 + udisks? (
54 virtual/udev
55 - || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] )
56 + ${GVFS_DEPEND}[udisks,udev]
57 )
58 xfce_plugins_trash? ( ${GVFS_DEPEND} )"
59 DEPEND="${COMMON_DEPEND}
60 @@ -53,7 +53,7 @@ pkg_setup() {
61 --docdir="${EPREFIX}"/usr/share/doc/${PF}
62 $(use_enable dbus)
63 $(use_enable startup-notification)
64 - $(use_enable udev gudev)
65 + $(use_enable udisks gudev)
66 $(use_enable libnotify notifications)
67 $(xfconf_use_debug)
68 $(use_enable exif)