Drop unused kde4-kdesudo-support patch

This commit is contained in:
Andrey Bondrov 2017-01-27 00:09:54 +10:00
parent 2ae639c701
commit 33e4727307
2 changed files with 0 additions and 17 deletions

View file

@ -68,7 +68,6 @@ Patch204: 85_rebuild_python_ui.dpatch
Patch206: hplip-photosmart_b9100_support.patch
Patch207: pjl-duplex-binding.dpatch
#hplip-pjl-duplex-binding.patch
Patch208: mga-kde4-kdesudo-support.patch
Patch209: hp-check-groups.dpatch
Patch210: hplip-3.15.11-mga-plasma-delay-startup.patch
# (doktor5000) rediff original debian patch for hplip 3.11.10
@ -434,9 +433,6 @@ sed -i.duplex-constraints \
# https://bugs.launchpad.net/hplip/+bug/244295
%patch207 -p1 -b .hplip-pjl-duplex-binding
# original patch from debian, path to kdesu added for %%_libdir on x86_64
# %patch208 -p1 -b .mga-kde4-kdesudo-support
# https://bugs.launchpad.net/debian/+source/hplip/+bug/530746
%patch209 -p1 -b .hp-check-groups

View file

@ -1,13 +0,0 @@
--- hplip-3.13.10/base/password.py 2013-10-11 09:40:14.000000000 +0000
+++ hplip-3.13.10/base/password.py.tpg 2013-10-19 11:33:59.821243929 +0000
@@ -297,6 +297,10 @@
'''
if utils.which('kdesu'):
AuthType, AuthCmd = 'kdesu', 'kdesu -- %s'
+ elif utils.which('/usr/lib64/kde4/libexec/kdesu'):
+ AuthType, AuthCmd = '/usr/lib64/kde4/libexec/kdesu', 'kdesu -- %s'
+ elif utils.which('/usr/lib/kde4/libexec/kdesu'):
+ AuthType, AuthCmd = '/usr/lib/kde4/libexec/kdesu', 'kdesu -- %s'
elif utils.which('kdesudo'):
AuthType, AuthCmd = 'kdesudo', 'kdesudo -- %s'
elif utils.which('gnomesu'):