mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
release 1.4.0
This commit is contained in:
parent
cf12b3627e
commit
d23429891e
10
README.md
10
README.md
@ -4,7 +4,7 @@ Netctl GUI
|
|||||||
Information
|
Information
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Qt4/Qt5 graphical interface for netctl. It may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE.
|
Qt4/Qt5 graphical interface for netctl. It may work with profiles and may create new profiles. Also it may create a connection to WiFi. Moreover, it provides a widget and DataEngine for KDE4/KF5.
|
||||||
|
|
||||||
**NOTE** [LOOKING FOR TRANSLATORS!](https://github.com/arcan1s/netctl-gui/issues/3)
|
**NOTE** [LOOKING FOR TRANSLATORS!](https://github.com/arcan1s/netctl-gui/issues/3)
|
||||||
|
|
||||||
@ -15,8 +15,8 @@ It is recommended to use graphical interface for configuration. Configuration fi
|
|||||||
|
|
||||||
* `$HOME/.config/netctl-gui.conf` - GUI/helper user configuration
|
* `$HOME/.config/netctl-gui.conf` - GUI/helper user configuration
|
||||||
* `/etc/netctl-gui.conf` - helper system-wide configuration
|
* `/etc/netctl-gui.conf` - helper system-wide configuration
|
||||||
* `$KDEHOME/share/config/netctl.conf` - DataEngine user configuration
|
* `$HOME/.config/plasma-dataengine-netctl.conf` - DataEngine user configuration
|
||||||
* `$KDESYSTEM/share/config/netctl.conf` - DataEngine system-wide configuration
|
* `/etc/xdg/plasma-dataengine-netctl.conf` - DataEngine system-wide configuration
|
||||||
|
|
||||||
Instruction
|
Instruction
|
||||||
===========
|
===========
|
||||||
@ -30,7 +30,8 @@ Dependencies
|
|||||||
Optional dependencies
|
Optional dependencies
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
* kdebase-workspace (widget)
|
* kdebase-workspace (KDE4 widget)
|
||||||
|
* plasma-framework (KF5 widget)
|
||||||
* sudo (sudo support)
|
* sudo (sudo support)
|
||||||
* wpa_supplicant (WiFi support)
|
* wpa_supplicant (WiFi support)
|
||||||
|
|
||||||
@ -68,6 +69,7 @@ Installation
|
|||||||
* `-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:BOOL=0` - do not use setcap to get privileges to the helper
|
* `-DUSE_CAPABILITIES:BOOL=0` - do not use setcap to get privileges to the helper
|
||||||
|
* `-DBUILD_KDE4:BOOL=1` - build KDE4 plasmoid instead of KF5 one
|
||||||
* `-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
|
||||||
|
@ -11,7 +11,7 @@ url="http://arcanis.name/projects/netctl-gui"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('automoc4' 'cmake' 'extra-cmake-modules' 'plasma-framework' 'qt5-tools')
|
makedepends=('automoc4' 'cmake' 'extra-cmake-modules' 'plasma-framework' '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=('087d7af57318a9f9f5592aad097feeb5')
|
md5sums=('172fff4b59c15c991b016db35971eca1')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -11,7 +11,7 @@ url="http://arcanis.name/projects/netctl-gui"
|
|||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
makedepends=('automoc4' 'cmake' 'kdelibs')
|
makedepends=('automoc4' 'cmake' 'kdelibs')
|
||||||
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=('087d7af57318a9f9f5592aad097feeb5')
|
md5sums=('172fff4b59c15c991b016db35971eca1')
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user