mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
Promoted from the existing GURU package, as x11-terms/ghostty-1.2.0 requires it. The revision has been preserved to keep parity with the version in ::guru, so that once this is merged in ::gentoo and users who had previously installed it in GURU upgrade their systems, there isn't a confusing downgrade. Co-authored-by: unlsycn <unlsycn@unlsycn.com> Signed-off-by: sin-ack <sin-ack@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43819 Signed-off-by: Sam James <sam@gentoo.org>
23 lines
980 B
XML
23 lines
980 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>sin-ack@protonmail.com</email>
|
|
<name>sin-ack</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">wmww/gtk4-layer-shell</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">A library to create panels and other desktop components for Wayland using the Layer Shell protocol and GTK4</longdescription>
|
|
<use>
|
|
<flag name="examples">Build the example C apps</flag>
|
|
<flag name="smoke-tests">Test that all examples can run</flag>
|
|
<flag name="introspection">Build GObject Introspection data</flag>
|
|
<flag name="vala">Build VAPI data and Vala example. The VAPI file allows this library to be used
|
|
in Vala. Requires introspection.</flag>
|
|
</use>
|
|
</pkgmetadata>
|