Skip to content

Commit 1a70179

Browse files
committed
muon-0.4.0 (untested)
1 parent c1c8df1 commit 1a70179

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

muon/README

+16-19
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,41 @@ muon is an implementation of the meson build system in c99 with minimal
44
dependencies.
55

66
Runtime requirements:
7-
cygwin-3.5.4-1
8-
libarchive13-3.7.5-1
9-
libcurl4-8.10.1-1
7+
cygwin-3.6.0-1
8+
libarchive13-3.7.7-1
9+
libcurl4-8.12.1-1
1010
libpkgconf5-2.3.0-1
1111

1212
Build requirements:
1313
(besides corresponding -devel packages)
14-
binutils-2.43.1-1
14+
binutils-2.44-1
1515
cygport-0.36.9-1
16-
flex-2.6.4-2
1716
gcc-core-12.4.0-3
1817
gcc-g++-12.4.0-3
19-
libarchive-devel-3.7.5-1
20-
libcurl-devel-8.10.1-1
18+
libarchive-devel-3.7.7-1
19+
libcurl-devel-8.12.1-1
2120
libpkgconf-devel-2.3.0-1
22-
meson-1.3.2-1
23-
ninja-1.12.0-1
21+
meson-1.4.2-1
22+
ninja-1.12.1-1
2423

2524
Canonical website:
2625
https://muon.build/
2726

2827
Canonical download:
29-
https://git.sr.ht/~lattis/muon/archive/0.3.0.tar.gz
28+
https://git.sr.ht/~lattis/muon/archive/0.4.0.tar.gz
3029

3130
-------------------------------------------
3231

3332
Build instructions:
34-
1. unpack muon-0.3.0-X-src.tar.xz
33+
1. unpack muon-0.4.0-X-src.tar.xz
3534
2. if you use setup to install this src package,
3635
it will be unpacked under /usr/src automatically
3736
% cd /usr/src
38-
% cygport ./muon-0.3.0-X.cygport all
37+
% cygport ./muon-0.4.0-X.cygport all
3938

4039
This will create:
41-
/usr/src/muon-0.3.0-X-src.tar.xz
42-
/usr/src/muon-0.3.0-X.tar.xz
40+
/usr/src/muon-0.4.0-X-src.tar.xz
41+
/usr/src/muon-0.4.0-X.tar.xz
4342

4443
-------------------------------------------
4544

@@ -53,18 +52,16 @@ Files included in the binary package:
5352
/usr/share/doc/muon/MIT.txt
5453
/usr/share/doc/muon/README.md
5554
/usr/share/doc/muon/Unlicense.txt
56-
/usr/share/doc/muon/contributing.md
57-
/usr/share/doc/muon/differences.md
58-
/usr/share/doc/muon/features.md
59-
/usr/share/doc/muon/release_notes.md
60-
/usr/share/doc/muon/script_modules.md
6155
/usr/share/man/man1/muon.1.gz
6256
/usr/share/man/man5/meson.build.5.gz
6357

6458
------------------
6559

6660
Port Notes:
6761

62+
----- version 0.4.0-1bl1 -----
63+
Version bump.
64+
6865
----- version 0.3.0-1bl1 -----
6966
Version bump.
7067

muon/muon-0.3.0-1bl1.cygport muon/muon-0.4.0-1bl1.cygport

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CYGMESON_ARGS="
1919
"
2020

2121
DOCS="
22-
doc/*.md
2322
LICENSES/*.txt
2423
"
2524

0 commit comments

Comments
 (0)