65 lines
1.9 KiB
Text
65 lines
1.9 KiB
Text
# Template file for 'wicd'
|
|
pkgname=wicd
|
|
version=1.7.3
|
|
revision=3
|
|
noarch=yes
|
|
build_options="systemd"
|
|
hostmakedepends="python python-setuptools python-Babel"
|
|
depends="dbus-glib dhcpcd ethtool net-tools python-dbus python-gobject2 python-urwid
|
|
rfkill wireless_tools wpa_supplicant"
|
|
pycompile_module="wicd"
|
|
pycompile_dirs="usr/lib/wicd usr/share/wicd"
|
|
conf_files="
|
|
/etc/dbus-1/system.d/wicd.conf
|
|
/etc/wicd/encryption/templates/active"
|
|
short_desc="Open source wired and wireless network manager"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://wicd.sourceforge.net"
|
|
license="GPL-2"
|
|
distfiles="http://launchpad.net/wicd/1.7/${version}/+download/wicd-${version}.tar.gz"
|
|
checksum=91e38857b1651d242ed7e3b3e3fd8b076b4d06a23eedb033310fae510ece8401
|
|
|
|
do_build() {
|
|
if [ "${build_option_systemd}" ]; then
|
|
_args="--systemd=/usr/lib/systemd/system"
|
|
fi
|
|
python setup.py configure --verbose --no-install-init \
|
|
--resume=/usr/share/wicd/scripts \
|
|
--suspend=/usr/share/wicd/scripts \
|
|
--python=/usr/bin/python2 --lib=/usr/lib \
|
|
--sbin=/usr/sbin --distro=arch \
|
|
--no-install-gnome-shell-extensions ${_args}
|
|
}
|
|
do_install() {
|
|
python setup.py install --root=${DESTDIR}
|
|
|
|
vinstall ${FILESDIR}/wicd.desktop 644 usr/share/applications
|
|
vmkdir usr/lib/wicd
|
|
vcopy "build/lib/wicd/*.py" usr/lib/wicd
|
|
chmod 755 ${DESTDIR}/usr/lib/wicd/*.py
|
|
vsv wicd
|
|
|
|
rm -rf ${DESTDIR}/lib
|
|
rm -rf ${DESTDIR}/usr/share/doc
|
|
rm -rf ${DESTDIR}/etc/logrotate.d
|
|
rm -rf ${DESTDIR}/usr/lib/pm-utils
|
|
}
|
|
|
|
wicd-gtk_package() {
|
|
noarch=yes
|
|
depends="wicd>=${version} pygtk python-notify shared-mime-info desktop-file-utils hicolor-icon-theme"
|
|
short_desc+=" - GTK UI"
|
|
pycompile_dirs="usr/share/wicd/gtk"
|
|
pkg_install() {
|
|
vmove etc/xdg
|
|
vmove usr/bin/wicd-client
|
|
vmove usr/bin/wicd-gtk
|
|
vmove usr/share/applications
|
|
vmove usr/share/pixmaps
|
|
vmove usr/share/icons
|
|
vmove usr/share/wicd/icons
|
|
vmove usr/share/wicd/gtk
|
|
vmove usr/share/man/man1/wicd-client.1
|
|
vmove usr/share/man/nl/man1/wicd-client.1
|
|
}
|
|
}
|