summary refs log tree commit diff
path: root/pkgs/tools/networking/wicd
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-11 07:50:03 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-01-11 07:50:03 +0000
commita16865ce628298049e7645cdc7e12f2ec178aea2 (patch)
treeaf60aa416bab5223a9bdcce6c00a449e394f8a12 /pkgs/tools/networking/wicd
parentd4be60ad250f097bba3d5e24561c8c0d36f103ef (diff)
downloadnixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.tar
nixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.tar.gz
nixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.tar.bz2
nixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.tar.lz
nixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.tar.xz
nixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.tar.zst
nixlib-a16865ce628298049e7645cdc7e12f2ec178aea2.zip
Adding fix for wicd, sent by roconnor to nix-dev.
svn path=/nixpkgs/trunk/; revision=19345
Diffstat (limited to 'pkgs/tools/networking/wicd')
-rw-r--r--pkgs/tools/networking/wicd/no-var-install.patch41
1 files changed, 21 insertions, 20 deletions
diff --git a/pkgs/tools/networking/wicd/no-var-install.patch b/pkgs/tools/networking/wicd/no-var-install.patch
index 6f25ba0172c9..9ab5a0520d92 100644
--- a/pkgs/tools/networking/wicd/no-var-install.patch
+++ b/pkgs/tools/networking/wicd/no-var-install.patch
@@ -1,20 +1,21 @@
-The install tries to create files in /var.  This patch removes those steps.
-
---- wicd-1.6.2.2/setup.py	2009-09-01 11:05:31.000000000 -0400
-+++ wicd-1.6.2.2/setup.py	2009-12-27 21:27:57.000000000 -0500
-@@ -464,7 +464,6 @@
-     data = [
-     (wpath.dbus, ['other/wicd.conf']),
-     (wpath.desktop, ['other/wicd.desktop']),
--    (wpath.log, []), 
-     (wpath.etc, []),
-     (wpath.icons + 'scalable/apps/', ['icons/scalable/wicd-client.svg']),
-     (wpath.icons + '192x192/apps/', ['icons/192px/wicd-client.png']),
-@@ -481,7 +480,6 @@
-     (wpath.images, [('images/' + b) for b in os.listdir('images') if not b.startswith('.')]),
-     (wpath.encryption, [('encryption/templates/' + b) for b in 
-                         os.listdir('encryption/templates') if not b.startswith('.')]),
--    (wpath.networks, []),
-     (wpath.bin, ['scripts/wicd-client', ]), 
-     (wpath.sbin,  ['scripts/wicd', ]),  
-     (wpath.share, ['data/wicd.glade', ]),
+The install tries to create files in /var.  This patch removes those steps.

+

+--- wicd-1.6.2.2/setup.py	2009-09-01 11:05:31.000000000 -0400

++++ wicd-1.6.2.2/setup.py	2009-12-27 21:27:57.000000000 -0500

+@@ -464,8 +464,6 @@

+     data = [

+     (wpath.dbus, ['other/wicd.conf']),

+     (wpath.desktop, ['other/wicd.desktop']),

+-    (wpath.log, []), 

+-    (wpath.etc, []),

+     (wpath.icons + 'scalable/apps/', ['icons/scalable/wicd-client.svg']),

+     (wpath.icons + '192x192/apps/', ['icons/192px/wicd-client.png']),

+     (wpath.icons + '128x128/apps/', ['icons/128px/wicd-client.png']),

+@@ -481,7 +479,6 @@

+     (wpath.images, [('images/' + b) for b in os.listdir('images') if not b.startswith('.')]),

+     (wpath.encryption, [('encryption/templates/' + b) for b in 

+                         os.listdir('encryption/templates') if not b.startswith('.')]),

+-    (wpath.networks, []),

+     (wpath.bin, ['scripts/wicd-client', ]), 

+     (wpath.sbin,  ['scripts/wicd', ]),  

+     (wpath.share, ['data/wicd.glade', ]),