Let appstream screenshot URL point to raw images

This commit is contained in:
Martchus 2022-10-08 23:53:25 +02:00
parent 836f51d6f6
commit 157aec85ea
3 changed files with 8 additions and 7 deletions

View File

@ -5,6 +5,7 @@ set(META_PROJECT_NAME syncthingtray)
set(META_APP_AUTHOR "Martchus")
set(META_APP_AUTHOR_MAIL "martchus@gmx.net")
set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}")
set(META_APP_URL_RAW "https://raw.githubusercontent.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}/master")
set(META_APP_DESCRIPTION "Tray application for Syncthing")
set(META_APP_CATEGORIES "Network;FileTransfer")
set(META_GUI_OPTIONAL false)

View File

@ -12,18 +12,18 @@
<screenshots>
<screenshot type="default">
<caption>Using Breeze theme</caption>
<image>@META_APP_URL@/blob/master/plasmoid/resources/screenshots/plasmoid-1.png</image>
<image>@META_APP_URL_RAW@/plasmoid/resources/screenshots/plasmoid-1.png</image>
</screenshot>
<screenshot>
<caption>Using custom theme</caption>
<image>@META_APP_URL@/blob/master/plasmoid/resources/screenshots/plasmoid-2.png</image>
<image>@META_APP_URL_RAW@/plasmoid/resources/screenshots/plasmoid-2.png</image>
</screenshot>
<screenshot>
<caption>Icon customization</caption>
<image>@META_APP_URL@/blob/master/tray/resources/screenshots/custom-icons.png</image>
<image>@META_APP_URL_RAW@/tray/resources/screenshots/custom-icons.png</image>
</screenshot>
<screenshot>
<caption>Web view, dark theme</caption>
<image>@META_APP_URL@/blob/master/tray/resources/screenshots/webview-dark.png</image>
<image>@META_APP_URL_RAW@/tray/resources/screenshots/webview-dark.png</image>
</screenshot>
</screenshots>

View File

@ -12,14 +12,14 @@
<screenshots>
<screenshot type="default">
<caption>@META_APP_NAME@ under Openbox with Tint2 panel</caption>
<image>@META_APP_URL@/blob/master/tray/resources/screenshots/tint2-dark.png</image>
<image>@META_APP_URL_RAW@/tray/resources/screenshots/tint2-dark.png</image>
</screenshot>
<screenshot>
<caption>Web view, dark theme</caption>
<image>@META_APP_URL@/blob/master/tray/resources/screenshots/webview-dark.png</image>
<image>@META_APP_URL_RAW@/tray/resources/screenshots/webview-dark.png</image>
</screenshot>
<screenshot>
<caption>Settings dialog</caption>
<image>@META_APP_URL@/blob/master/tray/resources/screenshots/settings.png</image>
<image>@META_APP_URL_RAW@/tray/resources/screenshots/settings.png</image>
</screenshot>
</screenshots>