summaryrefslogtreecommitdiffstats
path: root/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-06-27 19:07:20 +0000
committer Eric Hameleers <alien@slackware.com>2019-06-28 08:59:46 +0200
commit690121316c23986aed1479195d7c2c033995c554 (patch)
treefa1fa0d045d4e662a083fa1ea1719ae2d2f6afa1 /source/t/texlive/dump.unused.internal.libraries.from.sources.sh
parent96e8885d2210ef90772e170bce0f094f6c9a3083 (diff)
downloadcurrent-690121316c23986aed1479195d7c2c033995c554.tar.gz
current-690121316c23986aed1479195d7c2c033995c554.tar.xz
Thu Jun 27 19:07:20 UTC 201920190627190720
ap/vim-8.1.1601-x86_64-1.txz: Upgraded. Built with --disable-canberra. Thanks to Markus Wiesner. l/harfbuzz-2.5.3-x86_64-1.txz: Upgraded. n/nettle-3.5.1-x86_64-1.txz: Upgraded. n/nftables-0.9.1-x86_64-1.txz: Upgraded. t/texlive-2019.190626-x86_64-1.txz: Upgraded. Shared library .so-version bump. Thanks to Johannes Schoepfer. xap/blueman-2.1-x86_64-1.txz: Upgraded. Thanks to Robby Workman. xap/vim-gvim-8.1.1601-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/t/texlive/dump.unused.internal.libraries.from.sources.sh')
-rwxr-xr-xsource/t/texlive/dump.unused.internal.libraries.from.sources.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/t/texlive/dump.unused.internal.libraries.from.sources.sh b/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
index 015b34c5d..9f3c01264 100755
--- a/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
+++ b/source/t/texlive/dump.unused.internal.libraries.from.sources.sh
@@ -5,8 +5,10 @@ VERSION=${VERSION:-$(echo texlive-*source.tar.?z* | rev | cut -f 2 -d - | cut -f
tar xf texlive-${VERSION}-source.tar.xz || exit 1
mv texlive-${VERSION}-source.tar.xz texlive-${VERSION}-source.tar.xz.orig
-( cd texlive-${VERSION}-source/libs && rm -rf cairo freetype2 gd gmp mpfr icu libpng pixman zlib )
+( cd texlive-${VERSION}-source/libs && rm -rf cairo freetype2 gd gmp graphite2 harfbuzz mpfr icu libpng pixman potrace zlib )
( cd texlive-${VERSION}-source/utils && rm -rf asymptote )
+( cd texlive-${VERSION}-source/texk && rm -rf dvisvgm )
+( cd texlive-${VERSION}-source/texk/web2c && rm -rf alephdir )
( cd texlive-${VERSION}-source/texk/texlive && rm -rf w*_wrapper )
tar cf texlive-${VERSION}-source.tar texlive-${VERSION}-source
rm -r texlive-${VERSION}-source