Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r1478 -
      trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0
      ([EMAIL PROTECTED])
   2. r1479 - in trunk/oe/packages: . ttf-fonts
      ttf-fonts/ttf-gentium ([EMAIL PROTECTED])
   3. r1480 - in trunk/oe/packages: . openmoko-panel-plugins
      ([EMAIL PROTECTED])
   4. r1481 - trunk/oe/packages/tasks ([EMAIL PROTECTED])
   5. r1482 - in
      trunk/src/target/OM-2007/applications/openmoko-today: . src
      ([EMAIL PROTECTED])
   6. r1483 - trunk/oe/packages/tasks ([EMAIL PROTECTED])
   7. r1484 - trunk/oe/conf ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2007-03-22 12:06:36 +0100 (Thu, 22 Mar 2007)
New Revision: 1478

Added:
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/today-background.png
Modified:
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today
Log:
* Cleanup openmoko-today gtkrc
* Add openmoko-today background


Modified: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today
===================================================================
--- 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today
    2007-03-22 10:53:40 UTC (rev 1477)
+++ 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today
    2007-03-22 11:06:36 UTC (rev 1478)
@@ -1,25 +1,24 @@
 
 style "multi-postit" {
-   engine "pixmap" {
-        image {
-            function        = FLATBOX
-            state           = NORMAL
-            file            = "btn_post_it_multiple.png"
-        }
-   }
    bg_pixmap[NORMAL] = "btn_post_it_multiple.png"
 }
 
-widget "*today-multi-postit" style "multi-postit"
+style "single-postit" {
+   bg_pixmap[NORMAL] = "btn_post_it_single.png"
+}
 
-style "multi-postit" {
-   engine "pixmap" {
-        image {
-            function        = BOX
-            state           = NORMAL
-            file            = "btn_post_it_multiple.png"
-        }
-   }
+style "postit-label" {
+   fg[NORMAL] = "#000"
 }
 
 widget "*today-events-area-postit-multi" style "multi-postit"
+widget "*today-events-area-postit-single" style "single-postit"
+
+widget "*today-events-area-postit-*.*" style "postit-label"
+
+
+style "today-background" {
+   bg_pixmap[NORMAL] = "today-background.png"
+}
+
+widget "today-application-window" style "today-background"

Added: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/today-background.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/today-background.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-03-22 13:55:18 +0100 (Thu, 22 Mar 2007)
New Revision: 1479

Added:
   trunk/oe/packages/ttf-fonts/
   trunk/oe/packages/ttf-fonts/ttf-dejavu_2.15.bb
   trunk/oe/packages/ttf-fonts/ttf-gentium/
   trunk/oe/packages/ttf-fonts/ttf-gentium/OFL.gz
   trunk/oe/packages/ttf-fonts/ttf-gentium_1.02.bb
   trunk/oe/packages/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
   trunk/oe/packages/ttf-fonts/ttf-sazanami_20040629.bb
   trunk/oe/packages/ttf-fonts/ttf.inc
Log:
oe: backport ttf-fonts from OE


Added: trunk/oe/packages/ttf-fonts/ttf-dejavu_2.15.bb
===================================================================
--- trunk/oe/packages/ttf-fonts/ttf-dejavu_2.15.bb      2007-03-22 11:06:36 UTC 
(rev 1478)
+++ trunk/oe/packages/ttf-fonts/ttf-dejavu_2.15.bb      2007-03-22 12:55:18 UTC 
(rev 1479)
@@ -0,0 +1,18 @@
+DESCRIPTION = "DejaVu font - TTF Edition"
+LICENSE = "Bitstream Vera"
+HOMEPAGE = "http://dejavu.sourceforge.net/wiki/index.php/Main_Page";
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/dejavu/dejavu-ttf-${PV}.tar.bz2"
+
+require ttf.inc
+
+S = "${WORKDIR}/dejavu-ttf-${PV}"
+
+PACKAGES = "ttf-dejavu-sans ttf-dejavu-sans-mono ttf-dejavu-sans-condensed \
+           ttf-dejavu-serif ttf-dejavu-serif-condensed"
+
+FILES_ttf-dejavu-sans            = "${datadir}/fonts/truetype/DejaVuSans.ttf 
${datadir}/fonts/truetype/DejaVuSans-*.ttf"
+FILES_ttf-dejavu-sans-mono       = 
"${datadir}/fonts/truetype/DejaVuSansMono*.ttf"
+FILES_ttf-dejavu-sans-condensed  = 
"${datadir}/fonts/truetype/DejaVuSansCondensed*.ttf"
+FILES_ttf-dejavu-serif           = "${datadir}/fonts/truetype/DejaVuSerif.ttf 
${datadir}/fonts/truetype/DejaVuSerif-*.ttf"
+FILES_ttf-dejavu-serif-condensed = 
"${datadir}/fonts/truetype/DejaVuSerifCondensed*.ttf"

Added: trunk/oe/packages/ttf-fonts/ttf-gentium/OFL.gz
===================================================================
(Binary files differ)


Property changes on: trunk/oe/packages/ttf-fonts/ttf-gentium/OFL.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/oe/packages/ttf-fonts/ttf-gentium_1.02.bb
===================================================================
--- trunk/oe/packages/ttf-fonts/ttf-gentium_1.02.bb     2007-03-22 11:06:36 UTC 
(rev 1478)
+++ trunk/oe/packages/ttf-fonts/ttf-gentium_1.02.bb     2007-03-22 12:55:18 UTC 
(rev 1479)
@@ -0,0 +1,132 @@
+DESCRIPTION = "Gentium fonts - TTF Version"
+LICENSE = "SIL Open Font License"
+HOMEPAGE = "http://scripts.sil.org/gentium";
+LICENSE_URL = 
"http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL";
+
+SRC_URI = "${DEBIAN_MIRROR}/main/t/ttf-gentium/ttf-gentium_${PV}.orig.tar.gz \
+           file://OFL.gz"
+
+require ttf.inc
+
+S = "${WORKDIR}/ttf-sil-gentium-${PV}"
+
+do_install_append() {
+
+    install -d ${D}${datadir}/doc/ttf-gentium/
+    install -d ${D}${datadir}/doc/ttf-gentium-alt/
+
+    install -m 0644 ${WORKDIR}/OFL ${D}${datadir}/doc/ttf-gentium/
+    install -m 0644 ${WORKDIR}/OFL ${D}${datadir}/doc/ttf-gentium-alt/
+
+}
+
+
+PACKAGES = "${PN} ${PN}-alt"
+
+FILES_ttf-gentium-alt = "${datadir}/fonts/truetype/GenAI*.ttf \
+                         ${datadir}/fonts/truetype/GenAR*.ttf \
+                        ${datadir}/doc/ttf-gentium-alt/*"
+
+FILES_${PN} = "${datadir}/fonts/truetype/GenI*.ttf \
+               ${datadir}/fonts/truetype/GenR*.ttf \
+              ${datadir}/doc/ttf-gentium/*"
+
+#
+# License
+#
+# Gentium is released under the SIL Open Font License - please read it 
carefully
+# and do not download the fonts unless you agree to the terms of the license:
+#
+# This Font Software is Copyright (c) 2003-2005, SIL International
+# (http://scripts.sil.org/). All Rights Reserved.
+#
+# "Gentium" is a Reserved Font Name for this Font Software. "SIL" is a Reserved
+# Font Name for this Font Software.
+#
+# This Font Software is licensed under the SIL Open Font License, Version 1.0. 
No
+# modification of the license is permitted, only verbatim copy is allowed. This
+# license is copied below, and is also available with a FAQ
+# at:http://scripts.sil.org/OFL SIL OPEN FONT LICENSE
+#
+# Version 1.0 - 22 November 2005
+#
+# PREAMBLE
+#
+# The goals of the Open Font License (OFL) are to stimulate worldwide 
development
+# of cooperative font projects, to support the font creation efforts of 
academic
+# and linguistic communities, and to provide an open framework in which fonts 
may
+# be shared and improved in partnership with others.
+#
+# The OFL allows the licensed fonts to be used, studied, modified and
+# redistributed freely as long as they are not sold by themselves. The fonts,
+# including any derivative works, can be bundled, embedded, redistributed and
+# sold with any software provided that the font names of derivative works are
+# changed. The fonts and derivatives, however, cannot be released under any 
other
+# type of license.
+#
+# DEFINITIONS
+#
+# "Font Software" refers to any and all of the following:
+#
+#     * font files data files source code build scripts documentation
+#
+# "Reserved Font Name" refers to the Font Software name as seen by users and 
any
+# other names as specified after the copyright statement.
+#
+# "Standard Version" refers to the collection of Font Software components as
+# distributed by the Copyright Holder.
+#
+# "Modified Version" refers to any derivative font software made by adding to,
+# deleting, or substituting -- in part or in whole -- any of the components of
+# the Standard Version, by changing formats or by porting the Font Software to 
a
+# new environment.
+#
+# "Author" refers to any designer, engineer, programmer, technical writer or
+# other person who contributed to the Font Software.
+#
+# PERMISSION & CONDITIONS
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy 
of
+# the Font Software, to use, study, copy, merge, embed, modify, redistribute, 
and
+# sell modified and unmodified copies of the Font Software, subject to the
+# following conditions:
+#
+# 1) Neither the Font Software nor any of its individual components, in 
Standard
+# or Modified Versions, may be sold by itself.
+#
+# 2) Standard or Modified Versions of the Font Software may be bundled,
+# redistributed and sold with any software, provided that each copy contains 
the
+# above copyright notice and this license. These can be included either as
+# stand-alone text files, human-readable headers or in the appropriate
+# machine-readable metadata fields within text or binary files as long as those
+# fields can be easily viewed by the user.
+#
+# 3) No Modified Version of the Font Software may use the Reserved Font 
Name(s),
+# in part or in whole, unless explicit written permission is granted by the
+# Copyright Holder. This restriction applies to all references stored in the 
Font
+# Software, such as the font menu name and other font description fields, which
+# are used to differentiate the font from others.
+#
+# 4) The name(s) of the Copyright Holder or the Author(s) of the Font Software
+# shall not be used to promote, endorse or advertise any Modified Version, 
except
+# to acknowledge the contribution(s) of the Copyright Holder and the Author(s) 
or
+# with their explicit written permission.
+#
+# 5) The Font Software, modified or unmodified, in part or in whole, must be
+# distributed using this license, and may not be distributed under any other
+# license.
+#
+# TERMINATION
+#
+# This license becomes null and void if any of the above conditions are not 
met.
+#
+# DISCLAIMER
+#
+# THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
+# TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE 
FOR
+# ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL,
+# INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF
+# CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE
+# THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

Added: trunk/oe/packages/ttf-fonts/ttf-hunkyfonts_0.3.0.bb
===================================================================
--- trunk/oe/packages/ttf-fonts/ttf-hunkyfonts_0.3.0.bb 2007-03-22 11:06:36 UTC 
(rev 1478)
+++ trunk/oe/packages/ttf-fonts/ttf-hunkyfonts_0.3.0.bb 2007-03-22 12:55:18 UTC 
(rev 1479)
@@ -0,0 +1,15 @@
+DESCRIPTION = "Hunky fonts - TTF Version"
+LICENSE = "LGPL"
+HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts";
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2"
+
+S = "${WORKDIR}/hunkyfonts-${PV}/TTF/"
+
+require ttf.inc
+
+PACKAGES = "ttf-hunky-sans ttf-hunky-serif"
+
+FILES_ttf-hunky-sans = "${datadir}/fonts/truetype/HunkySans*.ttf"
+FILES_ttf-hunky-serif = "${datadir}/fonts/truetype/HunkySerif*.ttf"

Added: trunk/oe/packages/ttf-fonts/ttf-sazanami_20040629.bb
===================================================================
--- trunk/oe/packages/ttf-fonts/ttf-sazanami_20040629.bb        2007-03-22 
11:06:36 UTC (rev 1478)
+++ trunk/oe/packages/ttf-fonts/ttf-sazanami_20040629.bb        2007-03-22 
12:55:18 UTC (rev 1479)
@@ -0,0 +1,29 @@
+require ttf.inc
+
+DESCRIPTION = "Sazanami Gothic/Mincho Japanese TrueType fonts"
+DESCRIPTION_ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font"
+DESCRIPTION_ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
+AUTHOR = "Electronic Font Open Laboratory (/efont/)"
+HOMEPAGE = "http://sourceforge.jp/projects/efont/";
+LICENSE = "${PN}"
+SRC_DISTRIBUTE_LICENSES += "${PN}"
+RPROVIDES = "virtual/japanese-font"
+PR = "r1"
+
+SRC_URI = 
"http://download.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2";
+S = "${WORKDIR}/sazanami-20040629"
+
+PACKAGES = "ttf-sazanami-gothic ttf-sazanami-mincho"
+FILES_ttf-sazanami-gothic = "${datadir}/fonts/truetype/sazanami-gothic.ttf \
+                            ${datadir}/doc/ttf-sazanami-gothic/README"
+FILES_ttf-sazanami-mincho = "${datadir}/fonts/truetype/sazanami-mincho.ttf \
+                            ${datadir}/doc/ttf-sazanami-mincho/README"
+
+do_install_append() {
+       # README contains the redistribution license
+       install -d ${D}${datadir}/doc/
+       install -d ${D}${datadir}/doc/ttf-sazanami-gothic
+       install -d ${D}${datadir}/doc/ttf-sazanami-mincho
+       install -m 0644 ${S}/README ${D}${datadir}/doc/ttf-sazanami-gothic
+       install -m 0644 ${S}/README ${D}${datadir}/doc/ttf-sazanami-mincho
+}

Added: trunk/oe/packages/ttf-fonts/ttf.inc
===================================================================
--- trunk/oe/packages/ttf-fonts/ttf.inc 2007-03-22 11:06:36 UTC (rev 1478)
+++ trunk/oe/packages/ttf-fonts/ttf.inc 2007-03-22 12:55:18 UTC (rev 1479)
@@ -0,0 +1,18 @@
+SECTION = "x11/fonts"
+PRIORITY = "optional"
+PACKAGE_ARCH = "all"
+#DEPENDS = "fontconfig opie-ttf-support"
+#RSUGGESTS = "fontconfig-utils opie-ttf-support"
+
+# I dont want TTF fonts to depend on fontconfig on device
+# as those fonts are used not only in X11 enviroment
+
+do_install() {
+    install -d ${D}${datadir}/fonts/truetype/
+    install -m 0644 ${S}/*.ttf ${D}${datadir}/fonts/truetype/
+}
+
+#pkg_postinst () {
+##!/bin/sh
+#fc-cache
+#}




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-03-22 13:57:17 +0100 (Thu, 22 Mar 2007)
New Revision: 1480

Added:
   trunk/oe/packages/openmoko-panel-plugins/
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-battery_svn.bb
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-bt_svn.bb
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-clock_svn.bb
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gps_svn.bb
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gsm_svn.bb
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-mainmenu_svn.bb
   trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-usb_svn.bb
Log:
oe: add recipes for openmoko-panel-[bt|usb|gps]
NOTE: They should build, but are only skeletons at this point of time


Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-battery_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-battery_svn.bb      
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-battery_svn.bb      
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,5 @@
+DESCRIPTION = "Shows the battery/AC status in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+
+inherit openmoko-panel-plugin
+

Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-bt_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-bt_svn.bb   
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-bt_svn.bb   
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,5 @@
+DESCRIPTION = "Shows the Bluetooth status in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+
+inherit openmoko-panel-plugin
+

Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-clock_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-clock_svn.bb        
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-clock_svn.bb        
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,5 @@
+DESCRIPTION = "Shows the current time in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+
+inherit openmoko-panel-plugin
+

Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gps_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gps_svn.bb  
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gps_svn.bb  
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,5 @@
+DESCRIPTION = "Shows the GPS status in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+
+inherit openmoko-panel-plugin
+

Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gsm_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gsm_svn.bb  
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-gsm_svn.bb  
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,10 @@
+DESCRIPTION = "Shows the current time in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+PR = "r1"
+
+DEPENDS_append = " libgsmd"
+
+inherit openmoko-panel-plugin
+
+FILES_${PN} += "${bindir}/${PN}"
+

Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-mainmenu_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-mainmenu_svn.bb     
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-mainmenu_svn.bb     
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,5 @@
+DESCRIPTION = "Shows the current time in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+
+inherit openmoko-panel-plugin
+

Added: trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-usb_svn.bb
===================================================================
--- trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-usb_svn.bb  
2007-03-22 12:55:18 UTC (rev 1479)
+++ trunk/oe/packages/openmoko-panel-plugins/openmoko-panel-usb_svn.bb  
2007-03-22 12:57:17 UTC (rev 1480)
@@ -0,0 +1,5 @@
+DESCRIPTION = "Shows the USB status in the OpenMoko panel"
+PV = "0.0.1+svn${SRCDATE}"
+
+inherit openmoko-panel-plugin
+




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-03-22 14:01:24 +0100 (Thu, 22 Mar 2007)
New Revision: 1481

Modified:
   trunk/oe/packages/tasks/task-openmoko.bb
Log:
oe/tasks: reorder task-openmoko, remove bogus duplicated base task


Modified: trunk/oe/packages/tasks/task-openmoko.bb
===================================================================
--- trunk/oe/packages/tasks/task-openmoko.bb    2007-03-22 12:57:17 UTC (rev 
1480)
+++ trunk/oe/packages/tasks/task-openmoko.bb    2007-03-22 13:01:24 UTC (rev 
1481)
@@ -52,13 +52,6 @@
 "
 
 #
-# task-openmoko-base
-#
-DESCRIPTION_task-openmoko-base = "OpenMoko: Main-Menu Launcher, and Panel"
-RDEPENDS_task-openmoko-base = "\
-"
-
-#
 # task-openmoko-phone
 #
 DESCRIPTION_task-openmoko-phone = "OpenMoko: GSM Phone Services"
@@ -83,7 +76,6 @@
   gtk+ \
   matchbox-common \
   matchbox-wm \
-  matchbox-panel-2 \
   xserver-kdrive-fbdev \
   xserver-kdrive-common \
   xserver-nodm-init \
@@ -105,10 +97,11 @@
 DESCRIPTION_task-openmoko-base = "OpenMoko: Main-Menu Launcher, Top Panel, and 
Footer"
 RDEPENDS_task-openmoko-base = "\
   openmoko-mainmenu \
-# matchbox-panel-2 \
+  matchbox-panel-2 \
   openmoko-footer \
   openmoko-taskmanager \
   openmoko-panel-mainmenu \
+  openmoko-panel-battery \
 "
 
 #
@@ -156,10 +149,6 @@
   matchbox-keyboard \
   matchbox-stroke \
   matchbox-config-gtk \
-  matchbox-panel-manager \
-  matchbox-panel-hacks \
-  matchbox-themes-extra \
-  matchbox-themes-gtk \
   matchbox-applet-inputmanager \
   matchbox-applet-startup-monitor \
   xcursor-transparent-theme \




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-03-22 14:03:04 +0100 (Thu, 22 Mar 2007)
New Revision: 1482

Modified:
   trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
   trunk/src/target/OM-2007/applications/openmoko-today/src/today-main.c
Log:
* src/today-main.c: (create_ui): Set window title to keep hrw happy


Modified: trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog      
2007-03-22 13:01:24 UTC (rev 1481)
+++ trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog      
2007-03-22 13:03:04 UTC (rev 1482)
@@ -1,3 +1,7 @@
+Thu, 22 Mar 2007 12:59:43 +0000 Thomas Wood
+
+       * src/today-main.c: (create_ui): Set window title to keep hrw happy
+
 Thu, 22 Mar 2007 09:51:27 +0100 Dodji Seketeli
 
        * applications/openmoko-today/src/today-events-area.[c|h]:

Modified: trunk/src/target/OM-2007/applications/openmoko-today/src/today-main.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/src/today-main.c       
2007-03-22 13:01:24 UTC (rev 1481)
+++ trunk/src/target/OM-2007/applications/openmoko-today/src/today-main.c       
2007-03-22 13:03:04 UTC (rev 1482)
@@ -214,6 +214,7 @@
   /* main window */
   window = moko_window_new ();
   gtk_widget_set_name (window, "today-application-window");
+  gtk_window_set_title (GTK_WINDOW (window), "Today");
 
   vbox = gtk_vbox_new (FALSE, 12);
   gtk_container_add (GTK_CONTAINER (window), vbox);




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-03-22 14:05:23 +0100 (Thu, 22 Mar 2007)
New Revision: 1483

Modified:
   trunk/oe/packages/tasks/task-openmoko.bb
Log:
oe/tasks: add more panel plugins, settings-daemon, and openmoko-today to 
task-openmoko (thanks Hrw)


Modified: trunk/oe/packages/tasks/task-openmoko.bb
===================================================================
--- trunk/oe/packages/tasks/task-openmoko.bb    2007-03-22 13:03:04 UTC (rev 
1482)
+++ trunk/oe/packages/tasks/task-openmoko.bb    2007-03-22 13:05:23 UTC (rev 
1483)
@@ -4,7 +4,6 @@
 PACKAGE_ARCH = "all"
 LICENSE = "MIT"
 PROVIDES = "task-openmoko-everything"
-DEPENDS = "dropbear"
 PR = "r30"
 
 PACKAGES = "\
@@ -52,17 +51,6 @@
 "
 
 #
-# task-openmoko-phone
-#
-DESCRIPTION_task-openmoko-phone = "OpenMoko: GSM Phone Services"
-RDEPENDS_task-openmoko-phone = "\
-  gsmd \
-  libgsmd-tools \
-  openmoko-dialer \
-  openmoko-panel-gsm \
-"
-
-#
 # task-openmoko-ui
 #
 DESCRIPTION_task-openmoko-ui = "OpenMoko: The X11/Gtk+2 based native User 
Interface"
@@ -84,6 +72,7 @@
   xhost \
   xset \
   xrandr \
+  settings-daemon \
   openmoko-common \
   openmoko-session \
   openmoko-theme-standard \
@@ -98,10 +87,15 @@
 RDEPENDS_task-openmoko-base = "\
   openmoko-mainmenu \
   matchbox-panel-2 \
+  matchbox-panel-2-applets \
   openmoko-footer \
   openmoko-taskmanager \
   openmoko-panel-mainmenu \
   openmoko-panel-battery \
+  openmoko-panel-bt \
+  openmoko-panel-clock \
+  openmoko-panel-usb \
+  openmoko-panel-gps \
 "
 
 #
@@ -112,7 +106,8 @@
   gsmd \
   libgsmd-tools \
   openmoko-dialer \
-# ppp \
+  openmoko-panel-gsm \
+#  ppp \
 "
 
 #
@@ -120,6 +115,7 @@
 #
 DESCRIPTION_task-openmoko-finger = "OpenMoko: Finger UI Applications"
 RDEPENDS_task-openmoko-finger = "\
+#  openmoko-calculator \
 "
 
 #
@@ -130,6 +126,7 @@
   eds-dbus \
   openmoko-contacts \
   openmoko-dates \
+  openmoko-today \
 "
 
 #




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-03-22 14:26:22 +0100 (Thu, 22 Mar 2007)
New Revision: 1484

Modified:
   trunk/oe/conf/site.conf
Log:
oe/site.conf: switch to belnet.sf.net which apparantly has more files than 
heanet


Modified: trunk/oe/conf/site.conf
===================================================================
--- trunk/oe/conf/site.conf     2007-03-22 13:05:23 UTC (rev 1483)
+++ trunk/oe/conf/site.conf     2007-03-22 13:26:22 UTC (rev 1484)
@@ -6,11 +6,13 @@
 
 DL_DIR = "${OMDIR}/sources"
 
-BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/oe/packages/*/*.bb"
-BBFILE_COLLECTIONS = "upstream local"
+BBFILES := "${OMDIR}/openembedded/packages/*/*.bb ${OMDIR}/oa/packages/*/*.bb 
${OMDIR}/oe/packages/*/*.bb"
+BBFILE_COLLECTIONS = "upstream openalchemy local"
 BBFILE_PATTERN_upstream = "^${OMDIR}/openembedded/"
 BBFILE_PATTERN_local = "^${OMDIR}/oe/"
+BBFILE_PATTERN_openalchemy = "^${OMDIR}/oa/"
 BBFILE_PRIORITY_upstream = "5"
+BBFILE_PRIORITY_openalchemy = "9"
 BBFILE_PRIORITY_local = "10"
 
 BBINCLUDELOGS = "yes"
@@ -18,7 +20,7 @@
 #DEBUG_OPTIMIZATION = "-O -g3"
 DEBUG_BUILD = "1"
 #INHIBIT_PACKAGE_STRIP = "1"
-SOURCEFORGE_MIRROR = "http://heanet.dl.sf.net";
+SOURCEFORGE_MIRROR = "http://belnet.dl.sf.net";
 #PARALLEL_MAKE = ""
 
 SRCDATE = "20060814"




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to