[arch-commits] Commit in wicd/trunk (PKGBUILD)
Eduardo Romero
eduardo at archlinux.org
Mon Nov 24 20:45:04 UTC 2008
Date: Monday, November 24, 2008 @ 15:45:04
Author: eduardo
Revision: 19501
upgpkg: wicd 1.5.4-3
fix bug
Modified:
wicd/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-24 20:13:12 UTC (rev 19500)
+++ PKGBUILD 2008-11-24 20:45:04 UTC (rev 19501)
@@ -4,7 +4,7 @@
pkgname=wicd
pkgver=1.5.4
-pkgrel=2
+pkgrel=3
pkgdesc="New and alternative wireless/wired network management utility"
arch=('i686' 'x86_64')
url="http://wicd.sourceforge.net/"
@@ -32,6 +32,6 @@
install -Dm 755 $i $pkgdir/usr/lib/wicd/$i
done
- # Remove unneeded files
- rm -rf $pkgdir/usr/{share/autostart,lib/wicd/{__init__,gui,misc,networking,wnettools,wpath}.py}
+ # Remove unneeded files, this breaks wicd supposedly
+ #rm -rf $pkgdir/usr/{share/autostart,lib/wicd/{__init__,gui,misc,networking,wnettools,wpath}.py}
}
More information about the arch-commits
mailing list