diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-14 17:20:31 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-14 17:20:31 +0000 |
commit | efd6c4df156af1a3f72c462b6fcec5d3246dbaa4 (patch) | |
tree | d4265f856e2f4c5b9a0c470891814cddf625d184 /meta | |
parent | 11af90434e23c1fe59290dfba777e26f6b7aafce (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/14 18:19:15+01:00 hrw.one.pl!hrw
meta-opie: added more packages
BKrev: 419793dfKmecEmHaxM_pk98BA2deEg
Diffstat (limited to 'meta')
-rw-r--r-- | meta/meta-opie.oe | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/meta/meta-opie.oe b/meta/meta-opie.oe index e43eede88a..70b6f776e9 100644 --- a/meta/meta-opie.oe +++ b/meta/meta-opie.oe @@ -2,7 +2,7 @@ DESCRIPTION = "Meta-package for Opie and QPE" MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" SECTION = "opie/base" ALLOW_EMPTY = 1 -PR = "r9" +PR = "r10" PACKAGE_ARCH = "all" PACKAGES = "opie task-opie-applets task-opie-applications task-opie-base \ @@ -11,7 +11,8 @@ PACKAGES = "opie task-opie-applets task-opie-applications task-opie-base \ task-opie-styles task-opie-today task-opie-bluetooth \ task-opie-wlan \ task-qpe-applets task-qpe-games task-qpe-inputmethods \ - task-qpe-multimedia task-qpe-emulators task-qpe-applications " + task-qpe-multimedia task-qpe-emulators task-qpe-applications \ + task-qpe-fonts" DEPENDS = "\ opie-examples-python \ @@ -63,6 +64,7 @@ DEPENDS += " ${task-opie-applets}" task-qpe-applets = "\ subapplet \ +tasklistapplet \ " RDEPENDS_task-qpe-applets = "${task-qpe-applets}" DEPENDS += " ${task-qpe-applets}" @@ -103,6 +105,7 @@ RDEPENDS_task-opie-applications = "${task-opie-applications}" DEPENDS += " ${task-opie-applications}" task-qpe-applications = "\ +camera-assistant \ cumulus \ dviviewer \ inkwp \ @@ -125,10 +128,14 @@ timesleuth \ txdrug \ tximage \ ubahnnav \ +visiscript \ +zbedic \ zbench \ zgscore \ zipsc \ zlapspeed \ +zroadmap \ +zshopi \ " RDEPENDS_task-qpe-applications = "${task-qpe-applications}" DEPENDS += " ${task-qpe-applications}" @@ -201,8 +208,8 @@ pipeman \ powermanga \ prboom \ puzz-le \ -qmatrix \ qfish2 \ +qmatrix \ rott \ scummvm \ shisensho \ @@ -216,6 +223,7 @@ zauralign \ zddice \ ziq \ zmerlin \ +zrally \ zrev7 \ zsubhunt \ ztappy " @@ -262,6 +270,7 @@ RDEPENDS_task-opie-multimedia = "${task-opie-multimedia}" DEPENDS += " ${task-opie-multimedia}" task-qpe-multimedia = "\ +mplayer \ sidplayer \ xmms-embedded " RDEPENDS_task-qpe-multimedia = "${task-qpe-multimedia}" @@ -351,9 +360,22 @@ RDEPENDS_task-opie-wlan = "${task-opie-wlan}" DEPENDS += " ${task-opie-wlan}" task-qpe-emulators = "\ +frodo \ snes9x-sdl-qpe \ uae \ " RDEPENDS_task-qpe-emulators = "${task-qpe-emulators}" DEPENDS += " ${task-qpe-emulators}" +task-qpe-fonts = "\ +qpf-georgia \ +qpf-helvetica \ +qpf-unifont \ +qpf-utopia \ +qpf-verdana \ +terminus \ +qpf-bitstream-vera-sans-mono \ +qpf-bitstream-vera \ +" +DEPENDS += " ${task-qpe-fonts}" + |