Home / slackware / slackware-14.0 / source / kde / patch
File Name
Size
Date
  • ..
    —
    —
  • amarok
    —
    2012-08-14 19:36:02
    calligra
    —
    2012-08-07 22:42:08
    kde-workspace
    —
    2012-06-21 02:10:32
    kdelibs
    —
    2012-08-07 08:18:03
    kdepim
    —
    2012-08-07 10:09:17
    kdewebdev
    —
    2011-07-28 13:49:30
    korundum
    —
    2012-06-01 07:10:30
    README
    328.00B
    2011-07-28 20:38:59
    amarok.patch
    169.00B
    2012-07-06 12:21:39
    calligra.patch
    198.00B
    2012-08-07 22:42:03
    kde-workspace.patch
    464.00B
    2012-06-21 02:10:54
    kdelibs.patch
    502.00B
    2012-08-07 08:18:13
    kdepim.patch
    225.00B
    2012-08-07 10:09:27
    kdewebdev.patch
    258.00B
    2011-07-31 13:45:14
    korundum.patch
    219.00B
    2012-06-01 14:11:40
README.md

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