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

Rémy Oudompheng remy at archlinux.org
Mon Jun 13 17:16:33 UTC 2011


    Date: Monday, June 13, 2011 @ 13:16:33
  Author: remy
Revision: 127363

Add missing dependency net-tools, and makedepend python2.

Modified:
  wicd/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-13 15:55:29 UTC (rev 127362)
+++ PKGBUILD	2011-06-13 17:16:33 UTC (rev 127363)
@@ -5,7 +5,7 @@
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
 pkgver=1.7.0
-pkgrel=9
+pkgrel=10
 arch=(any)
 url="http://wicd.sourceforge.net/"
 license=('GPL2')
@@ -16,6 +16,7 @@
         wicd.desktop
         wicd-scripts-execution.patch
       	deepcopy+python27-fixes.patch)
+makedepends=('python2')
 options=('emptydirs')
 md5sums=('003d2e67240989db55934553437ba32a'
          'f40e5f59998d0829707a7c9976afa8f8'
@@ -38,7 +39,8 @@
 
 package_wicd() {
   pkgdesc="Wired and wireless network manager for Linux"
-  depends=('python2' 'dbus-python' 'dhcpcd' 'wpa_supplicant' 'wireless_tools' 'ethtool' 'shared-mime-info' 'python-urwid' 'pygobject')
+  depends=('python2' 'dbus-python' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
+           'net-tools' 'ethtool' 'shared-mime-info' 'python-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')




More information about the arch-commits mailing list