diff --git a/fontconfig/.signature b/fontconfig/.signature index f302a2b45..c1e2862c4 100644 --- a/fontconfig/.signature +++ b/fontconfig/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Zd+ZeLPgind8kiUb4kbppYbvNPcp4rYlHeXjpkiZe4xxZO1uPHB7kHERcZhnYxu3uD3YpDQ2uEYFlKZ90HYmQk= -SHA256 (Pkgfile) = a0109cf72a1342adb2bcd9ca04bfef04649665609a91c574fd2dd5b75ad72811 +RWSE3ohX2g5d/Vqovuga1JWg+CqcWlOMLz65THKk02CX8v8HsDcSti0oYGqaS4PMoPbVzuwnnkIIEfsekmHUQKjT0GwuHrBRaQY= +SHA256 (Pkgfile) = c97b18ac6ed136ce7ef9445120419130333fd44c3870146fe6b0bd8e0da78c29 SHA256 (.footprint) = 113be23e03ee5b6f4b42797ed4b56aad5182af20af1d942a075c2b7aaf6c6b23 SHA256 (fontconfig-2.13.1.tar.bz2) = f655dd2a986d7aa97e052261b36aa67b0a64989496361eca8d604e6414006741 diff --git a/fontconfig/Pkgfile b/fontconfig/Pkgfile index 742ba7412..01d86c433 100644 --- a/fontconfig/Pkgfile +++ b/fontconfig/Pkgfile @@ -1,7 +1,7 @@ # Description: A library for configuring and customizing font access -# URL: https://www.freedesktop.org/wiki/Software/fontconfig/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: freetype expat +# URL: https://www.freedesktop.org/wiki/Software/fontconfig/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: expat freetype name=fontconfig version=2.13.1 @@ -9,23 +9,23 @@ release=1 source=(https://fontconfig.org/release/$name-$version.tar.bz2) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-xmldir=/etc/fonts \ - --with-templatedir=/etc/fonts/conf.avail + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-xmldir=/etc/fonts \ + --with-templatedir=/etc/fonts/conf.avail - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - # Enabling autohinting by default - pushd $PKG/etc/fonts/conf.d - ln -sf /etc/fonts/conf.avail/10-autohint.conf - popd + # Enabling autohinting by default + pushd $PKG/etc/fonts/conf.d + ln -sf /etc/fonts/conf.avail/10-autohint.conf + popd - rm -f $PKG/etc/fonts/conf.d/README - rm -r $PKG/usr/share/doc - rm -r $PKG/usr/share/locale + rm -f $PKG/etc/fonts/conf.d/README + rm -r $PKG/usr/share/doc + rm -r $PKG/usr/share/locale }