mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/texlive-bin to 2012.0-7
This commit is contained in:
parent
e37cdd8d55
commit
fe17d566f6
1 changed files with 4 additions and 3 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
pkgname=texlive-bin
|
||||
pkgver=2012.0
|
||||
pkgrel=5
|
||||
pkgrel=7
|
||||
pkgdesc="TeX Live binaries"
|
||||
license=('GPL')
|
||||
arch=('i686' 'x86_64')
|
||||
depends=('t1lib' 'gd' 'poppler' 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2')
|
||||
depends=('t1lib' 'gd' 'poppler>=0.22.0' 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2')
|
||||
makedepends=('perl' 'ffcall')
|
||||
optdepends=('ed: for texconfig')
|
||||
provides=('lcdf-typetools' 'kpathsea' 'pdfjam')
|
||||
|
@ -51,12 +51,13 @@ md5sums=('220a4f4cc0d915bf8fcbcb553dcee1ae'
|
|||
'5190f3295eb9a604c5f17f5bd607299b')
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
|
||||
if [ "${CARCH}" = "armv6h" -o "${CARCH}" = "armv7h" ]; then
|
||||
export CFLAGS="${CFLAGS} -fPIC"
|
||||
export CXXFLAGS="${CXXFLAGS} -fPIC"
|
||||
fi
|
||||
|
||||
cd "$srcdir"
|
||||
# this patch removes spurious error message with locale "xx_YY.utf8"
|
||||
patch -Np0 -i fix-fontforge-encoding.patch
|
||||
# fix build with poppler >= 0.20
|
||||
|
|
Loading…
Reference in a new issue