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

Christian Hesse eworm at archlinux.org
Wed Jan 11 19:42:32 UTC 2017


    Date: Wednesday, January 11, 2017 @ 19:42:30
  Author: eworm
Revision: 285698

upgpkg: xorg-mkfontdir 1.0.7-5

match Web Open Font Format (*.woff) in hook (FS#52496)

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-11 17:59:46 UTC (rev 285697)
+++ PKGBUILD	2017-01-11 19:42:30 UTC (rev 285698)
@@ -3,7 +3,7 @@
 
 pkgname=xorg-mkfontdir
 pkgver=1.0.7
-pkgrel=4
+pkgrel=5
 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'
-          'f62b04589bbdad9f0ae23631691372abd7b6fe14')
+          '67eaa9c5948ad6ac09464d24246f60b0c6b82f2c')
 
 build() {
   cd "${srcdir}/mkfontdir-${pkgver}"

Modified: xorg-mkfontdir.hook
===================================================================
--- xorg-mkfontdir.hook	2017-01-11 17:59:46 UTC (rev 285697)
+++ xorg-mkfontdir.hook	2017-01-11 19:42:30 UTC (rev 285698)
@@ -10,6 +10,7 @@
 Target = usr/share/fonts/*/*.pfb
 Target = usr/share/fonts/*/*.ttc
 Target = usr/share/fonts/*/*.ttf
+Target = usr/share/fonts/*/*.woff
 
 [Action]
 Description = Creating index of X font files...



More information about the arch-commits mailing list