diff options
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-openmoko-feed.bb | 16 | ||||
-rw-r--r-- | packages/tasks/task-openmoko.bb | 15 |
2 files changed, 27 insertions, 4 deletions
diff --git a/packages/tasks/task-openmoko-feed.bb b/packages/tasks/task-openmoko-feed.bb index 45e6f1b46c..f3e3ee8456 100644 --- a/packages/tasks/task-openmoko-feed.bb +++ b/packages/tasks/task-openmoko-feed.bb @@ -1,15 +1,27 @@ DESCRIPTION = "OpenMoko: Misc. Feed Items" SECTION = "openmoko/base" LICENSE = "MIT" -PR = "r4" +PR = "r8" inherit task RDEPENDS_task-openmoko-feed = "\ - ntpclient \ + aspell enchant \ + bluez-hcidump \ + gpe-filemanager gpe-gallery gpe-timesheet gpe-todo \ + ipkg-link \ + kbdd \ + midori \ + mtpaint \ + mysql \ + nano \ + ntpclient ntp \ openssh openssh-scp openssh-ssh openssh-sshd openssh-sftp openssh-misc \ python \ python-pygtk \ python-pyserial \ + ruby \ timezones \ + tor \ + vnc \ " diff --git a/packages/tasks/task-openmoko.bb b/packages/tasks/task-openmoko.bb index 3616d843e2..0ddf590c9d 100644 --- a/packages/tasks/task-openmoko.bb +++ b/packages/tasks/task-openmoko.bb @@ -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? Or simply Edje to the rescue! :D +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_rokre2 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" +THEMES_rokre6 = "openmoko-icon-theme-standard2 openmoko-theme-standard2-qvga" + +RDEPENDS_task-openmoko-ui += "${THEMES}" + # # task-openmoko-base # |