summaryrefslogtreecommitdiff
path: root/qt
authorkergoth <kergoth>2003-01-23 20:27:01 (UTC)
committer kergoth <kergoth>2003-01-23 20:27:01 (UTC)
commitafe2c2f4925e45440c081c695a4af0c7839789ef (patch) (unidiff)
treea6372e3cdb8a29b3f316dd110188f148d65e4410 /qt
parent57ed11c1dddb5dc974903c291007662c1f5203c6 (diff)
downloadopie-afe2c2f4925e45440c081c695a4af0c7839789ef.zip
opie-afe2c2f4925e45440c081c695a4af0c7839789ef.tar.gz
opie-afe2c2f4925e45440c081c695a4af0c7839789ef.tar.bz2
Duplicate control pointed out by oliver
Diffstat (limited to 'qt') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qt-embedded-rotation.control11
-rw-r--r--qt/qt-embedded.control10
-rwxr-xr-xqt/qt-embedded.postinst4
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 @@
1Files: $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}.*
2Priority: optional
3Section: opie/system
4Maintainer: Warwick Allison <warwick@trolltech.com>
5Architecture: arm
6Arch: iPAQ
7Depends: libjpeg62
8Version: $QTE_VERSION-$QTE_REVISION
9Description: 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 @@
1Files: $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*
2Priority: required
3Section: opie/system
4Maintainer: Robert Griebl <sandman@handhelds.org>
5Architecture: arm
6Version: $QTE_VERSION-$QTE_REVISION
7Depends: libjpeg62, libpng3, zlib1g
8Description: 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
4exit 0