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

@ -1,7 +1,7 @@
pkgbase = mousam
pkgdesc = Weather at a Glance
pkgver = 1.4.0
pkgrel = 2
pkgrel = 3
url = https://github.com/amit9838/mousam
arch = any
license = GPL-3.0-or-later
@ -21,6 +21,6 @@ pkgbase = mousam
source = mousam-1.4.0::git+https://github.com/amit9838/mousam.git#tag=v1.4.0
source = hotfix.patch
b2sums = ac6226ca955ed74ea7506ac48c353763551bd207f6a4e7d4957b1b14f384a70683364abeb5d60a99bda508219942299c51998d52677f53b5c478d9677e6caf96
b2sums = 6841dd7e7b738feb7fbb6e1006466bc1caf278e8a982e7effc3010a4dab91c6ffdc0e0cfc196682e3d75ec2ea9e809e9aecfd2a5695b13c03ea97b65cc58fa02
b2sums = 7d2da7eb660e948dc5a151f9c1d2008937a07f398bb9c1829a181c79d056e793d7500956702a0667fe64de61234b09e23749be4dfbc0f242eb0cca2bfc4f86f6
pkgname = mousam

View file

@ -2,7 +2,7 @@
# Contributor: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=mousam
pkgver=1.4.0
pkgrel=2
pkgrel=3
pkgdesc="Weather at a Glance"
arch=(any)
url="https://github.com/amit9838/mousam"
@ -33,7 +33,7 @@ source=(
'hotfix.patch'
)
b2sums=('ac6226ca955ed74ea7506ac48c353763551bd207f6a4e7d4957b1b14f384a70683364abeb5d60a99bda508219942299c51998d52677f53b5c478d9677e6caf96'
'6841dd7e7b738feb7fbb6e1006466bc1caf278e8a982e7effc3010a4dab91c6ffdc0e0cfc196682e3d75ec2ea9e809e9aecfd2a5695b13c03ea97b65cc58fa02')
'7d2da7eb660e948dc5a151f9c1d2008937a07f398bb9c1829a181c79d056e793d7500956702a0667fe64de61234b09e23749be4dfbc0f242eb0cca2bfc4f86f6')
prepare() {
cd "$pkgname-$pkgver"

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)