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:
parent
2867093258
commit
f55a1300e9
@ -1,2 +1,2 @@
|
|||||||
m4
|
qm4-git
|
||||||
perl
|
perl
|
||||||
|
@ -1 +1 @@
|
|||||||
m4 make
|
qm4-git make
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
m4
|
qm4-git
|
||||||
perl
|
perl
|
||||||
|
@ -1 +1 @@
|
|||||||
m4
|
qm4-git
|
||||||
|
@ -1 +1 @@
|
|||||||
m4 make
|
qm4-git make
|
||||||
|
9
core-mod/core/qm4-git/build
Executable file
9
core-mod/core/qm4-git/build
Executable 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"
|
||||||
|
|
1
core-mod/core/qm4-git/sources
Normal file
1
core-mod/core/qm4-git/sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
git+https://github.com/ctarbide/qm4
|
1
core-mod/core/qm4-git/version
Normal file
1
core-mod/core/qm4-git/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
git 1
|
@ -13,7 +13,7 @@ libxcb
|
|||||||
libxshmfence
|
libxshmfence
|
||||||
linux-headers make
|
linux-headers make
|
||||||
llvm
|
llvm
|
||||||
m4 make
|
qm4-git make
|
||||||
meson make
|
meson make
|
||||||
pkgconf make
|
pkgconf make
|
||||||
python make
|
python make
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
libXau
|
libXau
|
||||||
libxcb
|
libxcb
|
||||||
m4 make
|
qm4-git make
|
||||||
pkgconf make
|
pkgconf make
|
||||||
xcb-util
|
xcb-util
|
||||||
xcb-util-image
|
xcb-util-image
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
libxcb
|
libxcb
|
||||||
m4 make
|
qm4-git make
|
||||||
pkgconf make
|
pkgconf make
|
||||||
xcb-util make
|
xcb-util make
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
m4
|
qm4-git
|
||||||
perl
|
perl
|
||||||
|
@ -9,7 +9,7 @@ libXt
|
|||||||
libevent
|
libevent
|
||||||
libffi
|
libffi
|
||||||
libvpx
|
libvpx
|
||||||
m4 make
|
qm4-git make
|
||||||
perl make
|
perl make
|
||||||
python2 make
|
python2 make
|
||||||
sqlite
|
sqlite
|
||||||
|
Loading…
Reference in New Issue
Block a user