diff options
author | Eric Hameleers <alien@slackware.com> | 2017-10-14 19:42:15 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-10-14 19:42:15 +0200 |
commit | 3c8454c11cd9250a2c3282c3b36ff204072590c1 (patch) | |
tree | 635a640dcbdc898431aae4b86fc43f429bc99766 /kde | |
parent | 44c7d84bbfbc362b459b11d519f68c3e68bc01a3 (diff) | |
download | ktown-3c8454c11cd9250a2c3282c3b36ff204072590c1.tar.gz ktown-3c8454c11cd9250a2c3282c3b36ff204072590c1.tar.xz |
Remove upstreamed patches
Diffstat (limited to 'kde')
-rw-r--r-- | kde/patch/akonadi.patch | 2 | ||||
-rw-r--r-- | kde/patch/kwin.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kde/patch/akonadi.patch b/kde/patch/akonadi.patch index 8d4ee61..ddab2a8 100644 --- a/kde/patch/akonadi.patch +++ b/kde/patch/akonadi.patch @@ -8,5 +8,5 @@ # Temporary fix for non-working Akonadi in combination with mariadb 10.2.8 # (actually this is a bug in qtsql, not in akonadi or mariadb): -cat $CWD/patch/akonadi/akonadi_mariadb_qtsql.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/akonadi/akonadi_mariadb_qtsql.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } diff --git a/kde/patch/kwin.patch b/kde/patch/kwin.patch index 4b6c127..cc5b9e5 100644 --- a/kde/patch/kwin.patch +++ b/kde/patch/kwin.patch @@ -1,6 +1,6 @@ # Trivial patch for testing the CK2 session controller interface # as a replacement for systemd-logind; -cat $CWD/patch/kwin/kwin_replace_logind_with_ck2.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +#cat $CWD/patch/kwin/kwin_replace_logind_with_ck2.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } # Workaround Qt regression no longer delivering events for the root window. # Fixed in kwin 5.10.3. |