-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,9 +1,10 @@ #!/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 mkdir -p $OPIEDIR/etc/rcS.d ln -sf ../init.d/bootsplash $OPIEDIR/etc/rcS.d/S01bootsplash 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 @@ -2,10 +2,10 @@ Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica Priority: optional Section: opie/system 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 @@ -1,10 +1,10 @@ Files: $QTDIR/lib/libqte.so.$QTE_VERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 $QTDIR/lib/fonts/fontdir $QTDIR/lib/fonts/helvetica_*t10* $QTDIR/lib/fonts/fixed_*t10* $QTDIR/lib/fonts/micro_*t10* $QTDIR/lib/fonts/smallsmooth_*t10* $QTDIR/lib/fonts/smoothtimes_{170,100}_50*t10* 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. See "QPE" for applications. |