commit: 0da20a20b7595dc8077de4ad261206b1deb02d5b Author: Eric Joldasov <bratishkaerik <AT> getgoogleoff <DOT> me> AuthorDate: Mon Oct 24 13:17:20 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Nov 14 07:06:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da20a20
app-misc/piper: format metadata.xml, add upstream metadata and update description Signed-off-by: Eric Joldasov <bratishkaerik <AT> getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/27931 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> app-misc/piper/metadata.xml | 34 +++++++++++++++++++++++----------- app-misc/piper/piper-0.6.ebuild | 2 +- 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/app-misc/piper/metadata.xml b/app-misc/piper/metadata.xml index 3a268846d1c3..1536173e2575 100644 --- a/app-misc/piper/metadata.xml +++ b/app-misc/piper/metadata.xml @@ -1,15 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Alex Barker</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">libratbag/piper</remote-id> - </upstream> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Alex Barker</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Piper is a graphical user interface to configure gaming mice. + Configuration options include changing the resolution (DPI) of the + mouse, adding and removing profiles, setting LED colors and changing + button behaviors. + + Piper requires libratbag’s ratbagd, the daemon to actually communicate with the + mice. Piper is merely a front end to ratbagd, ratbagd must be + installed and running when Piper is launched. + </longdescription> + <upstream> + <remote-id type="github">libratbag/piper</remote-id> + <bugs-to>https://github.com/libratbag/piper/issues</bugs-to> + <doc lang="en">https://github.com/libratbag/piper/wiki</doc> + </upstream> </pkgmetadata> diff --git a/app-misc/piper/piper-0.6.ebuild b/app-misc/piper/piper-0.6.ebuild index 78c03d436efd..eabda0240c5a 100644 --- a/app-misc/piper/piper-0.6.ebuild +++ b/app-misc/piper/piper-0.6.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..11} ) inherit meson python-single-r1 xdg -DESCRIPTION="GTK configuration application for libratbag" +DESCRIPTION="GTK application to configure gaming devices" HOMEPAGE="https://github.com/libratbag/piper" SRC_URI="https://github.com/libratbag/piper/archive/${PV}.tar.gz -> ${P}.tar.gz"
