Skip to content

Commit 9cc1b19

Browse files
committed
fix other issues in system-config-printer.appdata.xml to be completely valid for new format
1 parent 607d273 commit 9cc1b19

2 files changed

Lines changed: 17 additions & 9 deletions

File tree

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
1.5.11 changes
22
--------------
3+
- fix other issues in system-config-printer.appdata.xml to be completely valid
4+
for new format
35
- make the appstream file validate with version >= 0.6 (https://github.com/zdohnal/system-config-printer/issues/97)
46
- fixes for scp-dbus-services (https://github.com/zdohnal/system-config-printer/pull/96)
57
- use ValueError instead of ImportError (https://github.com/zdohnal/system-config-printer/pull/95)

system-config-printer.appdata.xml.in

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop">
3-
<id>system-config-printer.desktop</id>
3+
<id>org.fedoraproject.systemconfigprinter</id>
44
<metadata_license>CC0</metadata_license>
55
<project_license>GPL-2.0+</project_license>
6-
<_name>Print Settings</_name>
7-
<_summary>Configure printer queues</_summary>
6+
<name>Print Settings</name>
7+
<summary>Configure printer queues</summary>
88

99
<description>
10-
<_p>With system-config-printer you can add, edit and delete
10+
<p>With system-config-printer you can add, edit and delete
1111
printer queues. It allows you to choose the connection method and
12-
the printer driver.</_p>
12+
the printer driver.</p>
1313

14-
<_p>For each queue, you can adjust the default page size and other
14+
<p>For each queue, you can adjust the default page size and other
1515
driver options, as well as seeing ink/toner levels and status
16-
messages.</_p>
16+
messages.</p>
1717
</description>
1818

1919
<screenshots>
20-
<screenshot type="default" width="624" height="351">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-mainwindow.png</screenshot>
21-
<screenshot width="752" height="423">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-properties.png</screenshot>
20+
<screenshot type="default">
21+
<caption>Main window</caption>
22+
<image type="source" width="624" height="351">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-mainwindow.png</image>
23+
</screenshot>
24+
<screenshot>
25+
<caption>Printer properties</caption>
26+
<image type="source" width="752" height="423">https://raw.githubusercontent.com/zdohnal/system-config-printer/master/data/screenshot-properties.png</image>
27+
</screenshot>
2228
</screenshots>
2329

2430
<url type="homepage">https://github.com/zdohnal/system-config-printer/</url>

0 commit comments

Comments
 (0)