Merge branch 'appdata_fixes' into 'main'

appdata: Shorten screenshot captions

Closes #7 and #6

See merge request Zwarf/picplanner!2
main v0.2.0
Zwarf 2022-09-05 13:03:51 +00:00
commit 9b23b4b206
2 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -26,15 +26,15 @@
<screenshots>
<screenshot type="default">
<caption>The overview page of PicPlanner</caption>
<caption>Overview with map and some controls</caption>
<image type="source" width="1600" height="900">https://gitlab.com/Zwarf/picplanner/-/raw/main/screenshots/screenshot-large-1.png</image>
</screenshot>
<screenshot>
<caption>The overview page with time and date settings visible</caption>
<caption>Change date and time in the overview</caption>
<image type="source" width="1600" height="900">https://gitlab.com/Zwarf/picplanner/-/raw/main/screenshots/screenshot-large-2.png</image>
</screenshot>
<screenshot>
<caption>The overview page with the basic information visible</caption>
<caption>Information about celestial bodies</caption>
<image type="source" width="1600" height="900">https://gitlab.com/Zwarf/picplanner/-/raw/main/screenshots/screenshot-large-3.png</image>
</screenshot>
<screenshot>

Wyświetl plik

@ -15,11 +15,11 @@ if desktop_utils.found()
endif
appstream_file = i18n.merge_file(
input: 'de.zwarf.picplanner.appdata.xml.in',
output: 'de.zwarf.picplanner.appdata.xml',
input: 'de.zwarf.picplanner.metainfo.xml.in',
output: 'de.zwarf.picplanner.metainfo.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'appdata')
install_dir: join_paths(get_option('datadir'), 'metainfo')
)
appstream_util = find_program('appstream-util', required: false)