File: appstream-add-provides-modalias.patch

package info (click to toggle)
wacomtablet 6.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,828 kB
  • sloc: cpp: 15,366; xml: 263; makefile: 5; sh: 4
file content (18 lines) | stat: -rw-r--r-- 702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Add provides/modalias to AppStream metadata
 This will allow programs like Isenkram to detect that wacomtablet
 can be used to manage relevant hardware.
Author: Petter Reinholdtsen <pere@hungry.com>
Forwarded: https://invent.kde.org/plasma/wacomtablet/-/merge_requests/46
Last-Update: 2025-10-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/kcmodule/org.kde.wacomtablet.metainfo.xml
+++ b/src/kcmodule/org.kde.wacomtablet.metainfo.xml
@@ -177,4 +177,7 @@
     <release version="6.5.1" date="2025-10-28"/>
     <release version="6.5.0" date="2025-10-21"/>
   </releases>
+  <provides>
+    <modalias>lkmodule:wacom</modalias>
+  </provides>
 </component>