author | wimpie <wimpie> | 2004-04-02 22:59:35 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-02 22:59:35 (UTC) |
commit | aeb8f96f5551d5e8d5643c0d2fa0894cd80e511b (patch) (unidiff) | |
tree | aa697c5fd0d4ded35bb5d706b2750e13386cf9bd | |
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 | ||||
-rw-r--r-- | noncore/net/opietooth/applet/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/config.in | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/libopietooth1.control | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/config.in | 2 | ||||
-rw-r--r-- | qt/control/qte-fonts-common.control | 4 |
8 files changed, 9 insertions, 9 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 @@ | |||
1 | Package: opie-dasher-english | 1 | Package: opie-dasher-english |
2 | Files: share/dasher/training_english_GB.txt | 2 | Files: share/dasher/training_english_GB.txt |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
5 | Maintainer: Matthew Garrett <mjg59@srcf.ucam.org> | 5 | Maintainer: Matthew Garrett <mjg59@srcf.ucam.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: $QPE_VERSION-1 | 7 | Version: $QPE_VERSION$EXTRAVERSION |
8 | Depends: opie-dasher | 8 | Depends: opie-dasher |
9 | Description: Dasher text input method | 9 | Description: Dasher text input method |
10 | Dasher is a novel zooming text entry method that allows significantly faster | 10 | Dasher is a novel zooming text entry method that allows significantly faster |
11 | text entry than traditional methods. This package provides the necessary | 11 | text entry than traditional methods. This package provides the necessary |
12 | data file to allow it to make predictions in English. | 12 | 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 @@ | |||
1 | Package: opie-dasher | 1 | Package: opie-dasher |
2 | Files: plugins/inputmethods/libqdasher.so* share/dasher/alphabet.xml | 2 | Files: plugins/inputmethods/libqdasher.so* share/dasher/alphabet.xml |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: opie/inputmethods | 4 | Section: opie/inputmethods |
5 | Maintainer: Matthew Garrett <mjg59@srcf.ucam.org> | 5 | Maintainer: Matthew Garrett <mjg59@srcf.ucam.org> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: $QPE_VERSION-1 | 7 | Version: $QPE_VERSION$EXTRAVERSION |
8 | Depends: task-opie-minimal | 8 | Depends: task-opie-minimal |
9 | Description: Dasher text input method | 9 | Description: Dasher text input method |
10 | Dasher is a novel zooming text entry method that allows significantly faster | 10 | Dasher is a novel zooming text entry method that allows significantly faster |
11 | text entry than traditional methods. | 11 | text entry than traditional methods. |
diff --git a/noncore/net/opietooth/applet/config.in b/noncore/net/opietooth/applet/config.in index ee37ed6..ec568ea 100644 --- a/noncore/net/opietooth/applet/config.in +++ b/noncore/net/opietooth/applet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIETOOTH-APPLET | 1 | config OPIETOOTH-APPLET |
2 | boolean | 2 | boolean |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIECORE2 && OPIETOOTH && LIBOPIETOOTH | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && OPIETOOTH && LIBOPIETOOTH |
diff --git a/noncore/net/opietooth/blue-pin/config.in b/noncore/net/opietooth/blue-pin/config.in index 93bc70c..c853717 100644 --- a/noncore/net/opietooth/blue-pin/config.in +++ b/noncore/net/opietooth/blue-pin/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config BLUE-PIN | 1 | config BLUE-PIN |
2 | boolean "opie-bluepin (Bluetooth pin application)" | 2 | boolean "opie-bluepin (Bluetooth pin application)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIECORE2 && OPIETOOTH | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && OPIETOOTH |
diff --git a/noncore/net/opietooth/lib/config.in b/noncore/net/opietooth/lib/config.in index 7be2575..4e73895 100644 --- a/noncore/net/opietooth/lib/config.in +++ b/noncore/net/opietooth/lib/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBOPIETOOTH | 1 | config LIBOPIETOOTH |
2 | boolean "libopietooth1 (Opie Bluetooth library)" | 2 | boolean "libopietooth1 (Opie Bluetooth library)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIECORE2 && OPIETOOTH | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && OPIETOOTH |
diff --git a/noncore/net/opietooth/lib/libopietooth1.control b/noncore/net/opietooth/lib/libopietooth1.control index e96ce24..1040de2 100644 --- a/noncore/net/opietooth/lib/libopietooth1.control +++ b/noncore/net/opietooth/lib/libopietooth1.control | |||
@@ -1,10 +1,10 @@ | |||
1 | Package: libopietooth1 | 1 | Package: libopietooth1 |
2 | Files: lib/libopietooth.so.1.0.0 lib/libopietooth.so.1.0 lib/libopietooth.so.1 | 2 | Files: lib/libopietooth.so.1.0.0 lib/libopietooth.so.1.0 lib/libopietooth.so.1 |
3 | Priority: optional | 3 | Priority: optional |
4 | Section: libs | 4 | Section: libs |
5 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> | 5 | Maintainer: Maximilian Reiß <max.reiss@gmx.de> |
6 | Architecture: arm | 6 | Architecture: arm |
7 | Replaces: libopietooth | 7 | Replaces: libopietooth |
8 | Depends: libqte2 (>=2.3.4), libopie, task-bluez | 8 | Depends: libqte2 (>=2.3.4), libopie1, task-bluez |
9 | Description: Opie bluetooth library | 9 | Description: Opie bluetooth library |
10 | Version: $QPE_VERSION$EXTRAVERSION | 10 | Version: $QPE_VERSION$EXTRAVERSION |
diff --git a/noncore/net/opietooth/manager/config.in b/noncore/net/opietooth/manager/config.in index 2f06e37..ecebb9b 100644 --- a/noncore/net/opietooth/manager/config.in +++ b/noncore/net/opietooth/manager/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config OPIETOOTH-MANAGER | 1 | config OPIETOOTH-MANAGER |
2 | boolean "opie-bluetoothmanager (Bluetooth manager)" | 2 | boolean "opie-bluetoothmanager (Bluetooth manager)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIECORE2 && OPIETOOTH && LIBOPIETOOTH | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && OPIETOOTH && LIBOPIETOOTH |
diff --git a/qt/control/qte-fonts-common.control b/qt/control/qte-fonts-common.control index 1fd737c..14e7ccf 100644 --- a/qt/control/qte-fonts-common.control +++ b/qt/control/qte-fonts-common.control | |||
@@ -1,8 +1,8 @@ | |||
1 | Package: qte-fonts-common | 1 | Package: qte-fonts-common |
2 | Files: root/usr/sbin/update-qtfontdir | 2 | Files: root/usr/sbin/update-qtfontdir |
3 | Priority: required | 3 | Priority: required |
4 | Section: opie/system | 4 | Section: opie/system |
5 | Maintainer: Opie Team <opie@handhelds.org> | 5 | Maintainer: Opie Team <opie@handhelds.org> |
6 | Architecture: arm | 6 | Architecture: all |
7 | Version: 1:$QTE_VERSION-$QTE_REVISION-1 | 7 | Version: 1:$QTE_VERSION-$QTE_REVISION |
8 | Description: Qt/Embedded font common files | 8 | Description: Qt/Embedded font common files |