From cd6637d8d57823f6a1ceebbe3e12d1c105674386 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 20 Nov 2015 10:07:27 -0800 Subject: gnome-base/gvfs: add "google" USE flag that makes the libgdata dep optional This fixes bug 566294 Package-Manager: portage-2.2.24 --- gnome-base/gvfs/gvfs-1.26.2.ebuild | 5 +++-- gnome-base/gvfs/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'gnome-base') diff --git a/gnome-base/gvfs/gvfs-1.26.2.ebuild b/gnome-base/gvfs/gvfs-1.26.2.ebuild index edab684f779e..b0dcce115568 100644 --- a/gnome-base/gvfs/gvfs-1.26.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.26.2.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://git.gnome.org/browse/gvfs" LICENSE="LGPL-2+" SLOT="0" -IUSE="afp archive bluray cdda fuse gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf" +IUSE="afp archive bluray cdda fuse +google gnome-keyring gnome-online-accounts gphoto2 gtk +http ios mtp nfs samba systemd test +udev udisks zeroconf" REQUIRED_USE=" cdda? ( udev ) mtp? ( udev ) @@ -29,7 +29,6 @@ RDEPEND=" >=dev-libs/glib-2.45.7:2 sys-apps/dbus dev-libs/libxml2:2 - >=dev-libs/libgdata-0.17.3:=[gnome] net-misc/openssh afp? ( >=dev-libs/libgcrypt-1.2.2:0= ) archive? ( app-arch/libarchive:= ) @@ -37,6 +36,7 @@ RDEPEND=" fuse? ( >=sys-fs/fuse-2.8.0 ) gnome-keyring? ( app-crypt/libsecret ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 ) + google? ( >=dev-libs/libgdata-0.17.3:=[gnome] ) gphoto2? ( >=media-libs/libgphoto2-2.4.7:= ) gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-2.42:2.4 ) @@ -109,6 +109,7 @@ src_configure() { $(use_enable fuse) \ $(use_enable gnome-keyring keyring) \ $(use_enable gnome-online-accounts goa) \ + $(use_enable google) \ $(use_enable gphoto2) \ $(use_enable gtk) \ $(use_enable ios afc) \ diff --git a/gnome-base/gvfs/metadata.xml b/gnome-base/gvfs/metadata.xml index 93e236daeec9..89339791ff3e 100644 --- a/gnome-base/gvfs/metadata.xml +++ b/gnome-base/gvfs/metadata.xml @@ -15,6 +15,7 @@ applications not using gio to access the gvfs filesystems. Enable playback of Blu-ray filesystems using media-libs/libbluray Enables fuse mount points in $HOME/.gvfs for legacy application access Enable configuration panel for net-libs/gnome-online-accounts accounts + Enables support for accessing Google accounts via dev-libs/libgdata Enable the HTTP/DAV backend using net-libs/libsoup-gnome Enable app-crypt/libsecret support to store login credentials. Enable NFS client support via net-fs/libnfs. -- cgit v1.2.3-65-gdbad