summaryrefslogtreecommitdiffstats
path: root/kde/patch/plasma5-nm.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-07-31 16:13:18 +0200
committer Eric Hameleers <alien@slackware.com>2020-07-31 16:13:18 +0200
commit703149752c6265b36973d2c1f0f5a69721e3128a (patch)
tree7ded0d801771d5705f48ffbfb48f37dd4829439e /kde/patch/plasma5-nm.patch
parentdd005500c624d127321ff3fe14a0c29bfa8d67f7 (diff)
parentcd7ff1719433fbb3b6a8304596be173bc1b91b00 (diff)
downloadktown-master.tar.gz
ktown-master.tar.xz
Merge branch 'elogind'HEADmaster
Diffstat (limited to 'kde/patch/plasma5-nm.patch')
-rw-r--r--kde/patch/plasma5-nm.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/kde/patch/plasma5-nm.patch b/kde/patch/plasma5-nm.patch
deleted file mode 100644
index deb03e5..0000000
--- a/kde/patch/plasma5-nm.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-# Patches that address reported bugs in plasma-nm 0.9.3.1:
-#cat $CWD/patch/plasma-nm/plasma-nm-fixes.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# The plasma-nm-5.2.2 needs a patch to work with the new modemmanager-qt in
-# frameworks 5.9.0. This patch is no longer needed for plasma-nm-5.3.0:
-#cat $CWD/patch/plasma-nm/plasma-nm_modemmanager-qt_api.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Fix compilation against NetworkManager 1.0.6:
-#cat $CWD/patch/plasma-nm/plasma-nm_networkmanager.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-# Password is asked twice when connecting to a new WiFi network,
-# KDEBUG 423093; fixed in Frameworks 5.72 and Plasma 5.20.
-cat $CWD/patch/plasma5-nm/plasma5-nm_KDEBUG_423093.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-