Search Criteria
Package Details: muon-meson-git 0.2.0+13.gdc432474c0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/muon-meson-git.git (read-only, click to copy) |
---|---|
Package Base: | muon-meson-git |
Description: | meson implementation in C |
Upstream URL: | https://sr.ht/~lattis/muon |
Licenses: | GPL3 |
Conflicts: | muon-meson |
Provides: | muon |
Submitter: | fossdd |
Maintainer: | fossdd |
Last Packager: | fossdd |
Votes: | 2 |
Popularity: | 0.009316 |
First Submitted: | 2021-06-12 12:04 (UTC) |
Last Updated: | 2024-10-09 19:11 (UTC) |
Dependencies (9)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libarchive (libarchive-gitAUR)
- pkgconf (pkgconf-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
Required by (1)
- livsdiary-git (requires muon) (make)
Latest Comments
1 2 Next › Last »
fossdd commented on 2024-10-09 19:12 (UTC)
thanks, fixed!
Joel commented on 2024-10-08 04:57 (UTC) (edited on 2024-10-08 04:58 (UTC) by Joel)
Can't build package:
modules/gnome.meson:253:22: error program not found 253 | find_program('gdbus-codegen'), ^__ modules/gnome.meson:253:9: error in function find_program 253 | find_program('gdbus-codegen'), ^____ /x/muon-meson-git/src/muon/tests/project/meson-tests/frameworks/7 gnome/gdbus/meson.build:1:1: error in function 1 | gdbus_src = gnome.gdbus_codegen( ^__ /x/muon-meson-git/src/muon/tests/project/meson-tests/frameworks/7 gnome/meson.build:68:1: error in function subdir 68 | subdir('gdbus')
SpotlightKid commented on 2022-12-24 17:25 (UTC)
Package conflicts with latest
meson
package:1ace commented on 2022-09-21 12:46 (UTC)
@gustafla I was going to report this to the project, but then I saw that the last commit (an hour after your message) was titled "comment out test depending on dependency('boost')" and looking at it (https://git.sr.ht/~lattis/muon/commit/768302c), it sounds like it fixes exactly the issue you were seeing :)
gustafla commented on 2022-09-21 09:40 (UTC)
Having
boost
installed will make thecheck()
(./muon test
) fail on my machine. Try uninstalling boost if you can.1ace commented on 2022-07-26 08:09 (UTC)
@fitri: thanks! added
fitri commented on 2022-07-26 02:22 (UTC)
require
python-yaml
in makedepends to build docs/man1ace commented on 2022-05-18 12:55 (UTC)
@gustafla: ah indeed, we forgot
ninja
in themakedepends
; thanks!As for the
error invalid option: 'meson-docs:prefix=/usr'
error, muon used to have a bug in the way it handled install paths likeprefix
, forcing the user to specify it per-subproject, so that's what we did.A couple of days ago, they fixed that, which made specifying the path in a subproject no longer valid (and no longer needed), so we removed it in 58f82555703e.
Make sure you update the
PKGBUILD
you use (through whatever AUR helper you use) 😉gustafla commented on 2022-05-18 08:10 (UTC)
It seems that this package requires ninja
And there is some other issue too, but I don't recognize what it is that I'm missing:
another commented on 2022-05-16 19:48 (UTC)
After refactoring, prefix is now a global option and can't be set per-subproject.
1 2 Next › Last »