slackware-current/source/kde/pre-install
Patrick J Volkerding 0857ff7f63 Mon Sep 30 21:08:32 UTC 2019
d/llvm-9.0.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
  Thanks to orbea for getting this working and cleaning up the build script.
d/vala-0.46.2-x86_64-1.txz:  Upgraded.
l/imagemagick-6.9.10_67-x86_64-1.txz:  Upgraded.
  Fixed --disable-opencl configure option. Thanks to Markus Wiesner for the
  bug report and to upstream for the quick fix.
n/NetworkManager-1.20.4-x86_64-1.txz:  Upgraded.
n/gnutls-3.6.10-x86_64-1.txz:  Upgraded.
x/freeglut-3.2.1-x86_64-1.txz:  Upgraded.
x/libglvnd-1.1.1-x86_64-2.txz:  Upgraded.
  Reverted to this version since I'm seeing some errors linking with Mesa
  libraries with the newer one. Thanks to nobodino for the bug report.
x/mesa-19.2.0-x86_64-2.txz:  Rebuilt.
  Recompiled against llvm-9.0.0 and libglvnd-1.1.1.
x/xf86-video-vmware-13.3.0-x86_64-3.txz:  Rebuilt.
  Recompiled against llvm-9.0.0.
2019-10-01 08:59:50 +02:00
..
kdewebdev/tidy Mon Sep 30 21:08:32 UTC 2019 2019-10-01 08:59:50 +02:00
amarok.pre-install Slackware 14.1 2018-05-31 22:57:36 +02:00
kdeconnect-kde.pre-install Slackware 14.2 2018-05-31 23:31:18 +02:00
kdewebdev.pre-install Slackware 14.0 2018-05-31 22:51:55 +02:00
README Slackware 14.0 2018-05-31 22:51:55 +02:00

IMPORTANT!

To fail/exit a script, use this:

[command that fails] || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

DO NOT USE THIS:

[command that fails] || exit 1

as it will cause the parent script to exit in the wrong location and possibly
silently skip building some packages.

Thanks,

The Management