]> git.pld-linux.org Git - packages/wicd.git/blame - install_kde.patch
- fix parsing unicode strings from dbus
[packages/wicd.git] / install_kde.patch
CommitLineData
9cd27542
SS
1# don't require kde4-kdelibs on builders
2--- setup.py.orig 2012-06-13 23:25:44.228006911 +0200
3+++ setup.py 2012-06-13 23:26:32.061153694 +0200
4@@ -238,9 +238,9 @@
5 # If neither kde-config nor kde4-config are not present or
6 # return an error, then we can assume that kde isn't installed
7 # on the user's system
8- self.no_install_kde = True
9+ #self.no_install_kde = False
10 # If the assumption above turns out to be wrong, do this:
11- #pass # use our default
12+ pass # use our default
13
14 self.python = '/usr/bin/python'
15 self.pidfile = '/var/run/wicd/wicd.pid'
This page took 0.028377 seconds and 4 git commands to generate.