-rw-r--r-- | library/libqpe1.control | 8 | ||||
-rwxr-xr-x | library/libqpe1.postinst | 4 | ||||
-rw-r--r-- | library/opie-base.control | 9 | ||||
-rw-r--r-- | library/opie-common.control | 7 |
4 files changed, 22 insertions, 6 deletions
diff --git a/library/libqpe1.control b/library/libqpe1.control new file mode 100644 index 0000000..8b0e437 --- a/dev/null +++ b/library/libqpe1.control @@ -0,0 +1,8 @@ +Files: $OPIEDIR/lib/libqpe.so.1 $OPIEDIR/lib/libqpe.so.1.5 $OPIEDIR/lib/libqpe.so.1.5.0 +Priority: required +Section: opie/system +Maintainer: Project Opie <opie@handhelds.org> +Architecture: arm +Version: $QPE_VERSION-$SUB_VERSION.1 +Depends: qt-embedded (>=$QTE_VERSION) +Description: libqpe, base qtopia/opie library. diff --git a/library/libqpe1.postinst b/library/libqpe1.postinst new file mode 100755 index 0000000..50d922c --- a/dev/null +++ b/library/libqpe1.postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -x ldconfig ] && ldconfig +exit 0 diff --git a/library/opie-base.control b/library/opie-base.control index 8a9fdf6..4d0b015 100644 --- a/library/opie-base.control +++ b/library/opie-base.control @@ -1,12 +1,9 @@ -Files: etc/colors root/etc/init.d/opie bin/opie-reorgfiles $QTDIR/lib/libqpe.so.1 $QTDIR/lib/libqpe.so.1.5 $QTDIR/lib/libqpe.so.1.5.0 apps/*/.directory etc/mime.types apps/Settings/quit.desktop pics/logo/* Priority: required Section: opie/system Maintainer: Project Opie <opie@handhelds.org> Architecture: arm -Version: $QPE_VERSION-$SUB_VERSION.2 +Version: $QPE_VERSION-$SUB_VERSION.3 Provides: qpe-base Conflicts: qpe-base -Depends: qt-embedded (>=$QTE_VERSION), qt-embedded-rotation, opie-qcop, opie-taskbar, opie-sounds, apmd, opie-pics, libopie, timezones -Description: Base Opie environment - A complete GUI environment for handhelds. - You will probably want to install one of the opie-i18n-* packages. +Depends: qt-embedded (>=$QTE_VERSION), qt-embedded-rotation, opie-common, libqpe1, libopie11, opie-qcop, opie-taskbar, opie-sounds, apmd, opie-pics, timezones +Description: opie-base virtual package diff --git a/library/opie-common.control b/library/opie-common.control new file mode 100644 index 0000000..8afbb82 --- a/dev/null +++ b/library/opie-common.control @@ -0,0 +1,7 @@ +Files: etc/colors root/etc/init.d/opie bin/opie-reorgfiles apps/*/.directory etc/mime.types apps/Settings/quit.desktop pics/logo/* +Priority: required +Section: opie/system +Maintainer: Project Opie <opie@handhelds.org> +Architecture: arm +Version: $QPE_VERSION-$SUB_VERSION.1 +Description: Core opie files |