diff options
author | 2016-03-16 13:01:41 +0100 | |
---|---|---|
committer | 2016-03-16 13:01:41 +0100 | |
commit | 8aee95d6bfcb713ec6d24685fc05d5717ad1c849 (patch) | |
tree | 4a483618760fbf268560bfcc7111ef59e15e1991 /kde | |
parent | c5363255c8077b1d8dba234cf534eb730394111f (diff) | |
download | ktown-8aee95d6bfcb713ec6d24685fc05d5717ad1c849.tar.gz ktown-8aee95d6bfcb713ec6d24685fc05d5717ad1c849.tar.xz |
Remove patches that were applied to Frameworks 5.20.0.
Diffstat (limited to 'kde')
-rw-r--r-- | kde/patch/kscreenlocker.patch | 2 | ||||
-rw-r--r-- | kde/patch/plasma-framework.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kde/patch/kscreenlocker.patch b/kde/patch/kscreenlocker.patch index e1beada..ea170b8 100644 --- a/kde/patch/kscreenlocker.patch +++ b/kde/patch/kscreenlocker.patch @@ -1,4 +1,4 @@ # KDEBUG #358125, also CVE-2016-2312 (fixed in Plasma 5.5.5): # Dont quit the Greeter when last window closes. -cat $CWD/patch/kscreenlocker/kscreenlocker_CVE-2016-2312.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/kscreenlocker/kscreenlocker_CVE-2016-2312.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/patch/plasma-framework.patch b/kde/patch/plasma-framework.patch index 0fcd59e..c74f454 100644 --- a/kde/patch/plasma-framework.patch +++ b/kde/patch/plasma-framework.patch @@ -1,8 +1,8 @@ # KDE Plasma with KF 5.18 crash, if mouse repeatedly hovers over TaskManager # KDEBUG 357895; fixed in Frameworks 5.20. -cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } # Icons for SNI Qt apps not appearing # KDEBUG 359388; fixed in Frameworks 5.20. -cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_359388.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_359388.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |