From 80155a73f2db22daad68e926a9a3ed0188287ebf Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 18 May 2016 13:29:16 +0200 Subject: Disable upstream-applied patches. --- kde/patch/kcalc.patch | 2 +- kde/patch/kcoreaddons.patch | 2 +- kde/patch/spectacle.patch | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kde') diff --git a/kde/patch/kcalc.patch b/kde/patch/kcalc.patch index 05bcb89..8cc3873 100644 --- a/kde/patch/kcalc.patch +++ b/kde/patch/kcalc.patch @@ -1,5 +1,5 @@ # Fix issue where kcalc has a zero-sized window and appears not to start, # in combination with Qt 5.6. # Should be fixed after 16.04.0. -cat $CWD/patch/kcalc/kcalc-kdebug_360105.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/kcalc/kcalc-kdebug_360105.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/patch/kcoreaddons.patch b/kde/patch/kcoreaddons.patch index ee8ddde..5cd190c 100644 --- a/kde/patch/kcoreaddons.patch +++ b/kde/patch/kcoreaddons.patch @@ -1,5 +1,5 @@ # KDEBUG #362161 (fixed in Frameworks 5.22.0): # Fixes regression introduced in 9ae6d765b37135bbfe3a8b936e5a88b8a435e424 # Since the rand() was not seeded, the numbers generated were predictable. -cat $CWD/patch/kcoreaddons/kcoreaddons.kdebug_362161.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/kcoreaddons/kcoreaddons.kdebug_362161.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/patch/spectacle.patch b/kde/patch/spectacle.patch index 5971d13..9ab4616 100644 --- a/kde/patch/spectacle.patch +++ b/kde/patch/spectacle.patch @@ -1,7 +1,7 @@ # Fix for broken HiDPI support. # Fixed post Applications 16.04.0: -cat $CWD/patch/spectacle/spectacle_hidpi.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/spectacle/spectacle_hidpi.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } # Fix for broken rectangular image capture on Nvidia GPU (KDEBUG 362241): # Fixed post Applications 16.04.0: -cat $CWD/patch/spectacle/spectacle_rect_capture.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/spectacle/spectacle_rect_capture.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } -- cgit v1.2.3