diff options
author | 2019-12-22 22:42:25 +0100 | |
---|---|---|
committer | 2019-12-22 22:42:25 +0100 | |
commit | 1e3ed08664e7eb5e8f9ae6cec2143d00d1ec66d2 (patch) | |
tree | 858250d2e209c707747caa8ebb1e9aa1d41eac6a | |
parent | 9e454d612962a59227f7b0648058a6c0747c0b65 (diff) | |
download | ktown-1e3ed08664e7eb5e8f9ae6cec2143d00d1ec66d2.tar.gz ktown-1e3ed08664e7eb5e8f9ae6cec2143d00d1ec66d2.tar.xz |
Disable patch which was applied upstream
-rw-r--r-- | kde/patch/kirigami2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/patch/kirigami2.patch b/kde/patch/kirigami2.patch index 960dd41..4dc70bb 100644 --- a/kde/patch/kirigami2.patch +++ b/kde/patch/kirigami2.patch @@ -1,4 +1,4 @@ # Fix crashes in systemsettings5 when visiting the second icon. # Should be fixed post kirigami2 5.64.0): -cat $CWD/patch/kirigami2/kirigami_iconview_crash.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/kirigami2/kirigami_iconview_crash.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |