1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Added AppStream metadata XML listing supported hardware.
The file should be installed in /usr/share/metainfo/, but the current
qmake rules do not seem to install anything so far, so no use modifying
msi-keyboard.pro for this.
Author: Petter Reinholdtsen <pere@debian.org>
Forwarded: no
Last-Update: 2025-01-02
---
--- /dev/null
+++ msi-keyboard-1.1/com.github.bparker06.msi_keyboard.metainfo.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <id>com.github.bparker06.msi_keyboard</id>
+ <metadata_license>MIT</metadata_license>
+ <name>msi-keyboard</name>
+ <summary>command line tool to change MSI steelseries keyboards color setup</summary>
+ <description>
+ <p>This command line tool allows one to change the color setup of
+ MSI steelseries keyboards, found on some MSI laptop. The tool
+ supports changing operational mode of keyboard backlight and
+ changing color and intensity of specific areas.
+ </p>
+ </description>
+ <provides>
+ <modalias>usb:v1770pFF00d*</modalias>
+ </provides>
+</component>
|