diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-28 15:01:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-28 15:01:05 +0000 |
commit | 064c64325314dd70270af104bd6a8268e7e4e9d0 (patch) | |
tree | fd7e9a718a6447e4e2084708dec1c5637049848f /meta/packages/matchbox-poky/matchbox-poky_0.1.bb | |
parent | 24a329f39c11322867c7c9c3ac4c10e67d9f1dd6 (diff) | |
download | poky-064c64325314dd70270af104bd6a8268e7e4e9d0.tar.gz |
matchbox-poky: Remove references to chkhinge26 as zaurusd now handles this. Correct theme key and force gconftool-2 to run on device (at least until we debug other issues)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@574 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-poky/matchbox-poky_0.1.bb')
-rw-r--r-- | meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb index 4eae590074..7a4eb72999 100644 --- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
5 | PR = "r16" | 5 | PR = "r19" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
@@ -16,5 +16,9 @@ do_install() { | |||
16 | 16 | ||
17 | pkg_postinst_matchbox-poky () { | 17 | pkg_postinst_matchbox-poky () { |
18 | #!/bin/sh -e | 18 | #!/bin/sh -e |
19 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/theme Clearlooks | 19 | if [ "x$D" != "x" ]; then |
20 | exit 1 | ||
21 | fi | ||
22 | |||
23 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Clearlooks | ||
20 | } | 24 | } |