View Single Post
Posts: 35 | Thanked: 6 times | Joined on Jun 2010
#30
Originally Posted by willem43 View Post
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
Hi Willem,
tried it the way you've said. It worked. No dependency-errors anymore. BUT qlandkarte M doesn't start now.