forked from ports/contrib
texlive: 20210325 -> 20220321; removed dependency: poppler
This commit is contained in:
parent
33e8d7d6b2
commit
8bb2c856c0
19271
texlive/.footprint
19271
texlive/.footprint
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30R9f/O1EYupdnsh3Bar2fZo8mmWH62A92sVVsfmkfXyMU4uP91wVvD20iBqvDNkIjzEXbOAb9DeVSe5a7z6PAA=
|
||||
SHA256 (Pkgfile) = 8b807c15a76aec822b23fc680a50cfec233c08bfc8ff1252326bac6475de816e
|
||||
SHA256 (.footprint) = 0889c9acbb85f88fe2fa0f5030aeaf2c508f7700ad9ab0b4d875cd7ed0e15c56
|
||||
SHA256 (texlive-20210325-texmf.tar.xz) = ff12d436c23e99fb30aad55924266104356847eb0238c193e839c150d9670f1c
|
||||
SHA256 (texlive-20210325-source.tar.xz) = 7aefd96608d72061970f2d73f275be5648ea8ae815af073016d3106acc0d584b
|
||||
RWSagIOpLGJF33r3xyY9MjLgroiOPADD4uSQgdphvqzQTTkcrB+lQYpdZRz+6ElU8xx9VBj+DQ90chXePA5XNwshCnHKSX5GFgg=
|
||||
SHA256 (Pkgfile) = e288766e457bbb3f3691e270da5e79aca3fa1bf466b7aead03c3359111f123fe
|
||||
SHA256 (.footprint) = 0b2f40aa8dc83860f810313594e527875e242af4250310cdf2a1da6a0b4fc3c7
|
||||
SHA256 (texlive-20220321-texmf.tar.xz) = 372b2b07b1f7d1dd12766cfc7f6656e22c34a5a20d03c1fe80510129361a3f16
|
||||
SHA256 (texlive-20220321-source.tar.xz) = 5ffa3485e51eb2c4490496450fc69b9d7bd7cb9e53357d92db4bcd4fd6179b56
|
||||
SHA256 (texi2html-5.0.tar.bz2) = e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa
|
||||
SHA256 (tabu.sty.diff) = 4811154a91a26752e28ad8e90f198139ab54d724824cff948710295faf37004a
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: TeX distribution for UNIX compatible systems, including luatex and xindy support
|
||||
# URL: https://www.tug.org/tetex/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: clisp ghostscript graphite2 icu harfbuzz libgd libmpfr libpaper poppler xorg-libxaw xorg-libxi zziplib
|
||||
# Depends on: clisp ghostscript graphite2 harfbuzz icu libgd libmpfr xorg-libxaw xorg-libxi zziplib
|
||||
|
||||
name=texlive
|
||||
version=20210325
|
||||
version=20220321
|
||||
release=1
|
||||
source=(ftp://tug.org/historic/systems/texlive/${version:0:4}/$name-$version-texmf.tar.xz
|
||||
ftp://tug.org/historic/systems/texlive/${version:0:4}/$name-$version-source.tar.xz
|
||||
@ -30,7 +30,6 @@ unpack_source() {
|
||||
build() {
|
||||
# remove broken symlinks
|
||||
find $SRC -type l -xtype l -exec rm '{}' \+
|
||||
find $PKG -type l -xtype l -exec rm '{}' \+
|
||||
|
||||
# make ConTeXt work, and remove unused settings
|
||||
sed -i \
|
||||
@ -68,7 +67,7 @@ build() {
|
||||
--with-banner-add=" $(crux)" \
|
||||
--with-clisp-runtime=system \
|
||||
--enable-{dvipdfm-x,gc=system,libtool-hack,luatex,pdftex,pdftex-syncex,shared,makeindexk,tex,texlive,tex-synctex,web2c,xindy} \
|
||||
--with-system-{cairo,freetype2,gd,graphite2,gmp,harfbuzz,icu,libpaper,libpng,mpfr,ncurses,pixman,poppler,potrace,t1lib,zlib,zziplib} \
|
||||
--with-system-{cairo,freetype2,gd,graphite2,gmp,harfbuzz,icu,libpaper,libpng,mpfr,ncurses,pixman,potrace,t1lib,zlib,zziplib} \
|
||||
--with-x \
|
||||
--with-xdvi-x-toolkit=xaw \
|
||||
--disable-{all-pkgs,aleph,native-texlive-build,xetex,xindy-docs,xindy-rules}
|
||||
|
Loading…
x
Reference in New Issue
Block a user