Compare commits

...

2 Commits

3 changed files with 9 additions and 9 deletions

4
REPO
View File

@ -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:ffc237fd4331e66734317f5a1cd95d64:texlive-base/.signature
f:6a9f298f19c00190c17c1ff6d1c60346:texlive-base/Pkgfile
f:09d09c81585a0a15de137b5d603cc2a0:texlive-base/post-install
f:c5fd27186bf84c64599c977032e060e9:texlive-base/.footprint
f:31a381db0a4646854659702628544802:jp2a/.signature

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxAhf9vl3PjKjScavpb8T9feWuwRI/yJRhhulMPFNfSzx63Rnh5i+21SUJ5FiboTffWpWLlo6mRg2FFxpq0p/xQg=
SHA256 (Pkgfile) = 9c1d6e588733615d37e5a8a0393bbfd84b59a5c01567c0458b8d1048277a3add
RWTTPlFarK9CxJ/o59+djLXx/LznnLXJJTMwR7zqE7Xsg0z/sSygJYWazOLOPiugAu+IMzFGh/+5+fPh0hvpRZ99bTwZZ4bs/wg=
SHA256 (Pkgfile) = 0c8a708f82089e5f31cb4bd6efd348ce21959867257a5076fa2c31a92470a97c
SHA256 (.footprint) = 0f3e6439cb8ce84fa9a2a336f28037665752c51bccdfb7e1c1db95650f41b7ad
SHA256 (texlive-20220321-source.tar.xz) = 5ffa3485e51eb2c4490496450fc69b9d7bd7cb9e53357d92db4bcd4fd6179b56
SHA256 (texi2html-5.0.tar.bz2) = e8a98b0ee20c495a6ab894398a065ef580272dbd5a15b1b19e8bd1bc89d9f9fa

View File

@ -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