mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:57:14 +08:00
Wicd vs 2.7
This commit is contained in:
parent
4495c73e99
commit
24b80baf4d
@ -11,7 +11,7 @@ pkgdesc="New and alternative wireless/wired network management utility"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://wicd.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
depends=('python' 'dbus-python' 'dhcpcd' 'wpa_supplicant' 'wireless_tools' 'ethtool' 'shared-mime-info' 'python-urwid' 'consolekit' 'pygobject')
|
||||
depends=('python2' 'dbus-python' 'dhcpcd' 'wpa_supplicant' 'wireless_tools' 'ethtool' 'shared-mime-info' 'python-urwid' 'consolekit' 'pygobject')
|
||||
optdepends=('hicolor-icon-theme'
|
||||
'gksu: needed to access some preferences in gtk interface'
|
||||
'notification-daemon: needed if you want notifications'
|
||||
@ -33,9 +33,9 @@ md5sums=('003d2e67240989db55934553437ba32a'
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
patch -p0 <$srcdir/wicd-scripts-execution.patch || return 1
|
||||
python setup.py configure --no-install-init --resume=/usr/share/wicd/scripts/ \
|
||||
python2 setup.py configure --no-install-init --resume=/usr/share/wicd/scripts/ \
|
||||
--suspend=/usr/share/wicd/scripts/ --verbose --no-install-gtk
|
||||
python setup.py install --root=$pkgdir
|
||||
python2 setup.py install --root=$pkgdir
|
||||
|
||||
# Add custom rc.d script
|
||||
install -Dm755 $srcdir/wicd-daemon $pkgdir/etc/rc.d/wicd
|
||||
|
Loading…
Reference in New Issue
Block a user