diff options
author | Eric Hameleers <alien@slackware.com> | 2017-11-20 12:20:19 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-11-20 12:20:19 +0100 |
commit | e777bf7c27aa3b4f2ae6ede92cb137df680e9c08 (patch) | |
tree | 5d08fc2bab1daf187c62af11d63ddb09054a6d2a /kde | |
parent | 6a0128417a17480929d1307eb56c8b1fd5f0b4d5 (diff) | |
download | ktown-e777bf7c27aa3b4f2ae6ede92cb137df680e9c08.tar.gz ktown-e777bf7c27aa3b4f2ae6ede92cb137df680e9c08.tar.xz |
Upstreamed patches can be disabled in the next release
Diffstat (limited to 'kde')
-rw-r--r-- | kde/patch/kde-gtk-config.patch | 3 | ||||
-rw-r--r-- | kde/patch/ktexteditor.patch | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/kde/patch/kde-gtk-config.patch b/kde/patch/kde-gtk-config.patch index f7bd448..a62e649 100644 --- a/kde/patch/kde-gtk-config.patch +++ b/kde/patch/kde-gtk-config.patch @@ -1,3 +1,4 @@ # Make the kde-gtk-config load the current config first: -cat $CWD/patch/kde-gtk-config/kde-gtk-config_loadcurrentsettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Fixed in 5.11.2 +#cat $CWD/patch/kde-gtk-config/kde-gtk-config_loadcurrentsettings.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/patch/ktexteditor.patch b/kde/patch/ktexteditor.patch index 30f1207..a4f0aad 100644 --- a/kde/patch/ktexteditor.patch +++ b/kde/patch/ktexteditor.patch @@ -1,3 +1,3 @@ # Fix indentation for some languages (e.g. Python) in Kate and KDevelop: -cat $CWD/patch/ktexteditor/ktexteditor_fix_indentation.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/ktexteditor/ktexteditor_fix_indentation.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |