slackware-current/source/kde/patch
Patrick J Volkerding cdea680437 Fri Nov 8 23:23:40 UTC 2019
a/hostname-3.23-x86_64-1.txz:  Upgraded.
a/kernel-firmware-20191108_f1100dd-noarch-1.txz:  Upgraded.
ap/mariadb-10.4.10-x86_64-1.txz:  Upgraded.
kde/kdelibs-4.14.38-x86_64-5.txz:  Rebuilt.
  Remove hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2. Thanks to PJ Beers.
kde/kdepim-4.14.10-x86_64-5.txz:  Rebuilt.
  Remove hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2. Thanks to PJ Beers.
kde/kdepimlibs-4.14.10-x86_64-9.txz:  Rebuilt.
  Remove hardcoded TLSv1 allowing TLSv1.1 and TLSv1.2. Thanks to PJ Beers.
l/adwaita-icon-theme-3.34.3-noarch-1.txz:  Upgraded.
testing/packages/rust-1.39.0-x86_64-1.txz:  Upgraded.
2019-11-09 08:59:48 +01:00
..
calligra Mon Mar 18 22:53:51 UTC 2019 2019-03-19 08:59:44 +01:00
k3b Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kate Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kde-runtime Fri Nov 2 01:21:12 UTC 2018 2018-11-02 08:59:43 +01:00
kde-workspace
kdeartwork Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kdeconnect-kde
kdelibs Fri Nov 8 23:23:40 UTC 2019 2019-11-09 08:59:48 +01:00
kdepim Fri Nov 8 23:23:40 UTC 2019 2019-11-09 08:59:48 +01:00
kdepimlibs Fri Nov 8 23:23:40 UTC 2019 2019-11-09 08:59:48 +01:00
kdevelop-pg-qt Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kdewebdev
kgamma Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
konsole Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kopete Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
krdc
kscreen
ktorrent Sun Mar 17 20:40:15 UTC 2019 2019-03-18 08:59:45 +01:00
ktouch
kuser Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
libkscreen
perlqt Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
plasma-nm
print-manager Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
pykde4 Thu Aug 1 21:26:28 UTC 2019 2019-08-02 08:59:46 +02:00
smokeqt Thu Aug 1 21:26:28 UTC 2019 2019-08-02 08:59:46 +02:00
strigi-multimedia
calligra.patch Mon Mar 18 22:53:51 UTC 2019 2019-03-19 08:59:44 +01:00
k3b.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kate.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kde-runtime.patch Fri Nov 2 01:21:12 UTC 2018 2018-11-02 08:59:43 +01:00
kde-workspace.patch
kdeartwork.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kdeconnect-kde.patch
kdelibs.patch Fri Nov 8 23:23:40 UTC 2019 2019-11-09 08:59:48 +01:00
kdepim.patch Fri Nov 8 23:23:40 UTC 2019 2019-11-09 08:59:48 +01:00
kdepimlibs.patch Fri Nov 8 23:23:40 UTC 2019 2019-11-09 08:59:48 +01:00
kdevelop-pg-qt.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kdewebdev.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kgamma.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
konsole.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
kopete.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
krdc.patch
kscreen.patch
ktorrent.patch Sun Mar 17 20:40:15 UTC 2019 2019-03-18 08:59:45 +01:00
ktouch.patch
kuser.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
libkscreen.patch
perlqt.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
plasma-nm.patch
print-manager.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
pykde4.patch Thu Aug 1 21:26:28 UTC 2019 2019-08-02 08:59:46 +02:00
README
smokeqt.patch Thu Aug 1 21:26:28 UTC 2019 2019-08-02 08:59:46 +02:00
strigi-multimedia.patch

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