diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-08-22 19:38:59 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-08-22 19:38:59 +0000 |
commit | b56542dd62c14be91b22980586dfd429f268498c (patch) | |
tree | f1bcbf36ffeab93feb72ed6c4faf32f1af65f4d2 /x11-plugins/screenlets/metadata.xml | |
parent | Version bump (diff) | |
download | gentoo-2-b56542dd62c14be91b22980586dfd429f268498c.tar.gz gentoo-2-b56542dd62c14be91b22980586dfd429f268498c.tar.bz2 gentoo-2-b56542dd62c14be91b22980586dfd429f268498c.zip |
New package: Screenlets-0.1.2 (Bug #212448)
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-plugins/screenlets/metadata.xml')
-rw-r--r-- | x11-plugins/screenlets/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-plugins/screenlets/metadata.xml b/x11-plugins/screenlets/metadata.xml new file mode 100644 index 000000000000..a1947ab7e87b --- /dev/null +++ b/x11-plugins/screenlets/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop</herd> + <maintainer> + <email>lack@gentoo.org</email> + <name>Jim Ramsay</name> + </maintainer> + <longdescription lang="en"> + Screenlets are small owner-drawn applications (written in Python) that + can be described as "the virtual representation of things lying/standing + around on your desk". Sticknotes, clocks, rulers, ... the possibilities + are endless. + + The goal of the Screenlets base-classes is to simplify the creation of + fully themeable mini-apps that each solve basic desktop-work-related + needs and generally improve the usability and eye-candy of the modern + composited Linux-desktop. + </longdescription> + <use> + <flag name="svg">Highly Recommended: Enable SVG graphics via + <pkg>dev-python/librsvg-python</pkg></flag> + </use> +</pkgmetadata> + |