xorg: Added freetype

This commit is contained in:
Dylan Araps 2019-06-28 00:05:49 +03:00
parent 7ae425ebb7
commit daf164d65a
6 changed files with 17 additions and 3 deletions

9
xorg/freetype/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
CFLAGS="$CFLAGS -DDEFAULT_TT_INTERPRETER_VERSION=TT_INTERPRETER_VERSION_40" \
./configure \
--prefix=/usr \
--enable-freetype-config
make
make DESTDIR="$1" install

1
xorg/freetype/checksums Normal file
View File

@ -0,0 +1 @@
db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d freetype-2.9.1.tar.bz2

1
xorg/freetype/licenses Normal file
View File

@ -0,0 +1 @@
GPL-2.0-or-later

1
xorg/freetype/sources Normal file
View File

@ -0,0 +1 @@
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.9.1.tar.bz2

1
xorg/freetype/version Normal file
View File

@ -0,0 +1 @@
2.9.1 1

View File

@ -1,5 +1,6 @@
freetype make
libX11 make
libdrm make
pixman make
libxkbfile make
libXfont2 make
libdrm make
libxkbfile make
pixman make