From: Michael Lauer Date: Tue, 15 Feb 2005 02:59:59 +0000 (+0000) Subject: opie-collections: consolidate c7x0 and catch up w/ more fine granular font packaging X-Git-Tag: Release-2010-05/1~15007 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc592d1897fc3bf41dafdcb8a7107c2c7749bdae;p=openembedded.git opie-collections: consolidate c7x0 and catch up w/ more fine granular font packaging BKrev: 421165afIheajvFiT1-goveIgF4wZg --- diff --git a/packages/meta/opie-collections.inc b/packages/meta/opie-collections.inc index c03994f614..63532dba09 100644 --- a/packages/meta/opie-collections.inc +++ b/packages/meta/opie-collections.inc @@ -2,21 +2,34 @@ # A collection of dependencies for images including Opie or parts of it. # +# +# Fonts for 240x320 displays +# + +OPIE_FONTS_SMALL = "qte-font-smoothsans-90 qte-font-smoothsans-100 qte-font-smoothsans-110 \ + qte-font-smoothmono-90 qte-font-smoothmono-100 qte-font-smoothmono-110 \ + qte-font-fixed-70 qte-font-fixed-120 " + +# +# Fonts for >= 640x480 displays +# + +OPIE_FONTS_LARGE = "qte-font-smoothsans-120 qte-font-smoothsans-140 qte-font-smoothsans-180 \ + qte-font-smoothmono-120 qte-font-smoothmono-140 qte-font-smoothmono-180 " + # # Dependencies to get the launcher up and running # -OPIE_LIBS_DEPENDS = "qte libopie2 qpf-bitstream-vera qpf-bitstream-vera-sans-mono qpf-unifont" -OPIE_LIBS_RDEPENDS = "qpf-bitstream-vera-small qte-font-fixed" +OPIE_LIBS_DEPENDS = "qte libopie2 qpf-qte" +OPIE_LIBS_RDEPENDS = "${OPIE_FONTS_SMALL}" OPIE_BASE = "opie-pics opie-sounds opie-qcop opie-quicklauncher opie-taskbar" # # High res displays need some additional larger fonts # -OPIE_LIBS_RDEPENDS_append_corgi = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" -OPIE_LIBS_RDEPENDS_append_shepherd = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" -OPIE_LIBS_RDEPENDS_append_husky = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" -OPIE_LIBS_RDEPENDS_append_tosa = " qpf-bitstream-vera-large qpf-bitstream-vera-sans-mono-large" +OPIE_LIBS_RDEPENDS_append_c7x0 = " ${OPIE_FONTS_LARGE}" +OPIE_LIBS_RDEPENDS_append_tosa = " ${OPIE_FONTS_LARGE}" # # Things for reasonable bootstrap image @@ -41,11 +54,9 @@ OPIE_BASE_DEPENDS = "ipkg ntp bluez-utils-nodbus irda-utils openobex-apps libopi OPIE_BASE_RDEPENDS = "ntpdate opie-handwriting-classicset bluez-utils-nodbus openobex-apps libopieobex0" # -# Clamshell models need the autorotate applet +# Clamshell models can benefit from the autorotate applet # -OPIE_BASE_DEPENDS_append_corgi = " opie-autorotateapplet" -OPIE_BASE_DEPENDS_append_shepherd = " opie-autorotateapplet" -OPIE_BASE_DEPENDS_append_husky = " opie-autorotateapplet" +OPIE_BASE_DEPENDS_append_c7x0 = " opie-autorotateapplet" # # Additional things for a standard 16MB distribution