File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ EXTRA_DIST = $(man_MANS) usbview_icon.svg usbview.desktop \
31
31
LICENSES/GPL-2.0-only.txt
32
32
33
33
desktopdir = $(datadir ) /applications
34
+ metainfodir = $(datadir ) /metainfo
34
35
if DESKTOP
35
36
desktop_DATA = usbview.desktop
37
+ metainfo_DATA = com.kroah.usbview.metainfo.xml
36
38
endif
37
39
38
40
icondir = $(datadir ) /icons
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments