author | sandman <sandman> | 2004-03-14 18:35:06 (UTC) |
---|---|---|
committer | sandman <sandman> | 2004-03-14 18:35:06 (UTC) |
commit | a3726e8ae25805d215d0fd5c249345aad9952ef3 (patch) (side-by-side diff) | |
tree | 112f657db4129f27df2ddd03697fb74efde8c59c /library/opie-common.control | |
parent | 1c32fa9ffa9dda6b5726871bba948c0d2be3c7c8 (diff) | |
download | opie-a3726e8ae25805d215d0fd5c249345aad9952ef3.zip opie-a3726e8ae25805d215d0fd5c249345aad9952ef3.tar.gz opie-a3726e8ae25805d215d0fd5c249345aad9952ef3.tar.bz2 |
Removes two problems with familiar 0.7.2:
- ipkg install task-opie-minimal doesn't work (multiple providers for
vera font) --> Depend on vera-small
- ipkg install task-opie doesn't work because opie-qpdf is not in the
feed --> Depends -= opie-qpdf
-rw-r--r-- | library/opie-common.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/opie-common.control b/library/opie-common.control index 9e7f1d3..364ccd5 100644 --- a/library/opie-common.control +++ b/library/opie-common.control @@ -3,8 +3,8 @@ Files: etc/colors bin/opie-reorgfiles apps/*/.directory etc/mime.types apps/Sett Priority: required Section: opie/system Maintainer: Opie Team <opie@handhelds.org> Architecture: arm -Depends: libqpe1, qte-fonts, qpf-bitstream-vera +Depends: libqpe1, qte-fonts, qpf-bitstream-vera-small Replaces: opie-base Description: Core opie files Version: $QPE_VERSION$EXTRAVERSION |