]> git.pld-linux.org Git - packages/wicd.git/commitdiff
- added install_kde.patch
authorSzymon Siwek <sls@pld-linux.org>
Wed, 13 Jun 2012 21:29:12 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    install_kde.patch -> 1.1
    wicd.spec -> 1.61

install_kde.patch [new file with mode: 0644]
wicd.spec

diff --git a/install_kde.patch b/install_kde.patch
new file mode 100644 (file)
index 0000000..b4e47c3
--- /dev/null
@@ -0,0 +1,15 @@
+# don't require kde4-kdelibs on builders
+--- setup.py.orig      2012-06-13 23:25:44.228006911 +0200
++++ setup.py   2012-06-13 23:26:32.061153694 +0200
+@@ -238,9 +238,9 @@
+                 # If neither kde-config nor kde4-config are not present or 
+                 # return an error, then we can assume that kde isn't installed
+                 # on the user's system
+-                self.no_install_kde = True
++                #self.no_install_kde = False
+                 # If the assumption above turns out to be wrong, do this:
+-                #pass # use our default
++                pass # use our default
+         self.python = '/usr/bin/python'
+         self.pidfile = '/var/run/wicd/wicd.pid'
index 6d8474b5d563f7b121c86a417c514a0b43fcc2fb..3a6a56918fd07811c18ff26233201e9e5f3ff518 100644 (file)
--- a/wicd.spec
+++ b/wicd.spec
@@ -21,6 +21,7 @@ Source3:      org.%{name}.daemon.service
 Patch0:                %{name}-init_status.patch
 Patch1:                bashism.patch
 Patch2:                %{name}-desktop.patch
+Patch3:                install_kde.patch
 URL:           http://www.wicd.net/
 BuildRequires: gettext-devel
 # /etc/pld-release used to detect platform
@@ -147,6 +148,7 @@ Skrypt wicd dla pm-utils.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p0
 
 mv po/{ar_EG,ar}.po
 rm po/ast.po
This page took 0.066147 seconds and 4 git commands to generate.