Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/m/muon/package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : muon
version : 0.5.0
release : 2
release : 3
source :
- https://muon.build/releases/v0.5.0/muon-v0.5.0.tar.gz : 24aa4d29ed272893f6e6d355b1ec4ef20647438454e88161bdb9defd7c6faf77
homepage : https://muon.build/
Expand All @@ -25,3 +25,4 @@ build : |
%ninja_build
install : |
%ninja_install
%install_license LICENSES/*
15 changes: 10 additions & 5 deletions packages/m/muon/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@
<PartOf>system.devel</PartOf>
<Files>
<Path fileType="executable">/usr/bin/muon</Path>
<Path fileType="man">/usr/share/man/man1/muon.1</Path>
<Path fileType="man">/usr/share/man/man3/meson-reference.3</Path>
<Path fileType="man">/usr/share/man/man5/meson.build.5</Path>
<Path fileType="data">/usr/share/licenses/muon/Apache-2.0.txt</Path>
<Path fileType="data">/usr/share/licenses/muon/GPL-3.0-only.txt</Path>
<Path fileType="data">/usr/share/licenses/muon/MIT.txt</Path>
<Path fileType="data">/usr/share/licenses/muon/Python-2.0.txt</Path>
<Path fileType="data">/usr/share/licenses/muon/Unlicense.txt</Path>
<Path fileType="man">/usr/share/man/man1/muon.1.zst</Path>
<Path fileType="man">/usr/share/man/man3/meson-reference.3.zst</Path>
<Path fileType="man">/usr/share/man/man5/meson.build.5.zst</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2025-08-14</Date>
<Update release="3">
<Date>2026-01-06</Date>
<Version>0.5.0</Version>
<Comment>Packaging update</Comment>
<Name>Robert Gonzalez</Name>
Expand Down