--- /dev/null
+<gconfschemafile>
+<schemalist>
+
+<schema>
+ <key>/schemas/desktop/poky/interface/theme</key>
+ <applyto>/desktop/poky/interface/theme</applyto>
+ <type>string</type>
+ <owner>settings-daemon</owner>
+ <default>Clearlooks</default>
+ <locale name="C">
+ <short>Palmtop theme</short>
+ <long>The theme name for Matchbox and GTK+ to use.</long>
+ </locale>
+</schema>
+</schemalist>
+</gconfschemafile>
+
SECTION = "gpe"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
- file://70settings-daemon"
+ file://70settings-daemon \
+ file://settings-daemon.schemas"
S = "${WORKDIR}/${PN}"
-inherit autotools pkgconfig gettext
+inherit autotools pkgconfig gettext gconf
FILES_${PN} = "${bindir} ${sysconfdir}"
do_install_append () {
install -d ${D}/${sysconfdir}/X11/Xsession.d
+ install -d ${D}/${sysconfdir}/gconf/schemas
install -m 755 ${WORKDIR}/70settings-daemon ${D}/${sysconfdir}/X11/Xsession.d/
+ install -m 644 ${WORKDIR}/settings-daemon.schemas ${D}/${sysconfdir}/gconf/schemas/
}
+