Komikku: fix appdata file

This commit is contained in:
icp 2022-10-04 20:26:47 +05:30 committed by Andrew J. Hesford
parent 88b3adc73e
commit 9414171cd8
2 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,39 @@
--- a/data/info.febvre.Komikku.appdata.xml.in
+++ b/data/info.febvre.Komikku.appdata.xml.in
@@ -49,28 +49,28 @@
<screenshots>
<screenshot type="default">
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/library.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/library.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/library-with-categories.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/library-with-categories.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/preferences.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/preferences.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/explorer.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/explorer.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/categories-editor.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/categories-editor.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/card-info.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/card-info.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/card-chapters.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/card-chapters.png</image>
</screenshot>
<screenshot>
- <image>https://gitlab.com/valos/Komikku/raw/master/screenshots/reader.png</image>
+ <image>https://gitlab.com/valos/Komikku/raw/main/screenshots/reader.png</image>
</screenshot>
</screenshots>

View File

@ -1,7 +1,7 @@
# Template file for 'Komikku'
pkgname=Komikku
version=0.40.0
revision=1
revision=2
wrksrc=Komikku-v${version}
build_style=meson
hostmakedepends="gettext glib-devel gobject-introspection pkg-config"