File: 1010-appstream-metainfo.patch

package info (click to toggle)
msi-keyboard 1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: cpp: 244; xml: 17; makefile: 9; sh: 4
file content (28 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (2)
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>