mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-03 08:47:28 -08:00
MPDLcd is a small adapter which will display the status of a MPD server on a LCD screen, through lcdproc. It allows defining various layouts depending on LCD size, with fix or moving parts. Closes: https://bugs.gentoo.org/407349 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
20 lines
631 B
XML
20 lines
631 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>conikost@gentoo.org</email>
|
|
<name>Conrad Kostecki</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
MPDLcd is a small adapter which will display the status
|
|
of a MPD server on a LCD screen, through lcdproc.
|
|
|
|
It allows defining various layouts depending on LCD size,
|
|
with fix or moving parts.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/rbarrois/mpdlcd/issues</bugs-to>
|
|
<remote-id type="github">rbarrois/mpdlcd</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|