slackware-current/source/x/x11/patch
Patrick J Volkerding b3fe11ea2c Tue Apr 20 19:44:02 UTC 2021
ap/slackpkg-15.0.2-noarch-1.txz:  Upgraded.
  Fix break error messages (dive)
  Remove now pointless if/then/else (dive)
  Safer config sourcing (dive)
  files/slackpkg: replace #!/bin/sh with #!/bin/bash (Eugen Wissner)
  Don't create blacklist when running update (dive)
  Add show-changelog & help to non-root commands (dive)
  Improve search blacklisting (dive)
  Fix package duplicate bug (PiterPunk)
  Thanks to Robby Workman.
ap/sqlite-3.35.5-x86_64-1.txz:  Upgraded.
kde/kwin-5.21.4-x86_64-2.txz:  Rebuilt.
  Delay closing Wayland streams. Thanks to LuckyCyborg.
kde/okteta-0.26.6-x86_64-1.txz:  Upgraded.
l/libtiff-4.3.0-x86_64-1.txz:  Upgraded.
n/libgcrypt-1.9.3-x86_64-1.txz:  Upgraded.
n/samba-4.14.3-x86_64-1.txz:  Upgraded.
x/xorg-cf-files-1.0.6-x86_64-6.txz:  Rebuilt.
  Patched to fix an incompatibility introduced by binutils-2.36.
  Thanks to BenCollver.
xap/seamonkey-2.53.7.1-x86_64-1.txz:  Upgraded.
  This update contains security fixes and improvements.
  For more information, see:
    https://www.seamonkey-project.org/releases/seamonkey2.53.7.1
  (* Security fix *)
2021-04-21 08:59:55 +02:00
..
luit Slackware 14.2 2018-05-31 23:31:18 +02:00
pixman Tue Apr 21 02:45:06 UTC 2020 2020-04-21 08:59:53 +02:00
xauth Mon Aug 27 20:27:22 UTC 2018 2018-08-28 09:00:35 +02:00
xcompmgr Mon Mar 25 22:36:26 UTC 2019 2019-03-26 08:59:46 +01:00
xdm Mon Dec 7 21:49:58 UTC 2020 2020-12-08 08:59:51 +01:00
xf86-video-intel Sun Mar 17 20:40:15 UTC 2019 2019-03-18 08:59:45 +01:00
xf86-video-s3virge Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-tseng Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-voodoo Slackware 14.2 2018-05-31 23:31:18 +02:00
xf86-video-xgixp Slackware 14.2 2018-05-31 23:31:18 +02:00
xinit Fri Jun 19 19:59:04 UTC 2020 2020-06-19 22:41:30 +02:00
xorg-cf-files Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
xorg-server Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
xpyb Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
luit.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
pixman.patch Thu Nov 22 05:56:56 UTC 2018 2018-11-22 17:59:46 +01:00
README Slackware 13.37 2018-05-31 22:45:18 +02:00
xauth.patch Mon Aug 27 20:27:22 UTC 2018 2018-08-28 09:00:35 +02:00
xcompmgr.patch Mon Mar 25 22:36:26 UTC 2019 2019-03-26 08:59:46 +01:00
xdm.patch Mon Dec 7 21:49:58 UTC 2020 2020-12-08 08:59:51 +01:00
xf86-video-apm.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-ark.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-ast.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-dummy.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-glint.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-i128.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-intel.patch Sun Mar 17 20:40:15 UTC 2019 2019-03-18 08:59:45 +01:00
xf86-video-nv.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-s3virge.patch Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-tga.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-tseng.patch Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-voodoo.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
xf86-video-xgi.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-xgixp.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
xinit.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
xorg-cf-files.patch Tue Apr 20 19:44:02 UTC 2021 2021-04-21 08:59:55 +02:00
xorg-server.patch Mon Jan 18 13:50:16 UTC 2021 2021-01-19 08:59:50 +01:00
xpyb.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00

IMPORTANT!

To fail/exit a script, use this:

[command that fails] || { touch ${SLACK_X_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