6444162b91
* New icons when theme ones do not exist, taken from GNOME, KDE Oxygen and Elementary themes. * Tick icon rather than a radio button is used to show selected SSID * Associated SSID is displayed in bold at the top of the list. * Progress bar displaying percentage has been removed in favour of a 4-bar connection strength icon which other implementation seen to favour. * dhcpcd-qt should now almost be identical to dhcpcd-gtk bar platform specific differences. * Pop-ups now appear near the mouse cursor * Pressing enter or OK on the wpa password screen will select that SSID to connect to without changing any existing password * Duplicate SSIDs are merged, the BSSID actually used is the strongest signal. * On Linux and FreeBSD enable background scanning (5 seconds if the SSID menu is shown, otherwise 60 seconds) * If a wireless interface is present, display the strongest connection in the system tray instead of the normal LAN style icon. * SSID toolip removed. * Numerous stability issues resolved.
23 lines
715 B
Text
23 lines
715 B
Text
# $NetBSD: Makefile.common,v 1.4 2015/01/07 09:37:07 roy Exp $
|
|
|
|
# used by net/dhcpcd-gtk/Makefile
|
|
# used by net/dhcpcd-qt/Makefile
|
|
|
|
DHCPCD_UI_VERSION= 0.7.5
|
|
DISTNAME= dhcpcd-ui-${DHCPCD_UI_VERSION}
|
|
MASTER_SITES= http://roy.marples.name/downloads/dhcpcd/
|
|
MASTER_SITES+= ftp://roy.marples.name/pub/dhcpcd/
|
|
MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= roy@NetBSD.org
|
|
HOMEPAGE= http://roy.marples.name/projects/dhcpcd-ui/
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= c99
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --without-dhcpcd-online
|
|
CONFIGURE_ARGS+= --without-gtk+
|
|
CONFIGURE_ARGS+= --without-qt
|
|
CONFIGURE_ARGS+= --without-icons
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q}
|