Search Criteria
Package Details: gnome-metronome 1.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gnome-metronome.git (read-only, click to copy) |
---|---|
Package Base: | gnome-metronome |
Description: | Practice music with a regular tempo |
Upstream URL: | https://gitlab.gnome.org/World/metronome |
Licenses: | GPL3 |
Submitter: | dusansimic |
Maintainer: | None |
Last Packager: | dusansimic |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-08-14 16:25 (UTC) |
Last Updated: | 2023-07-20 11:13 (UTC) |
Dependencies (5)
- gstreamer (gstreamer-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- appstream-glib (appstream-glib-gitAUR) (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
- meson (meson-gitAUR) (make)
Latest Comments
dusansimic commented on 2022-03-15 11:20 (UTC)
@twiztedtbone thanks for the comment. I'll reach out to the maintainer and see what's the situation.
twiztedtbone commented on 2022-03-14 22:13 (UTC)
Fails to build due to the required version of libadwaita being hardcoded in the meson.build file as 1.0.0-alpha.2, Arch having a much newer version than that in the repos. I fixed by manually changing the "==" to ">=" for said line in the above file, then re-ran makepkg with the -e flag; everything built and installed fine.
This ought to be fixed upstream rather than with a patch like this, however I'm not sure if he's keeping that hardcoded req in for a good reason or something, as building used to require >= to 1.0 but was actually changed to specify the weird alpha version.