summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/fix-fontforge-encoding.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-17 23:56:35 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-08-17 23:56:35 -0300
commit57ae0ca35d1b84c3633837d81c01af1b70e1e222 (patch)
tree1f4d1f098111dfb356a5bdfd3f365c3aaa9e712d /libre/texlive-bin/fix-fontforge-encoding.patch
parentdc78326f9e2b15fb4de87b5545b454950db80a43 (diff)
downloadabslibre-57ae0ca35d1b84c3633837d81c01af1b70e1e222.tar.gz
abslibre-57ae0ca35d1b84c3633837d81c01af1b70e1e222.tar.bz2
abslibre-57ae0ca35d1b84c3633837d81c01af1b70e1e222.zip
texlive-bin-2016.41290-6.parabola1: bump to Arch's revision
* remove fix-fontforge-encoding.patch since the upstream source was cleaned up back in 2012 * texlive-bin does not provide pdfjam (the incorrect provide was reported in FS#47902 -> https://bugs.archlinux.org/task/47902) * remove an obsolete comment about zlib
Diffstat (limited to 'libre/texlive-bin/fix-fontforge-encoding.patch')
-rw-r--r--libre/texlive-bin/fix-fontforge-encoding.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/texlive-bin/fix-fontforge-encoding.patch b/libre/texlive-bin/fix-fontforge-encoding.patch
deleted file mode 100644
index 8104b3289..000000000
--- a/libre/texlive-bin/fix-fontforge-encoding.patch
+++ /dev/null
@@ -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 },