mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +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. |
||
---|---|---|
.. | ||
calligra | ||
k3b | ||
kate | ||
kde-runtime | ||
kde-workspace | ||
kdeartwork | ||
kdeconnect-kde | ||
kdelibs | ||
kdepim | ||
kdepimlibs | ||
kdevelop-pg-qt | ||
kdewebdev | ||
kgamma | ||
konsole | ||
kopete | ||
krdc | ||
kscreen | ||
ktorrent | ||
ktouch | ||
kuser | ||
libkscreen | ||
perlqt | ||
plasma-nm | ||
print-manager | ||
pykde4 | ||
strigi-multimedia | ||
calligra.patch | ||
k3b.patch | ||
kate.patch | ||
kde-runtime.patch | ||
kde-workspace.patch | ||
kdeartwork.patch | ||
kdeconnect-kde.patch | ||
kdelibs.patch | ||
kdepim.patch | ||
kdepimlibs.patch | ||
kdevelop-pg-qt.patch | ||
kdewebdev.patch | ||
kgamma.patch | ||
konsole.patch | ||
kopete.patch | ||
krdc.patch | ||
kscreen.patch | ||
ktorrent.patch | ||
ktouch.patch | ||
kuser.patch | ||
libkscreen.patch | ||
perlqt.patch | ||
plasma-nm.patch | ||
print-manager.patch | ||
pykde4.patch | ||
README | ||
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