logo

overlay

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

metadata.xml (1313B)


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <longdescription lang="en">
  5. Pluggable, composable, unopinionated modules for building a Wayland
  6. compositor.
  7. wlroots implements a huge variety of Wayland compositor features and
  8. implements them right. By using wlroots, you get high performance,
  9. excellent hardware compatibility, broad support for many wayland
  10. interfaces, and comfortable development tools.
  11. wlroots is developed under the direction of the <pkg>gui-wm/sway</pkg> project.
  12. </longdescription>
  13. <use>
  14. <flag name="vulkan">Enable support for the vulkan backend renderer</flag>
  15. <flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag>
  16. <flag name="X">Enable support for X11 applications (XWayland)</flag>
  17. </use>
  18. <upstream>
  19. <remote-id type="github">swaywm/wlroots</remote-id>
  20. <maintainer status="active">
  21. <email>sir@cmpwn.com</email>
  22. <name>Drew DeVault</name>
  23. </maintainer>
  24. <bugs-to>https://gitlab.freedesktop.org/wlroots/wlroots/-/issues</bugs-to>
  25. <doc>https://gitlab.freedesktop.org/wlroots/wlroots/-/wikis/home</doc>
  26. <changelog>https://gitlab.freedesktop.org/wlroots/wlroots/-/releases</changelog>
  27. </upstream>
  28. </pkgmetadata>