diff options
author | 2017-01-27 11:04:38 +0100 | |
---|---|---|
committer | 2017-01-27 11:04:38 +0100 | |
commit | fe30b21d4309710f95f66b8015ea4f38afa76e7d (patch) | |
tree | fac8c8f440c41dc19bc399e574f34a63d13ec9fc | |
parent | 34eaef58d59c97fef278f797f1875e5d39fe0797 (diff) | |
download | ktown-fe30b21d4309710f95f66b8015ea4f38afa76e7d.tar.gz ktown-fe30b21d4309710f95f66b8015ea4f38afa76e7d.tar.xz |
kde-runtime: disable a patch which has been applied upstream.
-rw-r--r-- | kde/patch/kde-runtime.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde/patch/kde-runtime.patch b/kde/patch/kde-runtime.patch index 77716f4..c3b6101 100644 --- a/kde/patch/kde-runtime.patch +++ b/kde/patch/kde-runtime.patch @@ -5,6 +5,6 @@ # Fix compilation against NetworkManager 1.0.6: cat $CWD/patch/kde-runtime/kde-runtime_networkmanager.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } -# Fix compilation against gpgme 1.7+: -cat $CWD/patch/kde-runtime/kde-runtime_gpgme.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +## Fix compilation against gpgme 1.7+: +#cat $CWD/patch/kde-runtime/kde-runtime_gpgme.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } |