From 696283b1e19d54f86f4aceb2dbadcdd60c7dc576 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Mon, 25 Aug 2014 15:06:03 +0400 Subject: [PATCH] update readme/prepare to release --- README.md | 10 ++++++++-- arch/PKGBUILD | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0f748c..1cdd451 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,12 @@ 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. All settings of GUI are stored in `$HOME/.config/netctl-gui.conf`. It is highly recommended to edit it from graphical interface. +It is recommended to use graphical interface for widget and DataEngine configuration. Configuration files are: + +* `$HOME/.config/netctl-gui.conf` - GUI/helper user configuration +* `/etc/netctl-gui.conf` - helper system-wide configuration +* `$KDEHOME/share/config/netctl.conf` - DataEngine user configuration +* `$KDESYSTEM/share/config/netctl.conf` - DataEngine system-wide configuration Instruction =========== @@ -49,6 +54,7 @@ Installation sudo make install Available cmake flags: + * components: * `-DBUILD_DATAENGINE:BOOL=0` - do not build DataEngine * `-DBUILD_GUI:BOOL=0` - do not build GUI @@ -61,7 +67,7 @@ Installation * 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` - use setcap to get privileges to the helper + * `-DUSE_CAPABILITIES:BOOL=0` - do not use setcap to get privileges to the helper * `-DUSE_QT5:BOOL=0` - use Qt4 instead of Qt5 for GUI Additional information diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 397818e..77739b8 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=('e13006142434d84a473ffc06272f1a7d') +md5sums=('04cc427314f30e88516102ad996c69dc') prepare() {