author | wimpie <wimpie> | 2004-04-02 22:59:35 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-02 22:59:35 (UTC) |
commit | aeb8f96f5551d5e8d5643c0d2fa0894cd80e511b (patch) (side-by-side diff) | |
tree | aa697c5fd0d4ded35bb5d706b2750e13386cf9bd /inputmethods | |
parent | edd008d91ca57453601d0c2098936287d98975e6 (diff) | |
download | opie-aeb8f96f5551d5e8d5643c0d2fa0894cd80e511b.zip opie-aeb8f96f5551d5e8d5643c0d2fa0894cd80e511b.tar.gz opie-aeb8f96f5551d5e8d5643c0d2fa0894cd80e511b.tar.bz2 |
Some simple changes
some config.in files depended on LIBOPIECORE2 and not LIBOPIE2CORE
some control files contained an extra -1 to the version -> $EXTRAVERSION
libopietoot1 : depended on libopie and not libopie1
-rw-r--r-- | inputmethods/dasher/opie-dasher-english.control | 2 | ||||
-rw-r--r-- | inputmethods/dasher/opie-dasher.control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inputmethods/dasher/opie-dasher-english.control b/inputmethods/dasher/opie-dasher-english.control index c2cee2e..180f121 100644 --- a/inputmethods/dasher/opie-dasher-english.control +++ b/inputmethods/dasher/opie-dasher-english.control @@ -1,12 +1,12 @@ Package: opie-dasher-english Files: share/dasher/training_english_GB.txt Priority: optional Section: opie/inputmethods Maintainer: Matthew Garrett <mjg59@srcf.ucam.org> Architecture: arm -Version: $QPE_VERSION-1 +Version: $QPE_VERSION$EXTRAVERSION Depends: opie-dasher Description: Dasher text input method Dasher is a novel zooming text entry method that allows significantly faster text entry than traditional methods. This package provides the necessary data file to allow it to make predictions in English. diff --git a/inputmethods/dasher/opie-dasher.control b/inputmethods/dasher/opie-dasher.control index 586b88a..48c407a 100644 --- a/inputmethods/dasher/opie-dasher.control +++ b/inputmethods/dasher/opie-dasher.control @@ -1,11 +1,11 @@ Package: opie-dasher Files: plugins/inputmethods/libqdasher.so* share/dasher/alphabet.xml Priority: optional Section: opie/inputmethods Maintainer: Matthew Garrett <mjg59@srcf.ucam.org> Architecture: arm -Version: $QPE_VERSION-1 +Version: $QPE_VERSION$EXTRAVERSION Depends: task-opie-minimal Description: Dasher text input method Dasher is a novel zooming text entry method that allows significantly faster text entry than traditional methods. |