texlive-base: updated dependencies
This commit is contained in:
parent
9d52695238
commit
0dda757b38
4
REPO
4
REPO
@ -111,8 +111,8 @@ f:143eab7e51e903fc6b546bca235e1e7c:xournalpp/Pkgfile
|
||||
f:276fc4ac025642b34588418a6859271f:xournalpp/.footprint
|
||||
f:b4876d82493de47a71ef1562e613539d:texlive-base/README
|
||||
f:85d9a28badf0967c2b3a29aa5a320e4f:texlive-base/tabu.sty.diff
|
||||
f:d573790447b0d472bafaa70b0a0c93ef:texlive-base/.signature
|
||||
f:31c83b1fc5c2a1293605c783e1a887c7:texlive-base/Pkgfile
|
||||
f:5c229e54e78be15a987fa29094f4d33a:texlive-base/.signature
|
||||
f:6192a54e61f9b4047b986dc6f3ee8ac3:texlive-base/Pkgfile
|
||||
f:09d09c81585a0a15de137b5d603cc2a0:texlive-base/post-install
|
||||
f:c5fd27186bf84c64599c977032e060e9:texlive-base/.footprint
|
||||
f:31a381db0a4646854659702628544802:jp2a/.signature
|
||||
|
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxAhf9vl3PjKjScavpb8T9feWuwRI/yJRhhulMPFNfSzx63Rnh5i+21SUJ5FiboTffWpWLlo6mRg2FFxpq0p/xQg=
|
||||
SHA256 (Pkgfile) = 9c1d6e588733615d37e5a8a0393bbfd84b59a5c01567c0458b8d1048277a3add
|
||||
RWTTPlFarK9CxPszslAE3v3zHL7t5NlvP3J7EoSoVgKardOJG75yzFA0upsh0TuOB7FghONILsUA/ZQbBvsSFv+RLXbkmdUHuQg=
|
||||
SHA256 (Pkgfile) = 5a5ba1f806310f96b1f1a34d50ea7bcaded1b8c7cef35b35122106cffd26ac6c
|
||||
SHA256 (.footprint) = 0f3e6439cb8ce84fa9a2a336f28037665752c51bccdfb7e1c1db95650f41b7ad
|
||||
SHA256 (texlive-20220321-source.tar.xz) = 5ffa3485e51eb2c4490496450fc69b9d7bd7cb9e53357d92db4bcd4fd6179b56
|
||||
SHA256 (texi2html-5.0.tar.bz2) = e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: smallish TeX distribution, including luatex support
|
||||
# URL: https://tug.org/texlive/
|
||||
# Maintainer: John McQuah, jmcquah at disroot dot org
|
||||
# Depends on: ghostscript graphite2 icu harfbuzz libgd libmpfr libpaper xorg-libxi zziplib
|
||||
# Depends on: ghostscript graphite2 icu harfbuzz libgd libmpfr paper xorg-libxi zziplib
|
||||
# Nice to have: clisp xorg-libxaw
|
||||
|
||||
name=texlive-base
|
||||
@ -70,13 +70,13 @@ build() {
|
||||
sed -i 's|-lXp ||' texk/xdvik/configure
|
||||
|
||||
# disable xindy if clisp is not available
|
||||
prt-get isinst clisp && PKGMK_XINDY="--enable-xindy --with-clisp-runtime=system" \
|
||||
|| PKGMK_XINDY="--disable-xindy"
|
||||
# prt-get isinst clisp && PKGMK_XINDY="--enable-xindy --with-clisp-runtime=system" || \
|
||||
PKGMK_XINDY="--disable-xindy"
|
||||
|
||||
|
||||
# disable Xdvi if xorg-libxaw is not available
|
||||
prt-get isinst xorg-libxaw && PKGMK_XDVI="--with-x --with-xdvi-x-toolkit=xaw" \
|
||||
|| PKGMK_XDVI="--without-x"
|
||||
prt-get isinst xorg-libxaw && PKGMK_XDVI="--with-x --with-xdvi-x-toolkit=xaw" || \
|
||||
PKGMK_XDVI="--without-x"
|
||||
|
||||
mkdir build
|
||||
cd build
|
||||
|
Loading…
Reference in New Issue
Block a user