[arch-commits] Commit in xorg-mkfontdir/trunk (PKGBUILD xorg-mkfontdir.hook)

Christian Hesse eworm at archlinux.org
Tue Jan 10 15:32:31 UTC 2017


    Date: Tuesday, January 10, 2017 @ 15:32:31
  Author: eworm
Revision: 285632

upgpkg: xorg-mkfontdir 1.0.7-4

add pacman hook target *.ttc (TrueType Collection) (FS#52473)

Modified:
  xorg-mkfontdir/trunk/PKGBUILD
  xorg-mkfontdir/trunk/xorg-mkfontdir.hook

---------------------+
 PKGBUILD            |    4 ++--
 xorg-mkfontdir.hook |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-10 11:17:25 UTC (rev 285631)
+++ PKGBUILD	2017-01-10 15:32:31 UTC (rev 285632)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-mkfontdir
 pkgver=1.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Create an index of X font files in a directory"
 arch=(any)
 url="http://xorg.freedesktop.org/"
@@ -14,7 +14,7 @@
 source=(http://xorg.freedesktop.org/archive/individual/app/mkfontdir-${pkgver}.tar.bz2
         xorg-mkfontdir.hook)
 sha1sums=('3c06dad8a5fbf7362b51fb7d6b1ab805eba40336'
-          'c8f44a0a662521fc83cc1d93b83e000a31f8f064')
+          'f62b04589bbdad9f0ae23631691372abd7b6fe14')
 
 build() {
   cd "${srcdir}/mkfontdir-${pkgver}"

Modified: xorg-mkfontdir.hook
===================================================================
--- xorg-mkfontdir.hook	2017-01-10 11:17:25 UTC (rev 285631)
+++ xorg-mkfontdir.hook	2017-01-10 15:32:31 UTC (rev 285632)
@@ -8,6 +8,7 @@
 Target = usr/share/fonts/*/*.pcf.gz
 Target = usr/share/fonts/*/*.pfa
 Target = usr/share/fonts/*/*.pfb
+Target = usr/share/fonts/*/*.ttc
 Target = usr/share/fonts/*/*.ttf
 
 [Action]



More information about the arch-commits mailing list