From b0b5e21a5c48b6227f724ccdac0ae2142a49a886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sun, 25 Jul 2021 00:21:14 -0300 Subject: [PATCH] texlive: rebuild for libpoppler-21.07.0. Also fix do_patch for move to -Np1 for LuaJIT patches. --- srcpkgs/texlive/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template index b9a19c12a34..253dd32a411 100644 --- a/srcpkgs/texlive/template +++ b/srcpkgs/texlive/template @@ -1,7 +1,7 @@ # Template file for 'texlive' pkgname=texlive version=20200406 -revision=8 +revision=9 wrksrc="texlive-${version}-source" build_wrksrc="build" build_style=gnu-configure @@ -150,7 +150,7 @@ post_patch() { # This patch breaks the build if [ "$(basename ${i})" != "get-rid-of-luajit-version-sym.patch" ] ; then msg_normal "patching: $(basename ${i})\n" - patch -sNp0 -i ${i} + patch -sNp1 -i ${i} fi done @@ -166,7 +166,7 @@ post_patch() { for i in ${XBPS_SRCPKGDIR}/LuaJIT/files/patches/${patchdir}/*.patch ; do msg_normal "patching: $(basename ${i})\n" - patch -sNp0 -i ${i} + patch -sNp1 -i ${i} done popd