blob: 3d404ea1615b909713289ac4002eb76d64c1d517 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<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>
|