-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
@@ -2,3 +2,4 @@ -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 @@ -7,3 +7,3 @@ Arch: iPAQ Depends: libjpeg62 -Version: $QTE_VERSION-4 +Version: $QTE_VERSION-$QTE_REVISION Description: Qt/Embedded 0,90,180 rotation fonts 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 @@ -5,3 +5,3 @@ Maintainer: Robert Griebl <sandman@handhelds.org> Architecture: arm -Version: $QTE_VERSION-3 +Version: $QTE_VERSION-$QTE_REVISION Depends: libjpeg62, libpng3, zlib1g |