Skip to content

Commit

Permalink
gnome-base/gvfs: Set remote-id
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Oct 30, 2022
1 parent 648d7a2 commit 08789e6
Showing 1 changed file with 27 additions and 24 deletions.
51 changes: 27 additions & 24 deletions gnome-base/gvfs/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<longdescription lang="en">
GVfs is a userspace virtual filesystem implementation for GIO (a library
available in GLib). GVfs comes with a set of backends, including trash
support, SFTP, SMB, HTTP, DAV, and many others. GVfs also contains modules
for GIO that implement volume monitors and persistent metadata storage.
There is also FUSE support that provides limited access to the GVfs
filesystems for applications not using GIO.
</longdescription>
<use>
<flag name="afp">Enables support for accessing AFP (Apple Filing Protocol) network shares</flag>
<flag name="archive">Enables support for accessing files in archives transparently via <pkg>app-arch/libarchive</pkg></flag>
<flag name="bluray">Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag>
<flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking.</flag>
<flag name="fuse">Enables fuse mount points in $HOME/.gvfs for legacy application access</flag>
<flag name="gnome-online-accounts">Enable configuration panel for <pkg>net-libs/gnome-online-accounts</pkg> accounts</flag>
<flag name="google">Enables support for accessing Google accounts via <pkg>dev-libs/libgdata</pkg></flag>
<flag name="http">Enable the HTTP/DAV backend using <pkg>net-libs/libsoup</pkg></flag>
<flag name="nfs">Enable NFS client support via <pkg>net-fs/libnfs</pkg>.</flag>
<flag name="udev">Enable udev base replacement code for cdda feature</flag>
</use>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<longdescription lang="en">
GVfs is a userspace virtual filesystem implementation for GIO (a library
available in GLib). GVfs comes with a set of backends, including trash
support, SFTP, SMB, HTTP, DAV, and many others. GVfs also contains modules
for GIO that implement volume monitors and persistent metadata storage.
There is also FUSE support that provides limited access to the GVfs
filesystems for applications not using GIO.
</longdescription>
<use>
<flag name="afp">Enables support for accessing AFP (Apple Filing Protocol) network shares</flag>
<flag name="archive">Enables support for accessing files in archives transparently via <pkg>app-arch/libarchive</pkg></flag>
<flag name="bluray">Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag>
<flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking.</flag>
<flag name="fuse">Enables fuse mount points in $HOME/.gvfs for legacy application access</flag>
<flag name="gnome-online-accounts">Enable configuration panel for <pkg>net-libs/gnome-online-accounts</pkg> accounts</flag>
<flag name="google">Enables support for accessing Google accounts via <pkg>dev-libs/libgdata</pkg></flag>
<flag name="http">Enable the HTTP/DAV backend using <pkg>net-libs/libsoup</pkg></flag>
<flag name="nfs">Enable NFS client support via <pkg>net-fs/libnfs</pkg>.</flag>
<flag name="udev">Enable udev base replacement code for cdda feature</flag>
</use>
<upstream>
<remote-id type="gnome-gitlab">GNOME/gvfs</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 08789e6

Please sign in to comment.