Search Criteria
Package Details: muon-meson 0.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/muon-meson.git (read-only, click to copy) |
---|---|
Package Base: | muon-meson |
Description: | meson implementation in C |
Upstream URL: | https://muon.build |
Licenses: | GPL3 |
Provides: | muon |
Submitter: | 1ace |
Maintainer: | aperez |
Last Packager: | 1ace |
Votes: | 4 |
Popularity: | 0.94 |
First Submitted: | 2022-10-11 12:49 (UTC) |
Last Updated: | 2023-05-01 18:47 (UTC) |
Dependencies (7)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- libarchive (libarchive-gitAUR)
- pkgconf (pkgconf-gitAUR)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- scdoc (scdoc-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (check)
Required by (1)
- livsdiary-git (requires muon) (make)
Latest Comments
1ace commented on 2023-05-01 18:47 (UTC)
Hmm, I just tried removing and re-installing the package, and now I get the conflict.
I guess I have to delete this file (and muon doesn't provide an option to avoid downloading & generating meson-docs without removing all the docs)
1ace commented on 2023-05-01 18:35 (UTC)
@wbthomason: I see I missed your message, sorry about that.
I've had both
meson
andmuon-meson
installed locally since I made the muon package, and I've never seen any conflict. That said, now that you've pointed it out, I can see that both packages indeed provide/usr/share/man/man3/meson-reference.3.gz
, but for some reason I don't get any conflict in pacman? Perhaps because the file is identical in both packages?I'm not sure if I should get this package to delete this file though, as users are free to install muon and not meson, in which case the doc would be missing.
1ace commented on 2023-05-01 18:20 (UTC)
@Kandscode: these two deps are needed to build the docs; without these you silently don't get them (see https://git.sr.ht/~lattis/muon#dependencies), so I'll keep them in the package.
Thanks for notifying me that there's been a second release btw! I really wish sr.ht could get a way to get notified when someone pushes a tag :/
Kandscode commented on 2023-05-01 16:28 (UTC)
I found that in version 2.0, it doesn't seem to require
python-yaml
andscdoc
to compile successfully, with no obvious errors reported.wbthomason commented on 2023-01-03 21:03 (UTC)
This package appears to now conflict with
meson
by both providing/usr/share/man/man3/meson-reference.3.gz
.aperez commented on 2022-10-12 23:06 (UTC)
Building in a clean chroot fails, the package is missing
python-yaml
inmakedepends
andgit
incheckdepends
.