mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
add dbus configuration to backup
This commit is contained in:
parent
66e3a737d4
commit
4c004af1ae
12
CHANGELOG
12
CHANGELOG
@ -1,3 +1,15 @@
|
|||||||
|
Ver.1.3.1
|
||||||
|
---------
|
||||||
|
* gui:
|
||||||
|
* more correct calls of boolean DBus methods
|
||||||
|
* edit helper icon
|
||||||
|
* helper:
|
||||||
|
* more correct calls of boolean DBus methods
|
||||||
|
* more correct systemd service
|
||||||
|
* add ability to create session bus
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Ver.1.3.0
|
Ver.1.3.0
|
||||||
---------
|
---------
|
||||||
* all:
|
* all:
|
||||||
|
@ -84,7 +84,8 @@ package_netctlgui-helper() {
|
|||||||
depends=('libnetctlgui')
|
depends=('libnetctlgui')
|
||||||
provides=('netctlgui-helper-qt4')
|
provides=('netctlgui-helper-qt4')
|
||||||
conflicts=('netctlgui-helper-qt4')
|
conflicts=('netctlgui-helper-qt4')
|
||||||
backup=('etc/netctlgui-helper.conf')
|
backup=('etc/netctlgui-helper.conf'
|
||||||
|
'etc/dbus-1/system.d/org.netctlgui.helper.conf')
|
||||||
install="netctlgui-helper.install"
|
install="netctlgui-helper.install"
|
||||||
|
|
||||||
cd "${srcdir}/build-qt5/helper"
|
cd "${srcdir}/build-qt5/helper"
|
||||||
@ -126,7 +127,8 @@ package_netctlgui-helper-qt4() {
|
|||||||
depends=('libnetctlgui-qt4')
|
depends=('libnetctlgui-qt4')
|
||||||
provides=('netctlgui-helper')
|
provides=('netctlgui-helper')
|
||||||
conflicts=('netctlgui-helper')
|
conflicts=('netctlgui-helper')
|
||||||
backup=('etc/netctlgui-helper.conf')
|
backup=('etc/netctlgui-helper.conf'
|
||||||
|
'etc/dbus-1/system.d/org.netctlgui.helper.conf')
|
||||||
install="netctlgui-helper.install"
|
install="netctlgui-helper.install"
|
||||||
|
|
||||||
cd "${srcdir}/build-qt4/helper"
|
cd "${srcdir}/build-qt4/helper"
|
||||||
|
Loading…
Reference in New Issue
Block a user