Update settings-daemon package (fix version, inherit gconf) - this may have already...
authorChris Lord <chris@openedhand.com>
Tue, 1 Aug 2006 11:44:25 +0000 (11:44 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 1 Aug 2006 11:44:25 +0000 (11:44 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@588 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/settings-daemon/files/settings-daemon.schemas [deleted file]
meta/packages/settings-daemon/settings-daemon_svn.bb

diff --git a/meta/packages/settings-daemon/files/settings-daemon.schemas b/meta/packages/settings-daemon/files/settings-daemon.schemas
deleted file mode 100644 (file)
index 05b06c2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>
-
index 89e6163..5e2a122 100644 (file)
@@ -2,18 +2,15 @@ DESCRIPTION = "Settings-daemon is a bridge between xst/gpe-confd and gconf"
 LICENSE = "GPL"
 DEPENDS = "gconf glib-2.0"
 SECTION = "gpe"
+PV = "0.0+svn${SRCDATE}"
+PR = "r1"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
           file://70settings-daemon"
-#         file://settings-daemon.schemas"
 
 S = "${WORKDIR}/${PN}"
 
-PV = "0.0+svn${SRCDATE}"
-PR = "r1"
-
 inherit autotools pkgconfig gettext gconf
-# gconf
 
 FILES_${PN} =  "${bindir} ${sysconfdir}"
 
@@ -22,5 +19,3 @@ do_install_append () {
        install -m 755 ${WORKDIR}/70settings-daemon ${D}/${sysconfdir}/X11/Xsession.d/
 }
 
-# install -d ${D}/${sysconfdir}/gconf/schemas
-# install -m 644 ${WORKDIR}/settings-daemon.schemas ${D}/${sysconfdir}/gconf/schemas/