mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
be920c06c2
a/kernel-firmware-20241017_8dbcf94-noarch-1.txz: Upgraded. a/kernel-generic-6.11.4-x86_64-1.txz: Upgraded. ap/usbmuxd-20240916_0b1b233-x86_64-1.txz: Upgraded. Fix USB tethering to an iPhone. Thanks to skubik and marav. d/autoconf-archive-2024.10.16-noarch-1.txz: Upgraded. d/kernel-headers-6.11.4-x86-1.txz: Upgraded. d/rust-1.82.0-x86_64-1.txz: Upgraded. k/kernel-source-6.11.4-noarch-1.txz: Upgraded. l/glib2-2.82.2-x86_64-1.txz: Upgraded. l/libunistring-1.3-x86_64-1.txz: Upgraded. l/python-trove-classifiers-2024.10.16-x86_64-1.txz: Upgraded. n/libtirpc-1.3.6-x86_64-1.txz: Upgraded. x/xinit-1.4.2-x86_64-2.txz: Rebuilt. startx: Ensure that xserverauthfile is created and given correct permissions to avoid a startup error message. Thanks to Didier Spaier. xap/mozilla-thunderbird-128.3.2esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/128.3.2esr/releasenotes/ isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt. |
||
---|---|---|
.. | ||
luit | ||
xauth | ||
xcompmgr | ||
xdm | ||
xf86-video-intel | ||
xf86-video-tseng | ||
xf86-video-voodoo | ||
xf86-video-xgixp | ||
xinit | ||
xorg-cf-files | ||
xorg-server | ||
xpyb | ||
luit.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-tga.patch | ||
xf86-video-tseng.patch | ||
xf86-video-voodoo.patch | ||
xf86-video-xgi.patch | ||
xf86-video-xgixp.patch | ||
xinit.patch | ||
xorg-cf-files.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