logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

metadata.xml (1729B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>contact@hacktivis.me</email>
  6. <name>Haelwenn (lanodan) Monnier</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. gvfs is a userspace virtual filesystem designed to work with the i/o
  10. abstractions of gio (a library availible in glib &gt;= 2.15.1). It
  11. installs several modules that are automatically used by applications
  12. using the APIs of libgio. There is also fuse support that allows
  13. applications not using gio to access the gvfs filesystems.
  14. </longdescription>
  15. <use>
  16. <flag name="afp">Enables support for accessing AFP (Apple Filing Protocol) network shares</flag>
  17. <flag name="archive">Enables support for accessing files in archives transparently via <pkg>app-arch/libarchive</pkg></flag>
  18. <flag name="bluray">Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag>
  19. <flag name="elogind">Use <pkg>sys-auth/elogind</pkg> for session tracking.</flag>
  20. <flag name="fuse">Enables fuse mount points in $HOME/.gvfs for legacy application access</flag>
  21. <flag name="gnome-online-accounts">Enable configuration panel for <pkg>net-libs/gnome-online-accounts</pkg> accounts</flag>
  22. <flag name="google">Enables support for accessing Google accounts via <pkg>dev-libs/libgdata</pkg></flag>
  23. <flag name="http">Enable the HTTP/DAV backend using <pkg>net-libs/libsoup</pkg></flag>
  24. <flag name="nfs">Enable NFS client support via <pkg>net-fs/libnfs</pkg>.</flag>
  25. <flag name="udev">Enable udev base replacement code for cdda feature</flag>
  26. <flag name="sftp">Enable support for accessing SFTP(SSH FTP) remotes</flag>
  27. </use>
  28. </pkgmetadata>