Package Details: mousam 1.4.2-1

Git Clone URL: https://aur.archlinux.org/mousam.git (read-only, click to copy)
Package Base: mousam
Description: Weather at a Glance
Upstream URL: https://github.com/amit9838/mousam
Keywords: gtk gtk4 libadwaita meson python weather
Licenses: GPL-3.0-or-later
Submitter: begin-theadventu
Maintainer: begin-theadventu
Last Packager: begin-theadventu
Votes: 11
Popularity: 0.41
First Submitted: 2024-02-10 01:10 (UTC)
Last Updated: 2026-01-20 18:51 (UTC)

Latest Comments

1 2 Next › Last »

begin-theadventu commented on 2025-12-25 15:58 (UTC)

@papakilo https://github.com/amit9838/mousam/blob/v1.4.0/meson.build

papakilo commented on 2025-12-23 08:43 (UTC)

Hi everyone, I installed the latest version 1.4.0, but if I go to Info from the application menu, it says I'm running the older version, 1.3.2. Does this happen to you too? Is it an AUR script or Mousam source code issue?

simona commented on 2024-11-26 17:58 (UTC) (edited on 2024-11-26 17:58 (UTC) by simona)

Internet connection confirmed through socket connection
Gdk-Message: 18:57:17.141: Error 71 (Errore di protocollo) dispatching to Wayland display.
when run. install is ok.

begin-theadventu commented on 2024-11-01 15:29 (UTC)

@torculus Commit hash is used instead of sha256sum, so it doesn't use the latest commit as -git packages do, only the commit of a specific version.

But if you still really wanted me to change it to tar, I could do that.

torculus commented on 2024-10-31 04:21 (UTC)

There are a few major issues with the PKGBUILD 1. Using a commit instead of a release means that this really should be called mousam-git 2. It's skipping the sha256 verification, so there's no way to tell whether your computer is really downloading malware

Fixes: 1. Instead of source=("git+$url.git#commit=$_commit"), do source=("${url}/archive/refs/tags/v$pkgver.tar.gz") 2. Instead of sha256sums=('SKIP'), do sha256sums=('<actually download the file from GitHub and find its sha256 sum and put that here>')

begin-theadventu commented on 2024-05-27 20:26 (UTC)

@yochananmarqos Thank you!

yochananmarqos commented on 2024-05-27 16:21 (UTC)

@begin-theadventu: This is missing dependencies on python-cairo, python-gobject and python-requests.

begin-theadventu commented on 2024-04-05 02:00 (UTC)

@JKMooney Great :)

JKMooney commented on 2024-03-31 14:46 (UTC)

Just revisited, working again :)

Thanks :)

begin-theadventu commented on 2024-02-10 01:10 (UTC)

Works again with v1.0.2!