Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 18 Jul 2004 01:44:21 +0000 (01:44 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 18 Jul 2004 01:44:21 +0000 (01:44 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/07/18 01:02:55+02:00 uni-frankfurt.de!mickey
remove opie-liquid (it is already in and has the name opie-style-liquid) and repair the opie-keyview postinst/postrm

BKrev: 40f9d5f5YSTxpmGMMVBv7KA4cvQfRw

opie-keyview/opie-keyview_cvs.oe

index e69de29..d3a052a 100644 (file)
@@ -0,0 +1,30 @@
+DESCRIPTION = "Keyview Development Inputmethod"
+SECTION = "opie/inputmethods"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "virtual/libqpe"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "keyview"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/development/keyview;date=${CVSDATE} "
+
+S = "${WORKDIR}/${APPNAME}"
+
+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
+/opt/QtPalmtop/bin/qcop QPE/TaskBar "reloadInputMethods()"
+}
+
+# FILES plugins/inputmethods/libkeyview.so*