parent
8fdc5c69aa
commit
fa3976d826
2 changed files with 5 additions and 6 deletions
|
@ -4,12 +4,11 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: gcc
|
image: ghcr.io/void-linux/void-glibc
|
||||||
|
environment:
|
||||||
|
- DEPENDENCIES=bash findutils base-devel libX11-devel libXft-devel harfbuzz-devel libXcursor-devel
|
||||||
commands: |
|
commands: |
|
||||||
apt-get update
|
xbps-install -Syu xbps $${DEPENDENCIES}
|
||||||
apt-get install -y \
|
|
||||||
libx11-dev libxft-dev libfreetype6-dev \
|
|
||||||
libfontconfig1-dev libharfbuzz-dev libxcursor-dev
|
|
||||||
cp -f config.mk Makefile patches.h st-flexipatch/
|
cp -f config.mk Makefile patches.h st-flexipatch/
|
||||||
flexipatch-finalizer/flexipatch-finalizer.sh -r -d st-flexipatch -o st-final
|
flexipatch-finalizer/flexipatch-finalizer.sh -r -d st-flexipatch -o st-final
|
||||||
for patch in patches/*.diff; do
|
for patch in patches/*.diff; do
|
||||||
|
|
|
@ -8,7 +8,7 @@ PREFIX = /usr/local
|
||||||
MANPREFIX = $(PREFIX)/share/man
|
MANPREFIX = $(PREFIX)/share/man
|
||||||
|
|
||||||
X11INC = /usr/include/X11
|
X11INC = /usr/include/X11
|
||||||
X11LIB = /usr/lib/x86_64-linux-gnu
|
X11LIB = /usr/lib
|
||||||
|
|
||||||
PKG_CONFIG = pkg-config
|
PKG_CONFIG = pkg-config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue