mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-28 09:27:18 +00:00
update readme/prepare to release
This commit is contained in:
parent
15cc3a8595
commit
696283b1e1
10
README.md
10
README.md
@ -11,7 +11,12 @@ Qt4/Qt5 graphical interface for netctl. It may work with profiles and may create
|
|||||||
Configuration
|
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
|
Instruction
|
||||||
===========
|
===========
|
||||||
@ -49,6 +54,7 @@ Installation
|
|||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
Available cmake flags:
|
Available cmake flags:
|
||||||
|
|
||||||
* components:
|
* components:
|
||||||
* `-DBUILD_DATAENGINE:BOOL=0` - do not build DataEngine
|
* `-DBUILD_DATAENGINE:BOOL=0` - do not build DataEngine
|
||||||
* `-DBUILD_GUI:BOOL=0` - do not build GUI
|
* `-DBUILD_GUI:BOOL=0` - do not build GUI
|
||||||
@ -61,7 +67,7 @@ Installation
|
|||||||
* project properties
|
* project properties
|
||||||
* `-DDBUS_SYSTEMCONF_PATH=/etc/dbus-1/system.d/` - path to dbus system configuration files
|
* `-DDBUS_SYSTEMCONF_PATH=/etc/dbus-1/system.d/` - path to dbus system configuration files
|
||||||
* `-DSYSTEMD_SERVICE_PATH=lib/systemd/system` - path to systemd services
|
* `-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
|
* `-DUSE_QT5:BOOL=0` - use Qt4 instead of Qt5 for GUI
|
||||||
|
|
||||||
Additional information
|
Additional information
|
||||||
|
@ -12,7 +12,7 @@ url="http://arcanis.name/projects/netctl-gui"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('automoc4' 'cmake' 'kdelibs' 'qt5-base' 'qt5-tools')
|
makedepends=('automoc4' 'cmake' 'kdelibs' 'qt5-base' 'qt5-tools')
|
||||||
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
|
source=("https://github.com/arcan1s/netctl-gui/releases/download/V.${pkgver}/${pkgbase}-${pkgver}-src.tar.xz")
|
||||||
md5sums=('e13006142434d84a473ffc06272f1a7d')
|
md5sums=('04cc427314f30e88516102ad996c69dc')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user