summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2008-08-17 08:50:42 +0000
committerPatrick Ohly <patrick.ohly@gmx.de>2008-08-17 08:50:42 +0000
commit319a873b57084f4990e4a5f8cae2ca7a50a58fe3 (patch)
treedecdc15ba08110cf09435360b343d1115aa78cb3 /HACKING
parent878bac6f9b11ce9be64e370d22650c85153aaf22 (diff)
removed obsolete LIBDBUS hack
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@729 15ad00c4-1369-45f4-8270-35d70d36bdcd
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 2 insertions, 10 deletions
diff --git a/HACKING b/HACKING
index ba4f86fe..14f84c79 100644
--- a/HACKING
+++ b/HACKING
@@ -164,8 +164,7 @@ Building a Release
Compiling for Maemo
-------------------
- build patched libdbus (apt-get source dbus; apply dbus-timeout.patch; fakeroot dpkg-buildpackage);
- unpack source archive in Scratchbox (for maximum compatibility: use Mistral 2.0
+ unpack source archive in Scratchbox (for maximum compatibility: use Chinook 4.0
rootstrap; for support of all backends: ensure that the EDS-DBus calendar dev packages
are installed),
DEB_BUILD_OPTIONS=maemo fakeroot dpkg-buildpackage
@@ -173,14 +172,7 @@ Compiling for Maemo
during the client-src configure.
Maemo EDS-DBus calendar dev packages /etc/apt/source.list:
- deb http://maemo.o-hand.com/packages mistral/
- deb-src http://maemo.o-hand.com/packages mistral/
-Installation _without_ updating more than strictly necessary (just to be sure
-that address book syncing uses the default libraries):
- apt-get update
- apt-cache showpkg libecal-dev libedata-cal-dev
- ver=1.4.1-0zoh4; for i in libecal-dev libecal libedata-cal libedata-cal-dev; do wget http://maemo.o-hand.com/packages/mistral/${i}_${ver}_armel.deb; done
- dpkg --force-depends -i *.deb
+ deb http://maemo.o-hand.com/packages chinook/
Compiling for iPhone