mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
de0e3f0d86
commit
36d91ca956
|
@ -21,24 +21,25 @@ build:
|
|||
python.org: ^3.11
|
||||
x.org/protocol/xcb: ^1
|
||||
gnu.org/patch: '*'
|
||||
script: |
|
||||
patch -p1 <props/configure.patch
|
||||
./configure $ARGS
|
||||
make --jobs {{ hw.concurrency }} install
|
||||
script:
|
||||
- run: patch -p1 <props/configure.patch
|
||||
if: <1.16
|
||||
- ./configure $ARGS
|
||||
- make --jobs {{ hw.concurrency }} install
|
||||
env:
|
||||
SHELF: ${{tea.prefix}}/x.org
|
||||
ARGS:
|
||||
- --prefix="{{prefix}}"
|
||||
- --sysconfdir="$SHELF"/etc
|
||||
- --localstatedir="$SHELF"/var
|
||||
- --enable-dri3
|
||||
- --enable-ge
|
||||
- --enable-xevie
|
||||
- --enable-xprint
|
||||
- --enable-selinux
|
||||
- --disable-silent-rules
|
||||
- --enable-devel-docs=no
|
||||
- --with-doxygen=no
|
||||
- --prefix="{{prefix}}"
|
||||
- --sysconfdir="$SHELF"/etc
|
||||
- --localstatedir="$SHELF"/var
|
||||
- --enable-dri3
|
||||
- --enable-ge
|
||||
- --enable-xevie
|
||||
- --enable-xprint
|
||||
- --enable-selinux
|
||||
- --disable-silent-rules
|
||||
- --enable-devel-docs=no
|
||||
- --with-doxygen=no
|
||||
|
||||
test:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue