From bfc74ec26972e584cae6f4a6c01f69c4f88037b1 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Wed, 18 May 2022 11:15:53 -0400 Subject: [PATCH] texlive-base: s/libpaper/paper in the dependency list --- REPO | 4 ++-- texlive-base/.signature | 4 ++-- texlive-base/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/REPO b/REPO index d74d441..fe76bb1 100644 --- a/REPO +++ b/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:5c229e54e78be15a987fa29094f4d33a:texlive-base/.signature -f:6192a54e61f9b4047b986dc6f3ee8ac3: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 diff --git a/texlive-base/.signature b/texlive-base/.signature index 95d48c2..976945d 100644 --- a/texlive-base/.signature +++ b/texlive-base/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxPszslAE3v3zHL7t5NlvP3J7EoSoVgKardOJG75yzFA0upsh0TuOB7FghONILsUA/ZQbBvsSFv+RLXbkmdUHuQg= -SHA256 (Pkgfile) = 5a5ba1f806310f96b1f1a34d50ea7bcaded1b8c7cef35b35122106cffd26ac6c +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 diff --git a/texlive-base/Pkgfile b/texlive-base/Pkgfile index 2e45169..da8d0af 100644 --- a/texlive-base/Pkgfile +++ b/texlive-base/Pkgfile @@ -70,7 +70,7 @@ 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" || \ + prt-get isinst clisp && PKGMK_XINDY="--enable-xindy --with-clisp-runtime=system" || \ PKGMK_XINDY="--disable-xindy"