org.openmoko.dev: 0a12911d208e234d792a9fb7bbe422af1645c2ba

oe at monotone.openmoko.org oe at monotone.openmoko.org
Wed Apr 23 06:35:08 CEST 2008


revision:            0a12911d208e234d792a9fb7bbe422af1645c2ba
date:                2008-04-23T04:15:40
author:              john_lee at openembedded.org
branch:              org.openmoko.dev
changelog:
task-openmoko-ui: changed the default theme to moko-gtk-engine
* made the necessary changes in openmoko-session2 as well
* get rid of the absent panel `keyboard'

manifest:
format_version "1"

new_manifest [59b147fab794cb49aed30eb5aee8bdd750498046]

old_revision [3b6b1843395e3448c5ddd591cb8344e263767435]

patch "packages/openmoko2/openmoko-session2/etc/matchbox/session"
 from [3c400d526b51119e65b18153f52841faf8f300ce]
   to [8344f0ba82e128297301320ce70771f2d8113c2f]

patch "packages/openmoko2/openmoko-session2.bb"
 from [d98f4ff41f6f5503a16c02de77d24ae2f4a18928]
   to [08a0e798c253e64c96c8e7792f701bafa1d7cff5]

patch "packages/tasks/task-openmoko-ui.bb"
 from [9c5b0fdff0e78cfc55618c0ecb09db899c661b91]
   to [77b70543b3f429c769be7d8bbba7b87f8d2c8fd7]
-------------- next part --------------
#
#
# patch "packages/openmoko2/openmoko-session2/etc/matchbox/session"
#  from [3c400d526b51119e65b18153f52841faf8f300ce]
#    to [8344f0ba82e128297301320ce70771f2d8113c2f]
# 
# patch "packages/openmoko2/openmoko-session2.bb"
#  from [d98f4ff41f6f5503a16c02de77d24ae2f4a18928]
#    to [08a0e798c253e64c96c8e7792f701bafa1d7cff5]
# 
# patch "packages/tasks/task-openmoko-ui.bb"
#  from [9c5b0fdff0e78cfc55618c0ecb09db899c661b91]
#    to [77b70543b3f429c769be7d8bbba7b87f8d2c8fd7]
#
============================================================
--- packages/openmoko2/openmoko-session2/etc/matchbox/session	3c400d526b51119e65b18153f52841faf8f300ce
+++ packages/openmoko2/openmoko-session2/etc/matchbox/session	8344f0ba82e128297301320ce70771f2d8113c2f
@@ -4,9 +4,9 @@ phone-kit &
 openmoko-today &
 phone-kit &
 
-matchbox-window-manager -use_titlebar yes -use_desktop_mode decorated -theme openmoko-standard-2 -use_cursor $SHOWCURSOR $@ &
+matchbox-window-manager -use_titlebar yes -use_desktop_mode decorated -theme Moko -use_cursor $SHOWCURSOR $@ &
 
 matchbox-panel-2 --start-applets systray,startup \
-  --end-applets openmoko-panel-battery,openmoko-panel-gsm,openmoko-panel-gps,openmoko-panel-usb,openmoko-panel-bt,openmoko-panel-memory,openmoko-panel-wifi,keyboard --titlebar &
+  --end-applets openmoko-panel-battery,openmoko-panel-gsm,openmoko-panel-gps,openmoko-panel-usb,openmoko-panel-bt,openmoko-panel-memory,openmoko-panel-wifi --titlebar &
 
 exec neod
============================================================
--- packages/openmoko2/openmoko-session2.bb	d98f4ff41f6f5503a16c02de77d24ae2f4a18928
+++ packages/openmoko2/openmoko-session2.bb	08a0e798c253e64c96c8e7792f701bafa1d7cff5
@@ -3,7 +3,7 @@ RCONFLICTS_${PN} = "openmoko-session mat
 SECTION = "x11"
 RDEPENDS_${PN} = "matchbox-panel-2 openmoko-common2 openmoko-today2 openmoko-dialer2"
 RCONFLICTS_${PN} = "openmoko-session matchbox-common"
-PR = "r68"
+PR = "r68.01"
 
 SRC_URI = "\
   file://etc \
@@ -32,7 +32,7 @@ fi
     exit 1
 fi
 
-gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme openmoko-standard-2
+gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Moko
 gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme openmoko-standard
 gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 5"
 gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/wallpaper ${datadir}/pixmaps/wallpaper.png
============================================================
--- packages/tasks/task-openmoko-ui.bb	9c5b0fdff0e78cfc55618c0ecb09db899c661b91
+++ packages/tasks/task-openmoko-ui.bb	77b70543b3f429c769be7d8bbba7b87f8d2c8fd7
@@ -1,7 +1,7 @@ LICENSE = "MIT"
 DESCRIPTION = "Openmoko: GUI for the Openmoko Linux Distribution"
 SECTION = "openmoko/base"
 LICENSE = "MIT"
-PR = "r72"
+PR = "r72.01"
 
 inherit task
 
@@ -45,7 +45,7 @@ RDEPENDS_task-openmoko-ui = "\
 # taking into account not only size but also PPI! Ultimately this might
 # need recomputing some theme files and images on-the-fly :/ SVG and logical
 # theme description anyone? Or simply Edje to the rescue! :D
-THEMES          = "openmoko-icon-theme-standard2      openmoko-theme-standard2"
+THEMES          = "openmoko-icon-theme-standard2      moko-gtk-engine"
 THEMES_a780     = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga"
 THEMES_e680     = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga"
 THEMES_a1200    = "openmoko-icon-theme-standard2-qvga openmoko-theme-standard2-qvga"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080423/1de75d2c/attachment.htm 


More information about the commitlog mailing list