diff --git a/desktop/gnome/base/dconf/actions.py b/desktop/gnome/base/dconf/actions.py
index 4fcd353781..e5e386970c 100644
--- a/desktop/gnome/base/dconf/actions.py
+++ b/desktop/gnome/base/dconf/actions.py
@@ -10,12 +10,16 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
+
+ shelltools.system(""" sed -i "s|link_whole: libdconf_common,|link_with: libdconf_common,|g" common/meson.build """)
+
shelltools.makedirs("build")
shelltools.cd("build")
shelltools.system("meson .. --prefix=/usr --sysconfdir=/etc -Dwith-dbus-service-dir=/usr/share/dbus-1/services \
-Dwith-dbus-system-service-dir=/usr/share/dbus-1/system-services -Dwith-gio-modules-dir=/usr/lib/gio/modules \
-Denable-gtk-doc=false -Denable-man=true")
+
def build():
shelltools.cd("build")
shelltools.system("ninja")
diff --git a/desktop/gnome/base/dconf/pspec.xml b/desktop/gnome/base/dconf/pspec.xml
index 306dbcac32..73652000c8 100644
--- a/desktop/gnome/base/dconf/pspec.xml
+++ b/desktop/gnome/base/dconf/pspec.xml
@@ -12,9 +12,10 @@
app:console
Simple low-level configuration system
dconf is a low-level configuration system. Its main purpose is to provide a backend to GSettings on platforms that don't already have configuration storage systems.
- http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.32/dconf-0.32.0.tar.xz
+ http://ftp.acc.umu.se/pub/gnome/sources/dconf/0.34/dconf-0.34.0.tar.xz
meson
+ ninja
vala-devel
dbus-devel
glib2-devel
@@ -23,8 +24,6 @@
intltool
gtk-doc
bash-completion
-
-
@@ -71,6 +70,13 @@
+
+ 2020-01-14
+ 0.34.0
+ Version bump
+ Erkn IŞIK
+ erkanisik@pisilinux.org
+
2019-07-13
0.32.0