-rw-r--r-- | qt/qt-embedded-rotation.control | 11 | ||||
-rw-r--r-- | qt/qt-embedded.control | 10 | ||||
-rwxr-xr-x | qt/qt-embedded.postinst | 4 |
3 files changed, 0 insertions, 25 deletions
diff --git a/qt/qt-embedded-rotation.control b/qt/qt-embedded-rotation.control deleted file mode 100644 index 38b5ccc..0000000 --- a/qt/qt-embedded-rotation.control +++ b/dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | Files: $QTDIR/lib/fonts/helvetica_*_{50,50i,75,75i}.* $QTDIR/lib/fonts/helvetica_*_t*5* $QTDIR/lib/fonts/fixed_*_50.* $QTDIR/lib/fonts/fixed_*_t*5* $QTDIR/lib/fonts/micro_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smallsmooth_*{50,50_t15,50_t5}.* $QTDIR/lib/fonts/smoothtimes_{170,100}_{50,50_t15,50_t5}.* | ||
2 | Priority: optional | ||
3 | Section: opie/system | ||
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | ||
5 | Architecture: arm | ||
6 | Arch: iPAQ | ||
7 | Depends: libjpeg62 | ||
8 | Version: $QTE_VERSION-$QTE_REVISION | ||
9 | Description: Qt/Embedded 0,90,180 rotation fonts | ||
10 | The iPAQ's "normal" orientation is 270-degree rotated. | ||
11 | These fonts are the fonts for other angles. | ||
diff --git a/qt/qt-embedded.control b/qt/qt-embedded.control deleted file mode 100644 index 94579a4..0000000 --- a/qt/qt-embedded.control +++ b/dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | 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* | ||
2 | Priority: required | ||
3 | Section: opie/system | ||
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | ||
5 | Architecture: arm | ||
6 | Version: $QTE_VERSION-$QTE_REVISION | ||
7 | Depends: libjpeg62, libpng3, zlib1g | ||
8 | Description: Qt/Embedded environment | ||
9 | A complete windowing system and GUI toolkit for handhelds. | ||
10 | See "QPE" for applications. | ||
diff --git a/qt/qt-embedded.postinst b/qt/qt-embedded.postinst deleted file mode 100755 index 50d922c..0000000 --- a/qt/qt-embedded.postinst +++ b/dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ -x ldconfig ] && ldconfig | ||
4 | exit 0 | ||