summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Joldasov <bratishkaerik@getgoogleoff.me>2022-10-24 19:17:20 +0600
committerFlorian Schmaus <flow@gentoo.org>2022-11-14 08:06:08 +0100
commit0da20a20b7595dc8077de4ad261206b1deb02d5b (patch)
treeaf4e980f94f988f3bb0221faff60ac10e48aae1c /app-misc/piper
parentapp-misc/piper: add 0.7 (diff)
downloadgentoo-0da20a20b7595dc8077de4ad261206b1deb02d5b.tar.gz
gentoo-0da20a20b7595dc8077de4ad261206b1deb02d5b.tar.bz2
gentoo-0da20a20b7595dc8077de4ad261206b1deb02d5b.zip
app-misc/piper: format metadata.xml, add upstream metadata and update description
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me> Closes: https://github.com/gentoo/gentoo/pull/27931 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-misc/piper')
-rw-r--r--app-misc/piper/metadata.xml34
-rw-r--r--app-misc/piper/piper-0.6.ebuild2
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>alex@1stleg.com</email>
- <name>Alex Barker</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">libratbag/piper</remote-id>
- </upstream>
+ <maintainer type="person" proxied="yes">
+ <email>alex@1stleg.com</email>
+ <name>Alex Barker</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</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"