commit: bbe5aeff9dd183bbbbe389fbd25122e402f67e9e Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sun Jul 13 12:08:17 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Sun Jul 13 20:13:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe5aeff
gui-apps/wayvnc: take maintainership Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42990 Closes: https://github.com/gentoo/gentoo/pull/42990 Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> gui-apps/wayvnc/metadata.xml | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/gui-apps/wayvnc/metadata.xml b/gui-apps/wayvnc/metadata.xml index 5151da936ecc..5cb2e4bdf3d0 100644 --- a/gui-apps/wayvnc/metadata.xml +++ b/gui-apps/wayvnc/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> - VNC server for wlroots based Wayland compositors. - It attaches to a running Wayland session, creates - virtual input devices and exposes a single display - via the RFB protocol. The Wayland session may be a - headless one, so it is also possible to run wayvnc - without a physical display attached. - </longdescription> - <upstream> - <remote-id type="github">any1/wayvnc</remote-id> - </upstream> - <use> - <flag name="gbm">enable GPU-side screencopy (experimental)</flag> - <flag name="tracing">Trace kernel and memory calls</flag> - </use> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michael Mair-Keimberger</name> + </maintainer> + <longdescription> + VNC server for wlroots based Wayland compositors. + It attaches to a running Wayland session, creates + virtual input devices and exposes a single display + via the RFB protocol. The Wayland session may be a + headless one, so it is also possible to run wayvnc + without a physical display attached. + </longdescription> + <upstream> + <remote-id type="github">any1/wayvnc</remote-id> + </upstream> + <use> + <flag name="gbm">enable GPU-side screencopy (experimental)</flag> + <flag name="tracing">Trace kernel and memory calls</flag> + </use> </pkgmetadata>
