summaryrefslogtreecommitdiff
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
parentdc78326f9e2b15fb4de87b5545b454950db80a43 (diff)
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
-rw-r--r--libre/texlive-bin/PKGBUILD17
-rw-r--r--libre/texlive-bin/fix-fontforge-encoding.patch12
2 files changed, 6 insertions, 23 deletions
diff --git a/libre/texlive-bin/PKGBUILD b/libre/texlive-bin/PKGBUILD
index 873f5d990..6aa6420ae 100644
--- a/libre/texlive-bin/PKGBUILD
+++ b/libre/texlive-bin/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 273426 2016-08-06 18:30:35Z remy $
+# $Id: PKGBUILD 273846 2016-08-16 05:47:30Z remy $
# Maintainer (Arch): Rémy Oudompheng <remy@archlinux.org>
# Contributor (Arch): francois <francois.archlinux.org>
# Maintainer: Michał Masłowski <mtjm@mtjm.eu>
@@ -6,7 +6,7 @@
pkgname=texlive-bin
pkgver=2016.41290
-pkgrel=5.parabola1
+pkgrel=6.parabola1
license=('GPL')
arch=('i686' 'x86_64' 'armv7h')
makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler=0.46.0'
@@ -14,15 +14,13 @@ makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler=0.46.0'
'icu=57.1' '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"
"texlive-updmap.script"
)
-md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
- '7303361f2d441eb5c962a996fd77e8fa'
+md5sums=('7303361f2d441eb5c962a996fd77e8fa'
'7bc9cef52d3b0c15d2364b7d8658faa6'
'2bbbef810687f4b2804a4b8cb91ce02f'
'c18cbbd000aac60813b1695aa058964f'
@@ -31,8 +29,6 @@ md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
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
#############################################################
@@ -45,7 +41,6 @@ build() {
echo "--> Initial configuration..."
# we use temporary prefix to avoid messing the existing
# $pkgdir/usr/share/texmf tree
- # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
../configure --prefix=/usr -C \
--sysconfdir=/etc \
--datarootdir=/usr/share \
@@ -101,8 +96,8 @@ package() {
'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
'icu=57.1' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
'libsynctex')
- provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
- conflicts=('pdfjam' 'texlive-bin-libre' 'texlive-bin-parabola')
+ provides=('lcdf-typetools' 'kpathsea' 'xindy')
+ conflicts=('texlive-bin-libre' 'texlive-bin-parabola')
replaces=('texlive-bin-libre' 'texlive-bin-parabola')
optdepends=('ed: for texconfig'
'biber: for bibliography processing')
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 },