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)
