gui-apps/wayvnc: take maintainership

Signed-off-by: Michael Mair-Keimberger <mm1ke@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@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2025-07-13 14:08:17 +02:00
parent d29ff4e4e9
commit bbe5aeff9d

View File

@@ -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>mm1ke@gentoo.org</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>