added Today plugins for PIM
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 4 Jul 2004 20:02:30 +0000 (20:02 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 4 Jul 2004 20:02:30 +0000 (20:02 +0000)
BKrev: 40e86256CO4j9AfZRJpH0Zeo2U4pow

meta/opie-image.oe

index b472fc0..3f3d427 100644 (file)
@@ -12,9 +12,10 @@ OPIE_BASE = "opie-pics opie-qcop opie-quicklauncher opie-taskbar"
 # Things for reasonable bootstrap image
 #
 
-OPIE_BASE_APPLETS = "opie-aboutapplet      opie-clockapplet      opie-logoutapplet    opie-suspendapplet \
-                    opie-batteryapplet    opie-homeapplet       opie-multikeyapplet  opie-rotateapplet  \
-                    opie-vtapplet         opie-cardmon          opie-irdaapplet"
+OPIE_BASE_APPLETS = "opie-aboutapplet opie-clockapplet opie-logoutapplet \
+                     opie-suspendapplet opie-batteryapplet opie-homeapplet \
+                     opie-multikeyapplet opie-rotateapplet opie-vtapplet \ 
+                     opie-cardmon opie-irdaapplet"
 
 OPIE_BASE_INPUTMETHODS = "opie-multikey opie-handwriting opie-pickboard"
 
@@ -33,25 +34,30 @@ OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset"
 # Additional things for a standard 16MB distribution
 #
 
-OPIE_PIM = "opie-alarm opie-addressbook opie-drawpad opie-datebook opie-textedit opie-todo opie-today"
+OPIE_PIM = "opie-alarm opie-addressbook opie-drawpad opie-datebook opie-textedit \
+            opie-todo opie-today opie-today-addressbookplugin opie-today-datebookplugin \
+            opie-today-todolistplugin"
 
 OPIE_EXTRA_APPLETS = "opie-clipboardapplet opie-volumeapplet opie-screenshotapplet"
 
 OPIE_EXTRA_APPS = "opie-advancedfm"
 
-OPIE_EXTRA_SETTINGS = "opie-language opie-launcher-settings opie-doctab opie-security opie-mediummount"
+OPIE_EXTRA_SETTINGS = "opie-language opie-launcher-settings opie-doctab opie-security \
+            opie-mediummount"
 
 #
 # Putting it altogether. Better state IPKG_INSTALL and DEPENDS twice, because library names != package names.
 #
 
-export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE} ${OPIE_BASE_APPLETS}  ${OPIE_BASE_SETTINGS}  ${OPIE_BASE_APPS} \
-                             ${OPIE_BASE_RDEPENDS} ${OPIE_PIM}  ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
-                            ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
-
-DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPEND}  ${OPIE_BASE} ${OPIE_BASE_APPLETS}  ${OPIE_BASE_SETTINGS}  ${OPIE_BASE_APPS} \
-                          ${OPIE_BASE_DEPENDS} ${OPIE_PIM}  ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
-                         ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
+export IPKG_INSTALL = "task-bootstrap ${OPIE_LIBS} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+                       ${OPIE_BASE_SETTINGS} ${OPIE_BASE_APPS} ${OPIE_BASE_RDEPENDS} \
+                       ${OPIE_PIM} ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} \
+                       ${OPIE_EXTRA_APPS} ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} \
+                       ${OPIE_BASE_INPUTMETHODS}"
 
+DEPENDS = "task-bootstrap ${OPIE_LIBS_DEPEND} ${OPIE_BASE} ${OPIE_BASE_APPLETS} \
+            ${OPIE_BASE_SETTINGS}  ${OPIE_BASE_APPS} ${OPIE_BASE_DEPENDS} ${OPIE_PIM} \
+            ${OPIE_EXTRA_APPLETS} ${OPIE_EXTRA_SETTINGS} ${OPIE_EXTRA_APPS} \
+            ${OPIE_BASE_STYLES} ${OPIE_BASE_DECOS} ${OPIE_BASE_INPUTMETHODS}"
 
 inherit image_ipk