[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)
Rémy Oudompheng
remy at gemini.archlinux.org
Mon Mar 21 06:35:19 UTC 2022
Date: Monday, March 21, 2022 @ 06:35:19
Author: remy
Revision: 440361
upgpkg: texlive-bin 2021.59745-2
Remove manpages for commands from other packages (FS#59416)
Add ffcall dependency (FS#67190)
Modified:
texlive-bin/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-21 06:33:51 UTC (rev 440360)
+++ PKGBUILD 2022-03-21 06:35:19 UTC (rev 440361)
@@ -3,7 +3,7 @@
pkgname=('texlive-bin' 'libsynctex')
pkgver=2021.59745
-pkgrel=1
+pkgrel=2
license=('GPL')
arch=('x86_64')
makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd'
@@ -379,6 +379,9 @@
${_science_scripts} \
tlmgr; do
! readlink -e "$pkgdir"/usr/bin/$s && rm "$pkgdir"/usr/bin/$s
+ if [[ -f "$pkgdir/usr/share/man/man1/${s%.*}.1" ]]; then
+ rm -vf "$pkgdir/usr/share/man/man1/${s%.*}.1"
+ fi
done
###################################################################
More information about the arch-commits
mailing list