author | groucho <groucho> | 2003-04-22 17:09:20 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-04-22 17:09:20 (UTC) |
commit | d52050f2d288435e47da6448f7c8f060cea1d02f (patch) (side-by-side diff) | |
tree | 75c5078178c3589b92bc5ebf690155a4e961c530 | |
parent | 36c7300b80126b5349caf6147312804b9d11949e (diff) | |
download | opie-d52050f2d288435e47da6448f7c8f060cea1d02f.zip opie-d52050f2d288435e47da6448f7c8f060cea1d02f.tar.gz opie-d52050f2d288435e47da6448f7c8f060cea1d02f.tar.bz2 |
libqte2 is not the package name fo dependencies should be also fixed
-rw-r--r-- | libopie/libopie1.control | 2 | ||||
-rw-r--r-- | library/libqpe1.control | 2 | ||||
-rw-r--r-- | library/task-opie-minimal.control | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libopie/libopie1.control b/libopie/libopie1.control index 9be98bb..741e1f9 100644 --- a/libopie/libopie1.control +++ b/libopie/libopie1.control @@ -1,10 +1,10 @@ Files: $OPIEDIR/lib/libopie.so.1.0.0 $OPIEDIR/lib/libopie.so.1.0 $OPIEDIR/lib/libopie.so.1 Priority: optional Section: opie/system Maintainer: Opie Team <opie@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION.1 -Depends: libqt2-emb (>=$QTE_VERSION), libqpe1 +Depends: libqte2 (>=$QTE_VERSION), libqpe1 Provides: libopie Replaces: libopie Description: Opie library diff --git a/library/libqpe1.control b/library/libqpe1.control index 94992b1..9f9f58b 100644 --- a/library/libqpe1.control +++ b/library/libqpe1.control @@ -1,8 +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: libqt2-emb (>=2.3.4-beta4), libqt2-emb-fonts (>=$QTE_VERSION) +Depends: libqte2 (>=2.3.4), qte-fonts (>=$QTE_VERSION) Description: libqpe, base qtopia/opie library. diff --git a/library/task-opie-minimal.control b/library/task-opie-minimal.control index 14b53f8..cac81b1 100644 --- a/library/task-opie-minimal.control +++ b/library/task-opie-minimal.control @@ -1,12 +1,12 @@ Files: Priority: required Section: opie/system Maintainer: Opie Team <opie@handhelds.org> Architecture: arm Version: $QPE_VERSION-$SUB_VERSION -Depends: libqt2-emb (>=$QTE_VERSION), libqt2-emb-fonts (>=$QTE_VERSION), opie-common, libqpe1, libopie1, opie-qcop, opie-sounds, apmd, opie-pics, timezones, opie-aqpkg, opie-taskbar, opie-opiealarm +Depends: libqte2 (>=$QTE_VERSION), qte-fonts (>=$QTE_VERSION), opie-common, libqpe1, libopie1, opie-qcop, opie-sounds, apmd, opie-pics, timezones, opie-aqpkg, opie-taskbar, opie-opiealarm Provides: opie-base, qpe-base Replaces: opie-base, qpe-base Description: Bootstrap Opie environment(minimal) A complete GUI environment for handhelds. This is the _minimal_ version. You will probably want to install one of the opie-i18n-* packages. |