forked from ports/compat-32
fontconfig-32: 2.14.1 -> 2.14.2
This commit is contained in:
parent
3bebcbe269
commit
0fee7b2fcf
@ -1,8 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rwxr-xr-x root/root usr/lib32/libfontconfig.la
|
||||
lrwxrwxrwx root/root usr/lib32/libfontconfig.so -> libfontconfig.so.1.12.0
|
||||
lrwxrwxrwx root/root usr/lib32/libfontconfig.so.1 -> libfontconfig.so.1.12.0
|
||||
-rwxr-xr-x root/root usr/lib32/libfontconfig.so.1.12.0
|
||||
lrwxrwxrwx root/root usr/lib32/libfontconfig.so -> libfontconfig.so.1
|
||||
lrwxrwxrwx root/root usr/lib32/libfontconfig.so.1 -> libfontconfig.so.1.13.0
|
||||
-rwxr-xr-x root/root usr/lib32/libfontconfig.so.1.13.0
|
||||
drwxr-xr-x root/root usr/lib32/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib32/pkgconfig/fontconfig.pc
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/compat-32.pub
|
||||
RWSwxGo/zH7eXbarPFaRw5TSjMZE5sRLZmqDIzSwVryaaokOtY4B1vB0vvnbrDxHMP7GNwlBTgA1za1BsYuJ6PbuTkayNeMmCQs=
|
||||
SHA256 (Pkgfile) = f146eb018314f5e74051e235ae858de701839609f8d497744c93619053d2378c
|
||||
SHA256 (.footprint) = 70fd81f9060011cc35e7c1281197d67d963efd3db89b07c4ca60649983757efc
|
||||
SHA256 (fontconfig-2.14.1.tar.xz) = 298e883f6e11d2c5e6d53c8a8394de58d563902cfab934e6be12fb5a5f361ef0
|
||||
RWSwxGo/zH7eXVOLrfaOeFEaVTSbbRTUHk76D8MDNObdX/kSBDOTGfeAtpQMBEeJKKNbg3JvInIMzglDUQv0X8v5Kq9WbWL5TwU=
|
||||
SHA256 (Pkgfile) = f13e04ace363d947eb7245ab34a498919e0cccbc44345c2afee29c486f10618d
|
||||
SHA256 (.footprint) = 6271a4ab0dda6dd950669e16f0396d7dbb0979c22a51c8bd12314f683687268f
|
||||
SHA256 (fontconfig-2.14.2.tar.xz) = dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b
|
||||
|
@ -1,25 +1,28 @@
|
||||
# Description: A library for configuring and customizing font access
|
||||
# URL: https://www.freedesktop.org/wiki/Software/fontconfig/
|
||||
# URL: https://www.freedesktop.org/wiki/Software/fontconfig/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: bzip2-32 expat-32 fontconfig freetype-32 util-linux-32
|
||||
# Depends on: expat-32 fontconfig freetype-32 util-linux-32
|
||||
|
||||
name=fontconfig-32
|
||||
version=2.14.1
|
||||
version=2.14.2
|
||||
release=1
|
||||
source=(https://fontconfig.org/release/fontconfig-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd fontconfig-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
meson setup fontconfig-$version build \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib32 \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-xmldir=/etc/fonts \
|
||||
--with-templatedir=/etc/fonts/conf.avail
|
||||
--buildtype=plain \
|
||||
--wrap-mode=nodownload \
|
||||
-D b_lto=true \
|
||||
-D b_pie=true \
|
||||
-D doc-man=enabled \
|
||||
-D doc=disabled \
|
||||
-D nls=disabled \
|
||||
-D tests=disabled \
|
||||
-D cache-build=disabled
|
||||
meson compile -C build -j ${JOBS:-1}
|
||||
DESTDIR=$PKG meson install -C build
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/{bin,include,share/man,share} $PKG/{etc,var}
|
||||
rm -r $PKG/usr/{bin,include,share} $PKG/etc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user