forked from ports/contrib
wicd: FS#887 1.7.1 -> 1.7.2.4
This commit is contained in:
parent
adce0634f1
commit
0cfb6f0f1c
@ -60,7 +60,7 @@ drwxr-xr-x root/root usr/lib/pm-utils/sleep.d/
|
||||
-rwxrwxr-x root/root usr/lib/pm-utils/sleep.d/55wicd
|
||||
drwxr-xr-x root/root usr/lib/python2.7/
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/wicd-1.7.1-py2.7.egg-info
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/wicd-1.7.2.4-py2.7.egg-info
|
||||
drwxr-xr-x root/root usr/lib/python2.7/site-packages/wicd/
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/wicd/__init__.py (EMPTY)
|
||||
-rw-r--r-- root/root usr/lib/python2.7/site-packages/wicd/__init__.pyc
|
||||
@ -235,7 +235,6 @@ drwxr-xr-x root/root usr/share/wicd/gtk/
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/lib/
|
||||
drwxr-xr-x root/root var/lib/wicd/
|
||||
-rw-rw-r-- root/root var/lib/wicd/WHEREAREMYFILES
|
||||
drwxr-xr-x root/root var/lib/wicd/configurations/
|
||||
-rw-rw-r-- root/root var/lib/wicd/configurations/.empty_on_purpose
|
||||
drwxr-xr-x root/root var/log/
|
||||
|
@ -1,2 +1,2 @@
|
||||
07dc04b148d3326002c12b18da356d8b wicd-1.7.1.tar.bz2
|
||||
c2435ddfdef0b9898852d72a85a45f0f wicd-1.7.2.4.tar.gz
|
||||
837c659a44730d3ccaa1dfa65b942e0c wicd.rc
|
||||
|
18
wicd/Pkgfile
18
wicd/Pkgfile
@ -1,28 +1,30 @@
|
||||
# Description: A wired and wireless network manager.
|
||||
# URL: http://wicd.sourceforge.net/
|
||||
# URL: http://launchpad.net/wicd
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Depends on: dbus-python pygtk
|
||||
|
||||
name=wicd
|
||||
version=1.7.1
|
||||
version=1.7.2.4
|
||||
release=1
|
||||
source=(http://download.sourceforge.net/project/wicd/wicd-stable/$name-$version/$name-$version.tar.bz2
|
||||
source=(http://launchpad.net/wicd/1.7/$version/+download/$name-$version.tar.gz
|
||||
wicd.rc)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
# really don't use NLS
|
||||
rm -r po
|
||||
|
||||
python setup.py configure \
|
||||
--dbus=/usr/etc/dbus-1/system.d \
|
||||
--mandir=/usr/man \
|
||||
--etc=/etc/wicd
|
||||
--etc=/etc/wicd \
|
||||
--no-install-i18n-man \
|
||||
--no-install-docs
|
||||
|
||||
python setup.py install --root=$PKG
|
||||
python -mcompileall $PKG
|
||||
install -m 0744 -D $SRC/wicd.rc $PKG/etc/rc.d/wicd
|
||||
|
||||
rm -r \
|
||||
$PKG/etc/xdg \
|
||||
$PKG/usr/man/nl \
|
||||
$PKG/usr/share/doc
|
||||
rm -r $PKG/etc/xdg
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user