diff --git a/CHANGELOG b/CHANGELOG index e720ec8..7c44b9e 100644 --- a/CHANGELOG +++ b/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 --------- * all: diff --git a/arch/PKGBUILD b/arch/PKGBUILD index 26260f7..45d4753 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -84,7 +84,8 @@ package_netctlgui-helper() { depends=('libnetctlgui') provides=('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" cd "${srcdir}/build-qt5/helper" @@ -126,7 +127,8 @@ package_netctlgui-helper-qt4() { depends=('libnetctlgui-qt4') provides=('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" cd "${srcdir}/build-qt4/helper"