-rw-r--r-- | qt/control/libqte2.control | 12 | ||||
-rwxr-xr-x | qt/control/libqte2.postinst | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/qt/control/libqte2.control b/qt/control/libqte2.control new file mode 100644 index 0000000..30c79c9 --- a/dev/null +++ b/qt/control/libqte2.control | |||
@@ -0,0 +1,12 @@ | |||
1 | Files: $QTDIR/lib/libqte.so.$QTE_BASEVERSION $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: 1:$QTE_VERSION-$QTE_REVISION | ||
7 | Depends: libjpeg62, libpng3, zlib1g | ||
8 | Provides: qt-embedded, libqt2-emb | ||
9 | Replaces: qt-embedded, libqt2-emb | ||
10 | Description: Qt/Embedded environment | ||
11 | A complete windowing system and GUI toolkit for handhelds. | ||
12 | See "QPE" for applications. | ||
diff --git a/qt/control/libqte2.postinst b/qt/control/libqte2.postinst new file mode 100755 index 0000000..0c37b3d --- a/dev/null +++ b/qt/control/libqte2.postinst | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ -x /sbin/ldconfig ] && /sbin/ldconfig | ||
4 | exit 0 | ||