From ceca889be4114d3d9bb898efab9ca387720d1bdc Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 25 Aug 2014 16:06:31 +0400 Subject: [PATCH] release 1.3.0 --- README.md | 6 +++--- arch/PKGBUILD | 2 +- sources/dataengine/netctl.cpp | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1cdd451..b07e4d8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Qt4/Qt5 graphical interface for netctl. It may work with profiles and may create Configuration ------------- -It is recommended to use graphical interface for widget and DataEngine configuration. Configuration files are: +It is recommended to use graphical interface for configuration. Configuration files are: * `$HOME/.config/netctl-gui.conf` - GUI/helper user configuration * `/etc/netctl-gui.conf` - helper system-wide configuration @@ -61,10 +61,10 @@ Installation * `-DBUILD_HELPER:BOOL=0` - do not build helper daemon * `-DBUILD_LIBRARY:BOOL=0` - do not build library * `-DBUILD_PLASMOID:BOOL=0` - do not build Plasmoid - * additional components + * additional components: * `-DBUILD_DOCS:BOOL=0` - do not build developer documentation * `-DBUILD_TEST:BOOL=1` - build auto tests for the library and the helper - * project properties + * project properties: * `-DDBUS_SYSTEMCONF_PATH=/etc/dbus-1/system.d/` - path to dbus system configuration files * `-DSYSTEMD_SERVICE_PATH=lib/systemd/system` - path to systemd services * `-DUSE_CAPABILITIES:BOOL=0` - do not use setcap to get privileges to the helper diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 77739b8..7cdb640 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -12,7 +12,7 @@ url="http://arcanis.name/projects/netctl-gui" license=('GPL3') makedepends=('automoc4' 'cmake' 'kdelibs' 'qt5-base' 'qt5-tools') source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz") -md5sums=('04cc427314f30e88516102ad996c69dc') +md5sums=('9b56b04258855258ed30549f1039b8f8') prepare() { diff --git a/sources/dataengine/netctl.cpp b/sources/dataengine/netctl.cpp index fbef2b1..4d3e5bd 100644 --- a/sources/dataengine/netctl.cpp +++ b/sources/dataengine/netctl.cpp @@ -220,6 +220,7 @@ QString Netctl::getIntIp(const QAbstractSocket::NetworkLayerProtocol protocol) QList rawList = QNetworkInterface::allAddresses(); for (int i=0; i