[oe-commits] org.oe.dev task-openmoko: pragmatic approach to choosing themes

mickeyl commit openembedded-commits at lists.openembedded.org
Sun Sep 2 21:32:14 UTC 2007


task-openmoko: pragmatic approach to choosing themes

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 3044a9fe66202d10ba087cc32b12f8d7363abcbf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=3044a9fe66202d10ba087cc32b12f8d7363abcbf
Files:
1
packages/tasks/task-openmoko.bb
Diffs:

#
# mt diff -raaceb234bbfc198cfa51d5080703676966aa8f7c -r3044a9fe66202d10ba087cc32b12f8d7363abcbf
#
# 
# 
# patch "packages/tasks/task-openmoko.bb"
#  from [d07b9cd90e2a77b275934886cf40b954014b09c2]
#    to [42cdffc8a3ad775182f6a319ca88cd8a0230c625]
# 
============================================================
--- packages/tasks/task-openmoko.bb	d07b9cd90e2a77b275934886cf40b954014b09c2
+++ packages/tasks/task-openmoko.bb	42cdffc8a3ad775182f6a319ca88cd8a0230c625
@@ -68,14 +68,25 @@ RDEPENDS_task-openmoko-ui = "\
   settings-daemon \
   \
   openmoko-session2 \
-  openmoko-theme-standard2 \
-  openmoko-icon-theme-standard2 \
   openmoko-sound-system \
   openmoko-sound-theme-standard \
   neod \
   gpe-scap \
 "
 
+# handle theming. FIXME: properly use machine database in a smart way,
+# 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?
+THEMES       = "openmoko-icon-theme-standard2 openmoko-theme-standard2"
+THEMES_a780  = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga"
+THEMES_e680  = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga"
+THEMES_a1200 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga"
+THEMES_rokr2 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga"
+THEMES_rokr6 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga"
+
+RDEPENDS_task-openmoko-ui += "${THEMES}"
+
 #
 # task-openmoko-base
 #






More information about the Openembedded-commits mailing list