commit 9a0c769
hovercats
·
2024-04-15 17:12:49 +0000 UTC
parent ab4e1a5
meson: 1.4.0 | use setup.py for now, untill we can figure out why it doesnt work without it..
4 files changed,
+9,
-18
+6,
-15
1@@ -1,18 +1,9 @@
2 #!/bin/sh -e
3
4-python packaging/create_zipapp.py \
5- --outfile meson \
6- --compress
7+python setup.py build
8+python setup.py install \
9+ --root="$1" \
10+ --optimize=1 \
11+ --skip-build
12
13-chmod 755 meson
14-chmod 655 man/meson.1
15-
16-mkdir -p \
17- "$1/usr/bin" \
18- "$1/usr/share/man/man1"
19-
20-cp -f meson "$1/usr/bin"
21-cp -f man/meson.1 "$1/usr/share/man/man1"
22-
23-# Compress manpages
24-find "$1/usr/share/man" -type f | xargs gzip -n -9
25+rm -rf "$1/usr/share/polkit-1"
+1,
-1
1@@ -1 +1 @@
2-18c84ea9485a1d0b48a5c7d007fa849bfcefbd644717b7f9aae2cff4a044c6dcb8
3+80cff84cdac10c47b78b2fceeca1022a96b46bd8f36dc4238f600d84d140fc3896
+1,
-1
1@@ -1 +1 @@
2-https://github.com/mesonbuild/meson/archive/1.3.1.tar.gz
3+https://github.com/mesonbuild/meson/archive/1.4.0.tar.gz
+1,
-1
1@@ -1 +1 @@
2-1.3.1 1
3+1.4.0 2