mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 10:25:05 +03:00
undo adding automake everywhere (#2210)
* Revert "fix(xorg/protocol)" This reverts commit2c5953be32
. * Revert "fix(openvpn)" This reverts commitd56ab8d1ef
. * Revert "fix(x11)" This reverts commitc9bf2cd5cd
. * Revert "fix(libmd)[1]" This reverts commitb36124ab90
. * partial revert of `fix(libmd)` * partial revert of `fix(automake)`
This commit is contained in:
parent
2792f48386
commit
04a96fd3d3
5 changed files with 0 additions and 10 deletions
|
@ -22,8 +22,6 @@ build:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
gnu.org/automake: '*' # when did this become self-requiring?
|
|
||||||
gnu.org/texinfo: '*'
|
|
||||||
script: |-
|
script: |-
|
||||||
./configure \
|
./configure \
|
||||||
--build={{ hw.target }} \
|
--build={{ hw.target }} \
|
||||||
|
|
|
@ -9,8 +9,6 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
gnu.org/autoconf: '*'
|
|
||||||
gnu.org/automake: '*'
|
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
crates.io/semverator: '*'
|
crates.io/semverator: '*'
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -31,8 +31,6 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
gnu.org/autoconf: '*'
|
|
||||||
gnu.org/automake: '*'
|
|
||||||
freedesktop.org/pkg-config: ^0.29
|
freedesktop.org/pkg-config: ^0.29
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
|
|
|
@ -16,8 +16,6 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
gnu.org/autoconf: '*'
|
|
||||||
gnu.org/automake: '*'
|
|
||||||
script: |
|
script: |
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="{{prefix}}" \
|
--prefix="{{prefix}}" \
|
||||||
|
|
|
@ -22,8 +22,6 @@ build:
|
||||||
x.org/util-macros: '*'
|
x.org/util-macros: '*'
|
||||||
x.org/xtrans: ^1
|
x.org/xtrans: ^1
|
||||||
gnu.org/sed: '*' # or build fails on macOS
|
gnu.org/sed: '*' # or build fails on macOS
|
||||||
gnu.org/autoconf: '*'
|
|
||||||
gnu.org/automake: '*'
|
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
|
Loading…
Reference in a new issue