opie terminals needs fixed width font
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 21 Sep 2004 14:53:23 +0000 (14:53 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 21 Sep 2004 14:53:23 +0000 (14:53 +0000)
BKrev: 41504063W3V2_fGsTtW8CrID6LPQgw

opie-console/opie-console_1.1.6.oe
opie-console/opie-console_cvs.oe
opie-embeddedkonsole/opie-embeddedkonsole_1.1.6.oe
opie-embeddedkonsole/opie-embeddedkonsole_cvs.oe

index cb93f8e..967a38f 100644 (file)
@@ -3,8 +3,8 @@ SECTION = "opie/applications"
 PRIORITY = "optional"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
-RDEPENDS = "opie-keytabs"
-PR = "r1"
+RDEPENDS = "opie-keytabs qte-font-fixed"
+PR = "r2"
 
 APPNAME = "opie-console"
 APPTYPE = binary
index b087757..4c83dcf 100644 (file)
@@ -4,9 +4,10 @@ PRIORITY = "optional"
 MAINTAINER = "Team Opie <opie@handhelds.org>"
 LICENSE = "GPL"
 PV = "1.1.6-cvs-${CVSDATE}"
-RDEPENDS = "opie-keytabs"
+RDEPENDS = "opie-keytabs qte-font-fixed"
 APPNAME = "opie-console"
 APPTYPE = binary
+PR = "r1"
 
 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/${APPNAME} \
            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
index e69de29..9b9abfe 100644 (file)
@@ -0,0 +1,23 @@
+DESCRIPTION = "Opie embedded konsole"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = " libqtaux2"
+RDEPENDS = "qte-font-fixed"
+PR = "r1"
+
+APPNAME = "embeddedkonsole"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/core/apps/${APPNAME} \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+    install -d ${D}/${palmtopdir}/pics/konsole/
+    install -m 0644 ${WORKDIR}/pics/konsole/*.png ${D}/${palmtopdir}/pics/konsole/
+}
index 21bf0eb..5dc2149 100644 (file)
@@ -6,6 +6,8 @@ LICENSE = "GPL"
 DEPENDS = " libqtaux2"
 PV = "1.1.6-cvs-${CVSDATE}"
 APPNAME = "embeddedkonsole"
+RDEPENDS = "qte-font-fixed"
+PR = "r1"
 
 SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/${APPNAME} \
            cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \