upgpkg: mousam-1.4.0-3: hotpatch metainfo

This commit is contained in:
Christian Schendel 2025-10-07 19:36:02 +02:00
parent 9ecbd54961
commit bd63e8ef20
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
3 changed files with 21 additions and 10 deletions

View file

@ -16,19 +16,19 @@
- <screenshot>
- <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2-thunderstorm.png</image>
- <caption>Thunderstorm</caption>
- </screenshot>
- <screenshot>
- <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png</image>
- <caption>Dark mode</caption>
+ <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png</image>
+ <caption>Snowfall - day</caption>
</screenshot>
<screenshot>
- <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png</image>
- <caption>Dark mode</caption>
- <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png</image>
- <caption>Light mode</caption>
+ <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3.png</image>
+ <caption>Clear Sky - night</caption>
</screenshot>
- <screenshot>
- <image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png</image>
- <caption>Light mode</caption>
- </screenshot>
+
</screenshots>
<launchable type="desktop-id">io.github.amit9838.mousam.desktop</launchable>
@ -60,3 +60,14 @@
<release version="1.3.2" date="2024-6-30">
<description translate="no">
<p>What's New</p>
--- a/data/meson.build
+++ b/data/meson.build
@@ -17,7 +17,7 @@
output: 'io.github.amit9838.mousam.appdata.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)