Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 3 Jun 2004 17:27:03 +0000 (17:27 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 3 Jun 2004 17:27:03 +0000 (17:27 +0000)
into home.hrw.one.pl:/home/szczepan/zaurus/oe/packages

2004/06/03 19:25:28+02:00 hrw.one.pl!hrw
remove postinst/postrm errors

BKrev: 40bf5f67OtvAg844gK-VdDDx38NM-w

opie-cardmon/opie-cardmon_cvs.oe
opie-clipboardapplet/opie-clipboardapplet_cvs.oe
opie-clockapplet/opie-clockapplet_cvs.oe
opie-handwriting/opie-handwriting_cvs.oe
opie-irdaapplet/opie-irdaapplet_cvs.oe
opie-multikey/opie-multikey_cvs.oe
opie-multikeyapplet/opie-multikeyapplet_cvs.oe
opie-screenshotapplet/opie-screenshotapplet_cvs.oe
opie-volumeapplet/opie-volumeapplet_cvs.oe
qte/qte_2.3.7.oe
vera-fonts/qpf-bitstream-vera_1.10.oe

index 8a76e4e..bec3300 100644 (file)
@@ -20,13 +20,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libcardmonapplet.so* pics/cardmon/*.png sounds/cardmon/*.wav
index 8a34049..b189995 100644 (file)
@@ -19,13 +19,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libclipboardapplet.so*
index c40b3b1..699e06d 100644 (file)
@@ -19,13 +19,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libclockapplet.so*
index 8660693..c33fc2e 100644 (file)
@@ -16,7 +16,7 @@ inherit opie
 
 pkg_postinst() {
 #!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
 else
@@ -27,7 +27,7 @@ fi
 
 pkg_postrm() {
 #!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
 }
 
index b1efff0..2db463f 100644 (file)
@@ -20,13 +20,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libirdaapplet.so* pics/irdaapplet/* sounds/irdaapplet/*.wav
index e69de29..5040eb0 100644 (file)
@@ -0,0 +1,40 @@
+DESCRIPTION = "Multiple language keyboard"
+SECTION = "opie/inputmethods"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libqtaux2 opie-pickboard"
+RDEPENDS = "opie-pics"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "qmultikey"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/inputmethods/multikey;date=${CVSDATE} \
+       cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/share;date=${CVSDATE}"
+
+S = "${WORKDIR}/multikey"
+
+inherit opie
+
+pkg_postinst() {
+#!/bin/sh
+if [ -n "$D" ]; then exit 1; fi
+if pidof -s qpe >/dev/null; then
+  /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
+else
+  exit 0
+fi
+}
+
+pkg_postrm() {
+#!/bin/sh
+if [ -n "$D" ]; then exit 1; fi
+/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
+}
+
+# FILES plugins/inputmethods/libqmultikey.so* share/multikey/*
+do_install() {
+       install -d ${D}${palmtopdir}/share/multikey/
+       install -m 0644 ${WORKDIR}/share/multikey/*.keymap ${D}${palmtopdir}/share/multikey/
+       install -m 0644 ${WORKDIR}/share/multikey/README ${D}${palmtopdir}/share/multikey/
+}
+
index 09ec2fb..d5c25b6 100644 (file)
@@ -18,13 +18,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libmultikeyapplet.so*
index bbe3b85..18c525a 100644 (file)
@@ -18,13 +18,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libscreenshotapplet.so*
index 264636d..80e96b4 100644 (file)
@@ -18,13 +18,13 @@ pkg_postinst() {
 if pidof -s qpe >/dev/null; then
   /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
 fi
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 pkg_postrm() {
 #!/bin/sh
 /opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadApplets()"
- if [ -n $D ]; then false; fi
+ if [ -n "$D" ]; then false; fi
 }
 
 # FILES plugins/applets/libvolumeapplet.so*
index eb7bfd9..bc3fc4f 100644 (file)
@@ -97,10 +97,10 @@ do_install() {
 
 pkg_postinst () {
 #!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
 set -e
 . /etc/profile
-update-qtfontdir
+${sbindir}/update-qtfontdir
 }
 
 #
index a83ab33..a79b3f4 100644 (file)
@@ -14,10 +14,10 @@ do_install () {
 
 pkg_postinst () {
 #!/bin/sh
-if [ -n $D ]; then exit 1; fi
+if [ -n "$D" ]; then exit 1; fi
 set -e
 . /etc/profile
-update-qtfontdir
+${sbindir}/update-qtfontdir
 }
 
 PACKAGES = "qpf-bitstream-vera-small qpf-bitstream-vera-large"