Skip to content

Commit 468181c

Browse files
committed
Add AppStream metadata
1 parent 4179aab commit 468181c

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ EXTRA_DIST = $(man_MANS) usbview_icon.svg usbview.desktop \
3131
LICENSES/GPL-2.0-only.txt
3232

3333
desktopdir = $(datadir)/applications
34+
metainfodir = $(datadir)/metainfo
3435
if DESKTOP
3536
desktop_DATA = usbview.desktop
37+
metainfo_DATA = com.kroah.usbview.metainfo.xml
3638
endif
3739

3840
icondir = $(datadir)/icons

com.kroah.usbview.metainfo.xml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>com.kroah.usbview</id>
4+
5+
<name>USBView</name>
6+
<summary>A USB device tree viewer</summary>
7+
8+
<metadata_license>FSFAP</metadata_license>
9+
<project_license>GPL-2.0-only</project_license>
10+
11+
<description>
12+
<p>
13+
USBView is a small application to show what the device tree of the USB bus looks like.
14+
It shows a graphical representation of the devices that are currently plugged in,
15+
showing the topology of the USB bus.
16+
It also displays information on each individual device on the bus.
17+
</p>
18+
</description>
19+
20+
<launchable type="desktop-id">usbview.desktop</launchable>
21+
22+
<content_rating/>
23+
</component>

0 commit comments

Comments
 (0)