summaryrefslogtreecommitdiff
path: root/libre/texlive-bin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/texlive-bin/PKGBUILD')
-rw-r--r--libre/texlive-bin/PKGBUILD17
1 files changed, 6 insertions, 11 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')