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 29 30 31 32 33 34 35
|
Description: Added AppStream metainfo XML with hardware provide info.
This allow isenkram to propose this package when the relevant hardware is
present.
Author: Petter Reinholdtsen
Forwarded: no
Last-Update: 2024-08-19
---
Index: gkrellm-thinkbat-0.2.2/sk.ksp.people.rasto.gkrellm.thinkbat.metainfo.xml
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ gkrellm-thinkbat-0.2.2/sk.ksp.people.rasto.gkrellm.thinkbat.metainfo.xml 2024-08-19 07:41:03.000248148 +0200
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component>
+ <id>sk.ksp.people.rasto.gkrellm.thinkbat</id>
+ <metadata_license>MIT</metadata_license>
+ <name>gkrellm-thinkbat</name>
+ <summary>ThinkPad laptops battery status indicator for GKrellM</summary>
+ <description>
+ <p>This plugin displays:</p>
+ <ul>
+ <li>power consumption</li>
+ <li>time estimation</li>
+ <li>remaining capacity percentage</li>
+ <li>charging information</li>
+ </ul>
+ <p>tp_smapi kernel module is required as source of information
+ about battery.</p>
+ </description>
+ <url type="homepage">http://people.ksp.sk/~rasto/gkrellm-thinkbat/</url>
+ <provides>
+ <modalias>dmi:*:pn*:pvrThinkPad*:rvn*</modalias>
+ <modalias>lkmodule:tp_smapi</modalias>
+ </provides>
+</component>
|