diff --git a/desktop/gnome/base/dconf-editor/actions.py b/desktop/gnome/base/dconf-editor/actions.py
new file mode 100644
index 0000000000..c8d97d3a6a
--- /dev/null
+++ b/desktop/gnome/base/dconf-editor/actions.py
@@ -0,0 +1,21 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING", "NEWS")
+
diff --git a/desktop/gnome/base/dconf-editor/pspec.xml b/desktop/gnome/base/dconf-editor/pspec.xml
new file mode 100644
index 0000000000..dfb9f7882a
--- /dev/null
+++ b/desktop/gnome/base/dconf-editor/pspec.xml
@@ -0,0 +1,59 @@
+
+
+
+
+ dconf-editor
+ http://live.gnome.org/dconf
+
+ Pisi Linux Admins
+ admin@pisilinux.org
+
+ GPLv2
+ app:gui
+ Gui editor for dconf; 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.
+ ftp://ftp.gnome.org/pub/gnome/sources/dconf-editor/3.16/dconf-editor-3.16.1.tar.xz
+
+ dconf-devel
+ libxml2-devel
+ gtk3-devel
+ pango-devel
+ docbook-xsl
+ libepoxy-devel
+ at-spi2-core-devel
+ vala-devel
+ libxslt
+ intltool
+ gtk-doc
+
+
+
+
+ dconf-editor
+
+ dconf
+ glib2
+ libxml2
+ gtk3
+ pango
+
+
+ /etc
+ /usr/share
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+ /usr/libexec
+
+
+
+
+
+ 2015-08-12
+ 3.16.1
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+
diff --git a/desktop/gnome/base/dconf-editor/translations.xml b/desktop/gnome/base/dconf-editor/translations.xml
new file mode 100644
index 0000000000..57eca86d64
--- /dev/null
+++ b/desktop/gnome/base/dconf-editor/translations.xml
@@ -0,0 +1,9 @@
+
+
+
+ dconf
+ Düşük seviyeli yapılandırma sistemi
+ FIXME
+
+
+
diff --git a/desktop/gnome/base/dconf/pspec.xml b/desktop/gnome/base/dconf/pspec.xml
index 4b2ff20748..ef07a48394 100644
--- a/desktop/gnome/base/dconf/pspec.xml
+++ b/desktop/gnome/base/dconf/pspec.xml
@@ -12,19 +12,20 @@
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.gnome.org/pub/gnome/sources/dconf/0.20/dconf-0.20.0.tar.xz
+ http://ftp.gnome.org/pub/gnome/sources/dconf/0.24/dconf-0.24.0.tar.xz
dbus-devel
glib2-devel
- libxml2-devel
+
+ docbook-xsl
+ libxslt
+ intltool
gtk-doc
@@ -34,12 +35,11 @@
dbus
glib2
- libxml2
+
- /etc
/usr/share
/usr/lib
/usr/share/doc
@@ -53,6 +53,8 @@
Development files for dconf
dconf
+ dbus-devel
+ glib2-devel
/usr/include
@@ -74,6 +76,13 @@
+
+ 2015-08-12
+ 0.24.0
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2014-06-14
0.20
@@ -103,4 +112,4 @@
admins@pisilinux.org
-
\ No newline at end of file
+