metadata.xml 1.6 KB

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