]> sigrok.org Git - pulseview.git/commitdiff
Fix #859: Add Appdata definition for PulseView
authorStefan Brüns <redacted>
Sun, 28 May 2017 19:31:00 +0000 (21:31 +0200)
committerUwe Hermann <redacted>
Wed, 31 May 2017 21:49:41 +0000 (23:49 +0200)
To be visible in KDE's Discover and GNOME Software,
an appdata definition is required.

Signed-off-by: Stefan Brüns <redacted>
contrib/org.sigrok.PulseView.appdata.xml [new file with mode: 0644]

diff --git a/contrib/org.sigrok.PulseView.appdata.xml b/contrib/org.sigrok.PulseView.appdata.xml
new file mode 100644 (file)
index 0000000..d2a592e
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+  <id>org.sigrok.PulseView.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>GPL-3.0+</project_license>
+  <name>PulseView</name>
+  <summary>Logic analyzer, oscilloscope and MSO GUI</summary>
+  <description>
+    <p>PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok.</p>
+    <p>Features:</p>
+    <ul>
+      <li>Fast O(log N) signal rendering at all zoom levels</li>
+      <li>Protocol decoder support</li>
+      <li>Trace groups support</li>
+    </ul>
+  </description>
+  <url type="homepage">http://sigrok.org/wiki/PulseView</url>
+  <url type="bugtracker">http://sigrok.org/bugzilla/enter_bug.cgi?format=guided&amp;product=PulseView</url>
+  <url type="faq">http://sigrok.org/wiki/FAQ</url>
+  <screenshots>
+    <screenshot type="default">
+      <image>http://sigrok.org/wimg/e/ee/PulseView_I2C_DS1307_Decode.png</image>
+    </screenshot>
+  </screenshots>
+  <project_group>sigrok</project_group>
+  <provides>
+    <binary>pulseview</binary>
+  </provides>
+</component>