[arch-commits] Commit in wicd/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Mon Feb 6 09:43:42 UTC 2012


    Date: Monday, February 6, 2012 @ 04:43:42
  Author: daniel
Revision: 149204

upgpkg: wicd 1.7.1-2

Fixed FS#28271 - [wicd] remove some deps

Modified:
  wicd/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-06 08:27:47 UTC (rev 149203)
+++ PKGBUILD	2012-02-06 09:43:42 UTC (rev 149204)
@@ -5,31 +5,22 @@
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 arch=(any)
 url="http://wicd.sourceforge.net/"
 license=('GPL2')
 conflicts=('wicd-svn')
 install=wicd.install
 source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz             wicd-daemon
-        wicd.desktop
-        wicd-scripts-execution.patch
-      	deepcopy+python27-fixes.patch
-	net-tools.patch)
+        wicd.desktop)
 makedepends=('python2')
 options=('emptydirs')
 md5sums=('9c5664a0e850cddbe80942eabb10430a'
          'f40e5f59998d0829707a7c9976afa8f8'
-         '326df163a5732d38741371baa4fce9e5'
-         'f4c377a25aa077cb76955124adfcc03f'
-         '1b7ec95efcb8dc0fe48111da19b395b6'
-         '6cfa7abede7e85248c2305481601d68f')
+         '326df163a5732d38741371baa4fce9e5')
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
-  #patch -p0 <$srcdir/wicd-scripts-execution.patch
-  #patch -p1 -i $srcdir/deepcopy+python27-fixes.patch
-  #patch -p0 -i $srcdir/net-tools.patch
 
   find . -type f -exec sed -i 's@#!/usr.*python@#!/usr/bin/python2@' {} \;
   export PYTHON=python2
@@ -44,9 +35,7 @@
   pkgdesc="Wired and wireless network manager for Linux"
   depends=('python2' 'dbus-python' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
            'inetutils' 'net-tools' 'ethtool' 'shared-mime-info' 'python2-urwid' 'pygobject')
-  optdepends=('python-wpactrl:	needed if you want to use the new experimental ioctrl backend'
-      	    'python-iwscan:	needed if you want to use the new experimental ioctrl backend'
-            'wicd-gtk: needed if you want the GTK interface')
+  optdepends=('wicd-gtk: needed if you want the GTK interface')
   backup=('etc/wicd/encryption/templates/active')
   install=wicd.install  
 
@@ -55,7 +44,6 @@
 
   # Add custom rc.d script
   install -Dm755 $srcdir/wicd-daemon $pkgdir/etc/rc.d/wicd
-  #install -Dm644 $srcdir/wicd.desktop $pkgdir/usr/share/applications/wicd.desktop
 
   cd build/lib/wicd
   for i in *.py; do




More information about the arch-commits mailing list