diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-07-24 11:24:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-24 11:28:15 +0300 |
commit | 71c180195fb9460f251c62ec7fde663857ef2d97 (patch) | |
tree | a50d007b3d41412b40c6e353323fd369b727649a /sys-apps/razercfg | |
parent | sys-fs/xwmfs: removal of old version 0.85 (diff) | |
download | gentoo-71c180195fb9460f251c62ec7fde663857ef2d97.tar.gz gentoo-71c180195fb9460f251c62ec7fde663857ef2d97.tar.bz2 gentoo-71c180195fb9460f251c62ec7fde663857ef2d97.zip |
sys-apps/razercfg: fix metadata.xml style
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-apps/razercfg')
-rw-r--r-- | sys-apps/razercfg/metadata.xml | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/sys-apps/razercfg/metadata.xml b/sys-apps/razercfg/metadata.xml index 5eb400d0a049..e10f5181e6fe 100644 --- a/sys-apps/razercfg/metadata.xml +++ b/sys-apps/razercfg/metadata.xml @@ -1,22 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<longdescription> -The next generation Razer device configuration tool bringing the Razer gaming -experience to the free OpenSource world. -The tool architecture is based on "razerd", which is a background daemon doing -all of the lowlevel privileged hardware accesses. The user interface tools are -"razercfg", a commandline tool; and "qrazercfg", a Qt based graphical device -configuration tool. -</longdescription> -<maintainer type="person"> - <email>kaikaikai@yandex.ru</email> - <name>Alexey Korepanov</name> -</maintainer> -<use> - <flag name="pm-utils">Installs the pm-utils hooks for suspend/resume and - requires <pkg>sys-power/pm-utils</pkg></flag> - <flag name="gui">Installs GUI configuration utility and status bar applet. - Requires <pkg>dev-python/PyQt5</pkg></flag> -</use> + <maintainer type="person"> + <email>kaikaikai@yandex.ru</email> + <name>Alexey Korepanov</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <use> + <flag name="pm-utils">Installs the pm-utils hooks for suspend/resume and + requires <pkg>sys-power/pm-utils</pkg></flag> + <flag name="gui">Installs GUI configuration utility and status bar applet. + Requires <pkg>dev-python/PyQt5</pkg></flag> + </use> + <longdescription> + The next generation Razer device configuration tool bringing the Razer gaming + experience to the free OpenSource world. + The tool architecture is based on "razerd", which is a background daemon doing + all of the lowlevel privileged hardware accesses. The user interface tools are + "razercfg", a commandline tool; and "qrazercfg", a Qt based graphical device + configuration tool. + </longdescription> </pkgmetadata> |