[arch-commits] Commit in wicd/trunk (PKGBUILD)
daniel at archlinux.org
daniel at archlinux.org
Fri Jun 12 17:04:39 UTC 2009
Date: Friday, June 12, 2009 @ 13:04:39
Author: daniel
Revision: 42307
upgpkg: wicd 1.6.0-2
Added new dependency and optdependency
Modified:
wicd/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-12 16:56:17 UTC (rev 42306)
+++ PKGBUILD 2009-06-12 17:04:39 UTC (rev 42307)
@@ -1,17 +1,18 @@
# $Id$
-# Maintainer: Varun Acharya <varun at archlinux.org>
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
# Contributor: Rashif "Don Ray" Rahman <rayrashif at gmail.com>
pkgname=wicd
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="New and alternative wireless/wired network management utility"
arch=('i686' 'x86_64')
url="http://wicd.sourceforge.net/"
license=('GPL2')
-depends=('python' 'dbus-python' 'pygtk' 'dhcpcd' 'wpa_supplicant' 'wireless_tools'
- 'ethtool' 'shared-mime-info')
-optdepends=(hicolor-icon-theme)
+depends=('python' 'dbus-python' 'pygtk' 'dhcpcd' 'wpa_supplicant' 'wireless_tools' 'ethtool' 'shared-mime-info' 'python-urwid')
+optdepends=('hicolor-icon-theme'
+ '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')
conflicts=('wicd-svn')
install=wicd.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
More information about the arch-commits
mailing list