freetype: enable freetype-config to unbreak grub

This commit is contained in:
Fredrik Rinnestam 2018-05-05 21:34:31 +02:00
parent f7e71aa7eb
commit aa1a171537
3 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/freetype-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/freetype2/
drwxr-xr-x root/root usr/include/freetype2/freetype/
@ -63,3 +65,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/freetype2.m4
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/freetype-config.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Yc308aODwcAPn1gO9MoadwJmSpHjkL04L9Z3xXubIZ9w0oufFwlub1H+b7FTL0LhqDKaoSviEzbaYgR/EW5FAc=
SHA256 (Pkgfile) = 86cc3e4f4c59fd975218a01f9216138407bb50d6fecdb601765a92b05c39a467
SHA256 (.footprint) = 9e450e330caeb4edda03d403270d47137a72cdeed398c48e5337e1d884a01019
RWSE3ohX2g5d/aV4GoQoPv8X006I75Z+M5xY6jp9SpXt+ZttDl7LdWh6tPy0nzUtjr4XQY2TX0S3mkRLFjmonrXDlxRBS4BNQQY=
SHA256 (Pkgfile) = d958dbb136b9925a071176bb8abe6afea822eb8bbe843aca7c127e24dbafd83d
SHA256 (.footprint) = f28d6c6cd430f2be29b5a5d856cbd76198119f587021ea9b4e2e612c88250402
SHA256 (freetype-2.9.1.tar.bz2) = db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d

View File

@ -5,14 +5,14 @@
name=freetype
version=2.9.1
release=1
release=2
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
build() {
cd freetype-$version
./configure --prefix=/usr \
--with-zlib
--with-zlib --enable-freetype-config # w/o breaks grub2
make
make DESTDIR=$PKG install