-rw-r--r-- | qt/libqt2-emb-fonts.control | 8 | ||||
-rw-r--r-- | qt/libqt2-emb.control | 12 | ||||
-rwxr-xr-x | qt/libqt2-emb.postinst | 4 |
3 files changed, 24 insertions, 0 deletions
diff --git a/qt/libqt2-emb-fonts.control b/qt/libqt2-emb-fonts.control new file mode 100644 index 0000000..9dd45ca --- a/dev/null +++ b/qt/libqt2-emb-fonts.control | |||
@@ -0,0 +1,8 @@ | |||
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}.* $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: Opie Team <opie@handhelds.org> | ||
5 | Architecture: arm | ||
6 | Depends: libqt2-emb | ||
7 | Version: $QTE_VERSION-$QTE_REVISION | ||
8 | Description: Qt/Embedded fonts - 0,90,180,270 rotation | ||
diff --git a/qt/libqt2-emb.control b/qt/libqt2-emb.control new file mode 100644 index 0000000..14a4458 --- a/dev/null +++ b/qt/libqt2-emb.control | |||
@@ -0,0 +1,12 @@ | |||
1 | Files: $QTDIR/lib/libqte.so.$QTE_VERSION $QTDIR/lib/libqte.so.2.3 $QTDIR/lib/libqte.so.2 | ||
2 | Priority: required | ||
3 | Section: opie/system | ||
4 | Maintainer: Robert Griebl <sandman@handhelds.org> | ||
5 | Architecture: arm | ||
6 | Version: $QTE_VERSION-$QTE_REVISION.1 | ||
7 | Depends: libjpeg62, libpng3, zlib1g | ||
8 | Provides: qt-embedded | ||
9 | Replaces: qt-embedded | ||
10 | Description: Qt/Embedded environment | ||
11 | A complete windowing system and GUI toolkit for handhelds. | ||
12 | See "QPE" for applications. | ||
diff --git a/qt/libqt2-emb.postinst b/qt/libqt2-emb.postinst new file mode 100755 index 0000000..50d922c --- a/dev/null +++ b/qt/libqt2-emb.postinst | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ -x ldconfig ] && ldconfig | ||
4 | exit 0 | ||