diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-02-22 17:31:52 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-22 17:31:52 -0500 |
commit | 057227baf4c9d271098a7597c537c0adb234750b (patch) | |
tree | e036faed942f26c8fa436c69485c0d41cb23b748 /gui-libs/wlroots/metadata.xml | |
parent | dev-libs/wlroot: drop and move to gui-libs/* (diff) | |
download | gentoo-057227baf4c9d271098a7597c537c0adb234750b.tar.gz gentoo-057227baf4c9d271098a7597c537c0adb234750b.tar.bz2 gentoo-057227baf4c9d271098a7597c537c0adb234750b.zip |
gui-libs/wlroots: add new category and package
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots/metadata.xml')
-rw-r--r-- | gui-libs/wlroots/metadata.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml new file mode 100644 index 000000000000..5fb5999bdba5 --- /dev/null +++ b/gui-libs/wlroots/metadata.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bman@gentoo.org</email> + <name>Aaron Bauman</name> + </maintainer> + <maintainer type="person"> + <email>speedjack95@gmail.com</email> + <name>Niccolò Scatena</name> + </maintainer> + <longdescription lang="en"> + Pluggable, composable, unopinionated modules for building a Wayland + compositor. + + wlroots implements a huge variety of Wayland compositor features and + implements them right. By using wlroots, you get high performance, + excellent hardware compatibility, broad support for many wayland + interfaces, and comfortable development tools. + + wlroots is developed under the direction of the <pkg>dev-libs/sway</pkg> project. + </longdescription> + <use> + <flag name="elogind">Enable support for rootless session via elogind</flag> + <flag name="icccm">Use xcb-icccm (from <pkg>x11-libs/xcb-util-wm</pkg>) util library for improved Xwayland introspection</flag> + <flag name="rootston">Build the rootston example compositor</flag> + <flag name="x11-backend">Enable support for handling input/output devices through <pkg>x11-libs/libxcb</pkg></flag> + <flag name="X">Enable support for X11 applications (XWayland)</flag> + </use> + <upstream> + <remote-id type="github">swaywm/wlroots</remote-id> + <maintainer status="active"> + <email>sir@cmpwn.com</email> + <name>Drew DeVault</name> + </maintainer> + <bugs-to>https://github.com/swaywm/wlroots/issues</bugs-to> + <doc>https://github.com/swaywm/wlroots/wiki</doc> + <changelog>https://github.com/swaywm/wlroots/releases</changelog> + </upstream> +</pkgmetadata> |