-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 @@ #!/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 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 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. 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 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 |