replace GNU m4 with Quasar m4 in core, move previous core/core-mod/m4 to community-mod/stable/gnu-m4

This commit is contained in:
Mid Favila 2022-02-04 14:30:02 -04:00
parent 2867093258
commit f55a1300e9
17 changed files with 21 additions and 10 deletions

View File

@ -1,2 +1,2 @@
m4
qm4-git
perl

View File

@ -1 +1 @@
m4 make
qm4-git make

View File

@ -1,2 +1,2 @@
m4
qm4-git
perl

View File

@ -1 +1 @@
m4
qm4-git

View File

@ -1 +1 @@
m4 make
qm4-git make

9
core-mod/core/qm4-git/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
make
make PREFIX="$1/usr" install
# register for alternatives system
mv "$1/usr/bin/qm4" "$1/usr/bin/m4"
mv "$1/usr/share/man/man1/qm4.1" "$1/usr/share/man/man1/m4.1"

View File

@ -0,0 +1 @@
git+https://github.com/ctarbide/qm4

View File

@ -0,0 +1 @@
git 1

View File

@ -13,7 +13,7 @@ libxcb
libxshmfence
linux-headers make
llvm
m4 make
qm4-git make
meson make
pkgconf make
python make

View File

@ -1,6 +1,6 @@
libXau
libxcb
m4 make
qm4-git make
pkgconf make
xcb-util
xcb-util-image

View File

@ -1,4 +1,4 @@
libxcb
m4 make
qm4-git make
pkgconf make
xcb-util make

View File

@ -1,2 +1,2 @@
m4
qm4-git
perl

View File

@ -9,7 +9,7 @@ libXt
libevent
libffi
libvpx
m4 make
qm4-git make
perl make
python2 make
sqlite