summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdepim.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch/kdepim.patch')
-rw-r--r--kde/patch/kdepim.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/kde/patch/kdepim.patch b/kde/patch/kdepim.patch
deleted file mode 100644
index 516270d..0000000
--- a/kde/patch/kdepim.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Install the kleopatra headers, or else kopete-cryptography will not build:
-cat $CWD/patch/kdepim/kdepim-4.5.85-install-headers.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix a memleak in kdepim 4.7.1 (fixed just too late to be included in the
-# 4.7.1 tarball)
-#cat $CWD/patch/kdepim/kdepim-4.7.1_memleak.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix a memleak in kdepim 4.8.1
-# (it got included in the tarball _just_ before the release)
-#cat $CWD/patch/kdepim/kdepim-4.8.1_bug_258551.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Build fix for 4.8.80 but does nnot seem to be needed on Slackware:
-#cat $CWD/patch/kdepim/kdepim-4.8.80_x11libs.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-