Date: Monday, August 15, 2016 @ 21:08:01
  Author: remy
Revision: 273820

Remove fix-fontforge-encoding.patch

The upstream source was cleaned up back in 2012.

Modified:
  texlive-bin/trunk/PKGBUILD
Deleted:
  texlive-bin/trunk/fix-fontforge-encoding.patch

------------------------------+
 PKGBUILD                     |    5 +----
 fix-fontforge-encoding.patch |   12 ------------
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-08-15 20:47:19 UTC (rev 273819)
+++ PKGBUILD    2016-08-15 21:08:01 UTC (rev 273820)
@@ -12,8 +12,7 @@
          'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
          'perl' 'clisp' 'ffcall')
 url='http://tug.org/texlive/'
-source=('fix-fontforge-encoding.patch'
-        
"http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
+source=("http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz";
         "mktexlsr.hook"
         "mktexlsr.script"
         "texlive-updmap.hook"
@@ -29,8 +28,6 @@
 build() {
    cd "$srcdir"
 
-   # this patch removes spurious error message with locale "xx_YY.utf8"
-   #patch -Np0 -i fix-fontforge-encoding.patch
    # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
    sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
    #############################################################

Deleted: fix-fontforge-encoding.patch
===================================================================
--- fix-fontforge-encoding.patch        2016-08-15 20:47:19 UTC (rev 273819)
+++ fix-fontforge-encoding.patch        2016-08-15 21:08:01 UTC (rev 273820)
@@ -1,12 +0,0 @@
---- 
source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c.orig    
   2009-09-30 19:27:00.935039526 +0200
-+++ source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/noprefs.c    
2009-09-30 19:28:04.908364646 +0200
-@@ -495,6 +495,9 @@
-       { "Big5HKSCS", e_big5hkscs },
-       { "Big5-HKSCS", e_big5hkscs },
-       { "UTF-8", e_utf8 },
-+      { "utf-8", e_utf8 },
-+      { "UTF8", e_utf8 },
-+      { "utf8", e_utf8 },
-       { "ISO-10646/UTF-8", e_utf8 },
-       { "ISO_10646/UTF-8", e_utf8 },
-       { "UCS2", e_unicode },

Reply via email to