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
+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*