summaryrefslogtreecommitdiff
authorkergoth <kergoth>2002-12-12 17:17:29 (UTC)
committer kergoth <kergoth>2002-12-12 17:17:29 (UTC)
commit4789fc5908e0f6e5f828e1069b3fa5c7dad1412c (patch) (side-by-side diff)
tree2cfaa10b1fd54f22a57698620ea12fdb71f9eda5
parent2ebde078dcdc50434acb10f2fa245b0d3dd483bd (diff)
downloadopie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.zip
opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.tar.gz
opie-4789fc5908e0f6e5f828e1069b3fa5c7dad1412c.tar.bz2
make passing in qte version for ipk creation easier
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xmkipks3
-rw-r--r--qt/qt-embedded-rotation.control2
-rw-r--r--qt/qt-embedded.control2
3 files changed, 4 insertions, 3 deletions
diff --git a/mkipks b/mkipks
index c39b66f..97f78c5 100755
--- a/mkipks
+++ b/mkipks
@@ -1,6 +1,7 @@
#!/bin/sh
-QTE_VERSION=2.3.4
+[ -z "$QTE_VERSION" ] && QTE_VERSION=2.3.4
+[ -z "$QTE_REVISION" ] && QTE_REVISION=3
DEB_VERSION=2.0
# Have to do this here, since CVS can't store symlinks
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
@@ -5,7 +5,7 @@ Maintainer: Warwick Allison <warwick@trolltech.com>
Architecture: arm
Arch: iPAQ
Depends: libjpeg62
-Version: $QTE_VERSION-4
+Version: $QTE_VERSION-$QTE_REVISION
Description: Qt/Embedded 0,90,180 rotation fonts
The iPAQ's "normal" orientation is 270-degree rotated.
These fonts are the fonts for other angles.
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
@@ -3,7 +3,7 @@ Priority: required
Section: opie/system
Maintainer: Robert Griebl <sandman@handhelds.org>
Architecture: arm
-Version: $QTE_VERSION-3
+Version: $QTE_VERSION-$QTE_REVISION
Depends: libjpeg62, libpng3, zlib1g
Description: Qt/Embedded environment
A complete windowing system and GUI toolkit for handhelds.