![]() |
2010-02-13
, 11:44
|
Posts: 87 |
Thanked: 112 times |
Joined on Feb 2010
|
#21
|
![]() |
2010-02-14
, 08:41
|
Posts: 42 |
Thanked: 6 times |
Joined on Nov 2009
|
#22
|
![]() |
2010-02-14
, 23:21
|
Posts: 87 |
Thanked: 112 times |
Joined on Feb 2010
|
#23
|
![]() |
2010-06-30
, 00:42
|
Posts: 25 |
Thanked: 3 times |
Joined on Jun 2010
|
#24
|
![]() |
2010-07-14
, 21:27
|
Posts: 3 |
Thanked: 0 times |
Joined on Jul 2010
|
#25
|
![]() |
2010-08-07
, 10:52
|
Posts: 13 |
Thanked: 14 times |
Joined on Aug 2010
|
#26
|
![]() |
2010-08-07
, 11:34
|
Posts: 87 |
Thanked: 112 times |
Joined on Feb 2010
|
#27
|
![]() |
2010-08-07
, 12:22
|
Posts: 13 |
Thanked: 14 times |
Joined on Aug 2010
|
#28
|
Hi,
QLandkarte M is not working with PR1.2 ? i still have it installed on my device .. And it works .
Ask your question, i will do a new build with newer dependancies
Fabrice
![]() |
2010-09-22
, 11:24
|
Posts: 35 |
Thanked: 9 times |
Joined on Jan 2010
|
#29
|
wget --no-check-certificate https://garage.maemo.org/frs/download.php/7510/qlandkartem_0.2-4_armel.deb dpkg-deb -x qlandkartem_0.2-4_armel.deb tmpdir dpkg-deb --control qlandkartem_0.2-4_armel.deb tmpdir/DEBIAN sed -i 's/libqt4-maemo5-/libqt4-/g' tmpdir/DEBIAN/control dpkg -b tmpdir qlandkartem_0.2-4_armel_fixdep.deb dpkg -i qlandkartem_0.2-4_armel_fixdep.deb
![]() |
2010-09-22
, 13:28
|
Posts: 35 |
Thanked: 6 times |
Joined on Jun 2010
|
#30
|
You can fix the dependencies for this package:
(this code downloads the deb, fixes the dependencies, and installs the deb)
Code:wget --no-check-certificate https://garage.maemo.org/frs/download.php/7510/qlandkartem_0.2-4_armel.deb dpkg-deb -x qlandkartem_0.2-4_armel.deb tmpdir dpkg-deb --control qlandkartem_0.2-4_armel.deb tmpdir/DEBIAN sed -i 's/libqt4-maemo5-/libqt4-/g' tmpdir/DEBIAN/control dpkg -b tmpdir qlandkartem_0.2-4_armel_fixdep.deb dpkg -i qlandkartem_0.2-4_armel_fixdep.deb