blob: 98797bd88f43ac1e11e2adf036beb4370cfa7610 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>speedjack95@gmail.com</email>
<name>Niccolò Scatena</name>
</maintainer>
<longdescription lang="en">
Sway's wallpaper utility, compatible with any Wayland compositor
which implements the wlr-layer-shell, xdg-output and xdg-shell protocols.
</longdescription>
<upstream>
<remote-id type="github">swaywm/swaybg</remote-id>
<maintainer status="active">
<email>sir@cmpwn.com</email>
<name>Drew DeVault</name>
</maintainer>
<bugs-to>https://github.com/swaywm/swaybg/issues</bugs-to>
<changelog>https://github.com/swaywm/swaybg/releases</changelog>
</upstream>
<use>
<flag name="gdk-pixbuf">Support image types other than PNG</flag>
</use>
</pkgmetadata>
|