author | kergoth <kergoth> | 2002-12-12 17:17:29 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-12-12 17:17:29 (UTC) |
commit | 4789fc5908e0f6e5f828e1069b3fa5c7dad1412c (patch) (unidiff) | |
tree | 2cfaa10b1fd54f22a57698620ea12fdb71f9eda5 | |
parent | 2ebde078dcdc50434acb10f2fa245b0d3dd483bd (diff) | |
download | opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.zip opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.tar.gz opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.tar.bz2 |
make passing in qte version for ipk creation easier
-rwxr-xr-x | mkipks | 3 | ||||
-rw-r--r-- | qt/qt-embedded-rotation.control | 2 | ||||
-rw-r--r-- | qt/qt-embedded.control | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | QTE_VERSION=2.3.4 | 3 | [ -z "$QTE_VERSION" ] && QTE_VERSION=2.3.4 |
4 | [ -z "$QTE_REVISION" ] && QTE_REVISION=3 | ||
4 | DEB_VERSION=2.0 | 5 | DEB_VERSION=2.0 |
5 | 6 | ||
diff --git a/qt/qt-embedded-rotation.control b/qt/qt-embedded-rotation.control index 1ef627c..38b5ccc 100644 --- a/qt/qt-embedded-rotation.control +++ b/qt/qt-embedded-rotation.control | |||
@@ -6,5 +6,5 @@ Architecture: arm | |||
6 | Arch: iPAQ | 6 | Arch: iPAQ |
7 | Depends: libjpeg62 | 7 | Depends: libjpeg62 |
8 | Version: $QTE_VERSION-4 | 8 | Version: $QTE_VERSION-$QTE_REVISION |
9 | Description: Qt/Embedded 0,90,180 rotation fonts | 9 | Description: Qt/Embedded 0,90,180 rotation fonts |
10 | The iPAQ's "normal" orientation is 270-degree rotated. | 10 | The iPAQ's "normal" orientation is 270-degree rotated. |
diff --git a/qt/qt-embedded.control b/qt/qt-embedded.control index 5d2932e..94579a4 100644 --- a/qt/qt-embedded.control +++ b/qt/qt-embedded.control | |||
@@ -4,5 +4,5 @@ Section: opie/system | |||
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | 4 | Maintainer: Robert Griebl <sandman@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: $QTE_VERSION-3 | 6 | Version: $QTE_VERSION-$QTE_REVISION |
7 | Depends: libjpeg62, libpng3, zlib1g | 7 | Depends: libjpeg62, libpng3, zlib1g |
8 | Description: Qt/Embedded environment | 8 | Description: Qt/Embedded environment |