diff options
| -rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 14 | 
1 files changed, 11 insertions, 3 deletions
| diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index b3805b2985..3711bf134a 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | DESCRIPTION = "Custom MB session files for poky" | 1 | DESCRIPTION = "Custom MB session files for poky" | 
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" | 
| 3 | SECTION = "x11" | 3 | SECTION = "x11" | 
| 4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" | 4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts" | 
| 5 | RCONFLICTS = "matchbox-common" | 5 | RCONFLICTS = "matchbox-common" | 
| 6 | PR = "r18" | 6 | PR = "r19" | 
| 7 | 7 | ||
| 8 | SRC_URI = "file://etc file://matchbox-session" | 8 | SRC_URI = "file://etc file://matchbox-session" | 
| 9 | S = ${WORKDIR} | 9 | S = ${WORKDIR} | 
| @@ -23,8 +23,16 @@ if [ "x$D" != "x" ]; then | |||
| 23 | exit 1 | 23 | exit 1 | 
| 24 | fi | 24 | fi | 
| 25 | 25 | ||
| 26 | . ${sysconfdir}/init.d/functions | ||
| 27 | |||
| 26 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato | 28 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato | 
| 27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato | 29 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato | 
| 28 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9" | ||
| 29 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /desktop/poky/interface/touchscreen true | 30 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /desktop/poky/interface/touchscreen true | 
| 31 | |||
| 32 | if [ "`cpuinfo_id`" = "GTA01" ] | ||
| 33 | then | ||
| 34 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 6" | ||
| 35 | else | ||
| 36 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9" | ||
| 37 | fi | ||
| 30 | } | 38 | } | 
