blob: a6b2dee4505f66a175595a00b78663ed34979242 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<longdescription lang="en">
A pure Wayland shell for GNOME on mobile devices. For a matching
compositor see gui-wm/phoc but others implementing wlr-layer-shell
should work as well.
</longdescription>
<upstream>
<bugs-to>https://gitlab.gnome.org/World/Phosh/phosh/-/issues</bugs-to>
<doc>https://gitlab.gnome.org/World/Phosh/phosh/-/wikis/Home</doc>
<remote-id type="gnome-gitlab">World/Phosh/phosh</remote-id>
<maintainer>
<name>Guido Günther</name>
<email>agx@sigxcpu.org</email>
</maintainer>
<maintainer>
<name>Zander Brown</name>
<email>zbrown@gnome.org</email>
</maintainer>
</upstream>
<use>
<flag name="lockscreen-plugins">Build lockscreen plugins and widgets</flag>
<flag name="plugins">Build Phosh plugins and widgets</flag>
<flag name="test-full">Run integration tests</flag>
</use>
</pkgmetadata>
|