blob: c42a2ebf5ded4528b96545cd1e1b2c7755c2bcb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gyakovlev@gentoo.org</email>
<name>Georgy Yakovlev</name>
</maintainer>
<longdescription lang="en">
The xwallpaper utility allows you to set image files as your X wallpaper.
JPEG, PNG, and XPM file formats are supported, all of them being configurable and therefore no fixed dependencies.
The wallpaper is also advertised to programs which support semi-transparent backgrounds.
The last but not least focus of this project is to write a secure wallpaper utility,
supporting very tight sandboxing mechanisms.
</longdescription>
<upstream>
<remote-id type="github">stoeckmann/xwallpaper</remote-id>
</upstream>
</pkgmetadata>
|