summaryrefslogtreecommitdiffstats
path: root/kde/patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde/patch')
-rw-r--r--kde/patch/amarok.patch4
-rw-r--r--kde/patch/amarok/amarok_kdebug_320855.patch.gzbin0 -> 797 bytes
-rw-r--r--kde/patch/kde-baseapps.patch5
-rw-r--r--kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gzbin0 -> 917 bytes
-rw-r--r--kde/patch/kde-runtime.patch4
-rw-r--r--kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gzbin0 -> 585 bytes
-rw-r--r--kde/patch/kdelibs.patch8
-rw-r--r--kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gzbin493 -> 0 bytes
-rw-r--r--kde/patch/kdelibs/coding-style-fixes.patch.gzbin0 -> 916 bytes
-rw-r--r--kde/patch/kdelibs/return-application-icons-properly.patch.gzbin0 -> 955 bytes
-rw-r--r--kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gzbin0 -> 572 bytes
-rw-r--r--kde/patch/kdeplasma-addons.patch1
-rw-r--r--kde/patch/korundum.patch1
-rw-r--r--kde/patch/plasma-nm.patch4
-rw-r--r--kde/patch/plasma-nm/plasma-nm-fixes.patch.gzbin0 -> 3437 bytes
-rw-r--r--kde/patch/umbrello.patch5
-rw-r--r--kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gzbin0 -> 255 bytes
17 files changed, 29 insertions, 3 deletions
diff --git a/kde/patch/amarok.patch b/kde/patch/amarok.patch
new file mode 100644
index 0000000..ffc66be
--- /dev/null
+++ b/kde/patch/amarok.patch
@@ -0,0 +1,4 @@
+# Fix a crash in KDE 4.11:
+# See also https://bugs.kde.org/show_bug.cgi?id=320855
+zcat $CWD/patch/amarok/amarok_kdebug_320855.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/amarok/amarok_kdebug_320855.patch.gz b/kde/patch/amarok/amarok_kdebug_320855.patch.gz
new file mode 100644
index 0000000..ba0d690
--- /dev/null
+++ b/kde/patch/amarok/amarok_kdebug_320855.patch.gz
Binary files differ
diff --git a/kde/patch/kde-baseapps.patch b/kde/patch/kde-baseapps.patch
new file mode 100644
index 0000000..de218f2
--- /dev/null
+++ b/kde/patch/kde-baseapps.patch
@@ -0,0 +1,5 @@
+# Fix for bug https://bugs.kde.org/show_bug.cgi?id=327224
+# "Regression: Dolphin doesn't accept URLs containing a kio-slave as parameter"
+# Fixed in KDE 4.11.4.
+#zcat $CWD/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz b/kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz
new file mode 100644
index 0000000..f920cbb
--- /dev/null
+++ b/kde/patch/kde-baseapps/dolphin_kdebug_327224.patch.gz
Binary files differ
diff --git a/kde/patch/kde-runtime.patch b/kde/patch/kde-runtime.patch
new file mode 100644
index 0000000..b0efb11
--- /dev/null
+++ b/kde/patch/kde-runtime.patch
@@ -0,0 +1,4 @@
+# Fix KDE bug 324470 - solved in KDE 4.11.2.
+# - Minimize/maximize by clicking taskbar entries requires double click.
+#zcat $CWD/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz b/kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz
new file mode 100644
index 0000000..99d9296
--- /dev/null
+++ b/kde/patch/kde-runtime/kde-runtime.kdebug324470.diff.gz
Binary files differ
diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch
index 63cfd34..c314b55 100644
--- a/kde/patch/kdelibs.patch
+++ b/kde/patch/kdelibs.patch
@@ -6,7 +6,9 @@ zcat $CWD/patch/kdelibs/kdelibs.docbook.patch.gz | patch -p1 --verbose || { touc
# export SOLID_UPNP=1
zcat $CWD/patch/kdelibs/kdelibs.upnp_conditional.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-## Fix plasma crash noticed exiting KDE, or quitting Amarok:
-# Fixed in KDE 4.10.4:
-#zcat $CWD/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Revert 3 patches which (although they probably follow the FDo spec better),
+# cause incorrect icon overrides:
+zcat $CWD/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+zcat $CWD/patch/kdelibs/coding-style-fixes.patch.gz | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+zcat $CWD/patch/kdelibs/return-application-icons-properly.patch.gz | patch -R -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz b/kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz
deleted file mode 100644
index 1aa1934..0000000
--- a/kde/patch/kdelibs/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff.gz
+++ /dev/null
Binary files differ
diff --git a/kde/patch/kdelibs/coding-style-fixes.patch.gz b/kde/patch/kdelibs/coding-style-fixes.patch.gz
new file mode 100644
index 0000000..0e0ec0f
--- /dev/null
+++ b/kde/patch/kdelibs/coding-style-fixes.patch.gz
Binary files differ
diff --git a/kde/patch/kdelibs/return-application-icons-properly.patch.gz b/kde/patch/kdelibs/return-application-icons-properly.patch.gz
new file mode 100644
index 0000000..76e3d75
--- /dev/null
+++ b/kde/patch/kdelibs/return-application-icons-properly.patch.gz
Binary files differ
diff --git a/kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz b/kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz
new file mode 100644
index 0000000..77d86ba
--- /dev/null
+++ b/kde/patch/kdelibs/return-not-break.-copy-paste-error.patch.gz
Binary files differ
diff --git a/kde/patch/kdeplasma-addons.patch b/kde/patch/kdeplasma-addons.patch
index c262d90..3512d84 100644
--- a/kde/patch/kdeplasma-addons.patch
+++ b/kde/patch/kdeplasma-addons.patch
@@ -1,3 +1,4 @@
# CVE 2013-2120: paste widget "password" generator uses insecure randomness:
+# Fixed in KDE 4.11.
#zcat $CWD/patch/kdeplasma-addons/random_generator_cve-2013-2120.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/korundum.patch b/kde/patch/korundum.patch
index e28217d..900f006 100644
--- a/kde/patch/korundum.patch
+++ b/kde/patch/korundum.patch
@@ -1,4 +1,5 @@
# Build against Ruby 1.9.3.
# See also https://bugs.kde.org/show_bug.cgi?id=287057
+# No longer needed in KDE 4.11.
#zcat $CWD/patch/korundum/korundum_ruby19.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/kde/patch/plasma-nm.patch b/kde/patch/plasma-nm.patch
new file mode 100644
index 0000000..76ce62c
--- /dev/null
+++ b/kde/patch/plasma-nm.patch
@@ -0,0 +1,4 @@
+# Patches that address reported bugs in plasma-nm 0.9.3.1:
+#zcat $CWD/patch/plasma-nm/plasma-nm-fixes.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+
diff --git a/kde/patch/plasma-nm/plasma-nm-fixes.patch.gz b/kde/patch/plasma-nm/plasma-nm-fixes.patch.gz
new file mode 100644
index 0000000..1c67d95
--- /dev/null
+++ b/kde/patch/plasma-nm/plasma-nm-fixes.patch.gz
Binary files differ
diff --git a/kde/patch/umbrello.patch b/kde/patch/umbrello.patch
new file mode 100644
index 0000000..6cfeacc
--- /dev/null
+++ b/kde/patch/umbrello.patch
@@ -0,0 +1,5 @@
+# Fix compilation error (undefined listitem in classifierlistpage.cpp)
+# Fixed post KDE 4.11.4 in
+# http://quickgit.kde.org/?p=umbrello.git&a=commit&h=5f9f6a68716a8aced2c5f962247d9b05b326fcf5
+#zcat $CWD/patch/umbrello/umbrello-4.11.4_listitem.patch.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
diff --git a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz
new file mode 100644
index 0000000..f40ab91
--- /dev/null
+++ b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch.gz
Binary files differ