From bd63e8ef2028dadde8275abed2436cb08135b80c Mon Sep 17 00:00:00 2001 From: Christian Schendel Date: Tue, 7 Oct 2025 19:36:02 +0200 Subject: [PATCH] upgpkg: mousam-1.4.0-3: hotpatch metainfo --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- hotfix.patch | 23 +++++++++++++++++------ 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8730208..8fbe42d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 8629cfc..7ae96a5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: begin-theadventure 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" diff --git a/hotfix.patch b/hotfix.patch index e738dcd..ca73d3e 100644 --- a/hotfix.patch +++ b/hotfix.patch @@ -16,19 +16,19 @@ - - https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2-thunderstorm.png - Thunderstorm +- +- +- https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png +- Dark mode + https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png + Snowfall - day -- https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png -- Dark mode +- https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png +- Light mode + https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3.png + Clear Sky - night -- -- https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png -- Light mode -- + io.github.amit9838.mousam.desktop @@ -60,3 +60,14 @@

What's New

+--- 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)