mirror of
git://slackware.nl/current.git
synced 2025-01-29 08:36:40 +01:00
64c7dee864
Saint Patrick was a gentleman Who through strategy and stealth Drove all the snakes from Ireland Here's toasting to his health - But not too many toastings Lest you lose yourself, and then, Forget the good Saint Patrick And see all those snakes again. a/eudev-3.2.7-x86_64-3.txz: Rebuilt. Added tqmx86_wdt to watchdog.conf. Thanks to Robby Workman. d/vala-0.44.1-x86_64-1.txz: Upgraded. kde/ktorrent-4.3.1-x86_64-4.txz: Rebuilt. Embed a copy of the GeoIP database since the download link no longer works. l/glibmm-2.58.1-x86_64-1.txz: Upgraded. l/mozilla-nss-3.43-x86_64-1.txz: Upgraded. x/imake-1.0.8-x86_64-1.txz: Upgraded. x/libXdmcp-1.1.3-x86_64-1.txz: Upgraded. x/libXext-1.3.4-x86_64-1.txz: Upgraded. x/libXft-2.3.3-x86_64-1.txz: Upgraded. x/libXmu-1.1.3-x86_64-1.txz: Upgraded. x/libXrandr-1.5.2-x86_64-1.txz: Upgraded. x/libXvMC-1.0.11-x86_64-1.txz: Upgraded. x/libXxf86dga-1.1.5-x86_64-1.txz: Upgraded. x/libxkbfile-1.1.0-x86_64-1.txz: Upgraded. x/makedepend-1.0.6-x86_64-1.txz: Upgraded. x/x11perf-1.6.1-x86_64-1.txz: Upgraded. x/xf86-video-intel-20190301_6afed33b-x86_64-1.txz: Upgraded. x/xf86-video-savage-20190128_8579718-x86_64-1.txz: Upgraded. x/xf86-video-sis-20181217_22d3c79-x86_64-1.txz: Upgraded. x/xtrans-1.4.0-noarch-1.txz: Upgraded. |
||
---|---|---|
.. | ||
luit | ||
pixman | ||
xauth | ||
xcompmgr | ||
xdm | ||
xf86-video-intel | ||
xf86-video-s3virge | ||
xf86-video-tseng | ||
xf86-video-voodoo | ||
xf86-video-xgixp | ||
xinit | ||
xorg-server | ||
xpyb | ||
luit.patch | ||
pixman.patch | ||
README | ||
xauth.patch | ||
xcompmgr.patch | ||
xdm.patch | ||
xf86-video-apm.patch | ||
xf86-video-ark.patch | ||
xf86-video-ast.patch | ||
xf86-video-dummy.patch | ||
xf86-video-glint.patch | ||
xf86-video-i128.patch | ||
xf86-video-intel.patch | ||
xf86-video-nv.patch | ||
xf86-video-s3.patch | ||
xf86-video-s3virge.patch | ||
xf86-video-tga.patch | ||
xf86-video-tseng.patch | ||
xf86-video-voodoo.patch | ||
xf86-video-xgi.patch | ||
xf86-video-xgixp.patch | ||
xinit.patch | ||
xorg-server.patch | ||
xpyb.patch |
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