diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-06-30 22:45:12 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-01 08:59:47 +0200 |
commit | a03aa4238072e964f9613f5fb840121189017ca2 (patch) | |
tree | c7aec1277785c8677d15377635d177099cf73246 /source | |
parent | 5c403a09830d0daa9bd1c5acab747c677497b585 (diff) | |
download | current-a03aa4238072e964f9613f5fb840121189017ca2.tar.gz |
Sun Jun 30 22:45:12 UTC 201920190630224512
d/Cython-0.29.11-x86_64-1.txz: Upgraded.
t/texlive-2019.190626-x86_64-2.txz: Rebuilt.
Patched tabu.sty to fix compiling doxygen.
Thanks to Johannes Schoepfer and nobodino.
x/mesa-19.1.1-x86_64-2.txz: Rebuilt.
Don't build the swr Gallium driver on IA32 - it leads to an illegal
instruction startup crash with CPUs that lack AVX support.
Thanks to Jefferson and Johnson.
xfce/thunar-volman-0.9.3-x86_64-1.txz: Upgraded.
xfce/tumbler-0.2.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r-- | source/t/texlive/patches/tabu.sty.diff | 32 | ||||
-rwxr-xr-x | source/t/texlive/texlive.SlackBuild | 8 | ||||
-rwxr-xr-x | source/x/mesa/mesa.SlackBuild | 12 | ||||
-rw-r--r-- | source/xfce/thunar-volman/thunar-volman.url | 2 | ||||
-rw-r--r-- | source/xfce/tumbler/tumbler.url | 2 |
5 files changed, 51 insertions, 5 deletions
diff --git a/source/t/texlive/patches/tabu.sty.diff b/source/t/texlive/patches/tabu.sty.diff new file mode 100644 index 00000000..8ebe034d --- /dev/null +++ b/source/t/texlive/patches/tabu.sty.diff @@ -0,0 +1,32 @@ +--- ./tabu.sty.orig 2019-01-14 16:10:48.000000000 -0600 ++++ ./tabu.sty 2019-06-30 16:24:01.975474339 -0500 +@@ -57,7 +57,7 @@ + %% + + \NeedsTeXFormat{LaTeX2e} +-\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed)] ++\ProvidesPackage{tabu}[2019/01/11 v2.9 - flexible LaTeX tabulars (FC+tabu-fixed) + intermediate FMi] + \RequirePackage{array}[2008/09/09] + \RequirePackage{varwidth}[2009/03/30] + \AtEndOfPackage{\tabu@AtEnd \let\tabu@AtEnd \@undefined} +@@ -727,6 +727,10 @@ + \tabu@currentgrouptype\expandafter{\the\currentgrouptype}}% + \fi + }% \tabu@init ++%%TABU-FIXED set up \tabu@currentgrouptype ++%FMi cancel for nested arrays ... ++\def\@tabarray{\m@th\def\tabu@currentgrouptype{\currentgrouptype}\@ifnextchar[\@array{\@array[c]}} ++ + \def\tabu@indent{% correction for indentation + \ifdim \parindent>\z@\ifx \linewidth\tabudefaulttarget + \everypar\expandafter{% +@@ -1663,6 +1667,9 @@ + \ifdim \tabu@temp\p@>\z@ \ifdim \tabu@temp\tabucolX<\tabu@target + \tabu@target=\tabu@temp\tabucolX \fi\fi + \setbox\tabu@box \hbox \bgroup ++%%TABU-FIXED add \color@begingroup ++%%FMi not yet understood why this one is also needed ... ++ \color@begingroup + \begin{varwidth}\tabu@target + \let\FV@ListProcessLine \tabu@FV@ListProcessLine % \hbox to natural width... + \narrowragged \arraybackslash \parfillskip \@flushglue diff --git a/source/t/texlive/texlive.SlackBuild b/source/t/texlive/texlive.SlackBuild index e08739e0..03c79d34 100755 --- a/source/t/texlive/texlive.SlackBuild +++ b/source/t/texlive/texlive.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=texlive SOURCEVERSION=${SOURCEVERSION:-20190410} VERSION=${VERSION:-2019.190626} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TMP=${TMP:-/tmp} PKG=$TMP/package-texlive @@ -223,6 +223,12 @@ cat $CWD/README.tlpkg > $PKG/usr/doc/texlive-$VERSION/README.tlpkg # Create some directories to make it clear that they're owned by this package mkdir -p $PKG/usr/share/{texmf-config,texmf-var,texmf-local} +# Use patch for tabu.sty from https://github.com/tabu-fixed/tabu to fix +# breakage when compiling doxygen: +( cd $PKG/usr/share/texmf-dist/tex/latex/tabu + cat $CWD/patches/tabu.sty.diff | patch -p1 --verbose || exit 1 +) || exit 1 + # Add some perl modules, at least one of which is required by updmap mkdir -p $PKG/usr/share/perl5 mv texk/tests/TeXLive $PKG/usr/share/perl5/ diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index eb3a2810..71092146 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -25,13 +25,13 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-1*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Be sure this list is up-to-date: DRI_DRIVERS="i915,i965,r100,r200,nouveau" -GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl,swr,iris" +GALLIUM_DRIVERS="nouveau,r300,r600,svga,radeonsi,swrast,virgl,iris" if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -49,6 +49,14 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi +# Build swr for the following architectures (not for i?x6, as this will cause +# an Illegal Instruction startup failure on many otherwise supported CPUs): +for swr_arch in x86_64 ; do + if [ "$ARCH" = "x86_64" ]; then + GALLIUM_DRIVERS="$GALLIUM_DRIVERS,swr" + fi +done + TMP=${TMP:-/tmp} PKG=$TMP/package-mesa diff --git a/source/xfce/thunar-volman/thunar-volman.url b/source/xfce/thunar-volman/thunar-volman.url index 3da10fe5..504c64cb 100644 --- a/source/xfce/thunar-volman/thunar-volman.url +++ b/source/xfce/thunar-volman/thunar-volman.url @@ -1 +1 @@ -http://archive.xfce.org/src/xfce/thunar-volman/0.9/thunar-volman-0.9.2.tar.bz2 +http://archive.xfce.org/src/xfce/thunar-volman/0.9/thunar-volman-0.9.3.tar.bz2 diff --git a/source/xfce/tumbler/tumbler.url b/source/xfce/tumbler/tumbler.url index 5d4adc7c..ce473925 100644 --- a/source/xfce/tumbler/tumbler.url +++ b/source/xfce/tumbler/tumbler.url @@ -1 +1 @@ -http://archive.xfce.org/src/apps/tumbler/0.2/tumbler-0.2.4.tar.bz2 +http://archive.xfce.org/src/apps/tumbler/0.2/tumbler-0.2.5.tar.bz2 |