diff options
author | Viorel Munteanu <ceamac@gentoo.org> | 2024-05-05 21:08:06 +0300 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-05-05 21:27:29 +0300 |
commit | 9a7715594577369be251649fabe4c90108cb2b17 (patch) | |
tree | f93f2955ab63e95f89dc3503f6029a0eaa8dbd1d /gui-wm | |
parent | gui-wm/wayfire: resolve issues in wayfire-session (diff) | |
download | gentoo-9a7715594577369be251649fabe4c90108cb2b17.tar.gz gentoo-9a7715594577369be251649fabe4c90108cb2b17.tar.bz2 gentoo-9a7715594577369be251649fabe4c90108cb2b17.zip |
gui-wm/wayfire: add myself as a maintainer
Co-maintainers welcome.
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/metadata.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/gui-wm/wayfire/metadata.xml b/gui-wm/wayfire/metadata.xml index fb1df8affac5..ed72465ca08f 100644 --- a/gui-wm/wayfire/metadata.xml +++ b/gui-wm/wayfire/metadata.xml @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - compiz like eye-candy 3D wayland, with low memory footprint. - Aims to bring desktop features such as 3D cube, fire burn, - fisheye, wrot and all other desktop effects to wayland. - </longdescription> - <use> - <flag name="gles">use libglvnd to do animations more efficiently</flag> - <flag name="gles3">Enable OpenGL ES 3.x Features.</flag> - <flag name="system-wfconfig">Use the system-wide <pkg>gui-libs/wf-config</pkg> instead of building as a submodule. It will block system-wide <pkg>gui-libs/wf-config</pkg> from being installed.</flag> - <flag name="system-wlroots">Use the system-wide <pkg>gui-libs/wlroots</pkg> instead of building as a submodule. It will block system-wide <pkg>gui-libs/wlroots</pkg> from being installed.</flag> - <flag name="X">Enable support for X11 applications (XWayland).</flag> - </use> - <upstream> - <remote-id type="github">WayfireWM/wayfire</remote-id> - </upstream> + <maintainer type="person"> + <email>ceamac@gentoo.org</email> + <name>Viorel Munteanu</name> + </maintainer> + <longdescription> + compiz like eye-candy 3D wayland, with low memory footprint. + Aims to bring desktop features such as 3D cube, fire burn, + fisheye, wrot and all other desktop effects to wayland. + </longdescription> + <use> + <flag name="gles">use libglvnd to do animations more efficiently</flag> + <flag name="gles3">Enable OpenGL ES 3.x Features.</flag> + <flag name="system-wfconfig">Use the system-wide <pkg>gui-libs/wf-config</pkg> instead of building as a submodule. It will block system-wide <pkg>gui-libs/wf-config</pkg> from being installed.</flag> + <flag name="system-wlroots">Use the system-wide <pkg>gui-libs/wlroots</pkg> instead of building as a submodule. It will block system-wide <pkg>gui-libs/wlroots</pkg> from being installed.</flag> + <flag name="X">Enable support for X11 applications (XWayland).</flag> + </use> + <upstream> + <remote-id type="github">WayfireWM/wayfire</remote-id> + </upstream> </pkgmetadata> |