author | zautrix <zautrix> | 2004-10-08 22:22:02 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-10-08 22:22:02 (UTC) |
commit | 44169895703beb3e8b1551a313d2d341bf742905 (patch) (unidiff) | |
tree | 4e337f9b55d544a939185dbcdbad558b1ed2504d | |
parent | 10a0e05cc4962d9412a7a5faf3d69a3caf6d1c34 (diff) | |
download | kdepimpi-44169895703beb3e8b1551a313d2d341bf742905.zip kdepimpi-44169895703beb3e8b1551a313d2d341bf742905.tar.gz kdepimpi-44169895703beb3e8b1551a313d2d341bf742905.tar.bz2 |
gammu changes
-rw-r--r-- | Makefile | 11 | ||||
-rw-r--r-- | Makefile.Embedded | 2 | ||||
-rw-r--r-- | bin/kdepim/korganizer/howtoSYNC.txt | 2 | ||||
-rw-r--r-- | gammu/emb/gammu/gammu.c | 2 | ||||
-rw-r--r-- | phoneaccess.control (renamed from kammu.control) | 0 |
5 files changed, 9 insertions, 8 deletions
@@ -38,48 +38,49 @@ SUBDIRS_LDAP_PLUGIN = \ | |||
38 | kabc/plugins/ldap | 38 | kabc/plugins/ldap |
39 | 39 | ||
40 | SUBDIRS_MICROMAIL = \ | 40 | SUBDIRS_MICROMAIL = \ |
41 | kmicromail/libetpan \ | 41 | kmicromail/libetpan \ |
42 | kmicromail/libmailwrapper \ | 42 | kmicromail/libmailwrapper \ |
43 | kmicromail | 43 | kmicromail |
44 | 44 | ||
45 | SUBDIRS_GAMMU = \ | 45 | SUBDIRS_GAMMU = \ |
46 | gammu/emb/common \ | 46 | gammu/emb/common \ |
47 | gammu/emb/gammu | 47 | gammu/emb/gammu |
48 | 48 | ||
49 | SUBDIRS_PWMANAGER = \ | 49 | SUBDIRS_PWMANAGER = \ |
50 | pwmanager/pwmanager | 50 | pwmanager/pwmanager |
51 | 51 | ||
52 | SUBDIRS = \ | 52 | SUBDIRS = \ |
53 | $(SUBDIRS_MICROKDE) \ | 53 | $(SUBDIRS_MICROKDE) \ |
54 | $(SUBDIRS_QTOPIA_PLUGIN) \ | 54 | $(SUBDIRS_QTOPIA_PLUGIN) \ |
55 | $(SUBDIRS_OPIE_PLUGIN) \ | 55 | $(SUBDIRS_OPIE_PLUGIN) \ |
56 | $(SUBDIRS_SHARP_PLUGIN) \ | 56 | $(SUBDIRS_SHARP_PLUGIN) \ |
57 | $(SUBDIRS_LDAP_PLUGIN) \ | 57 | $(SUBDIRS_LDAP_PLUGIN) \ |
58 | $(SUBDIRS_MICROMAIL) \ | 58 | $(SUBDIRS_MICROMAIL) \ |
59 | $(SUBDIRS_GAMMU) \ | 59 | $(SUBDIRS_GAMMU) \ |
60 | $(SUBDIRS_PWMANAGER) | 60 | $(SUBDIRS_PWMANAGER) |
61 | 61 | ||
62 | |||
62 | all: build_microkde \ | 63 | all: build_microkde \ |
63 | build_qtopia_plugin \ | 64 | build_qtopia_plugin \ |
64 | build_opie_plugin \ | 65 | build_opie_plugin \ |
65 | build_sharp_plugin \ | 66 | build_sharp_plugin \ |
66 | build_ldap_plugin \ | 67 | build_ldap_plugin \ |
67 | build_micromail \ | 68 | build_micromail \ |
68 | build_gammu \ | 69 | build_gammu \ |
69 | build_pwmanager | 70 | build_pwmanager |
70 | 71 | ||
71 | 72 | ||
72 | build_microkde: variable_test tmake | 73 | build_microkde: variable_test tmake |
73 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ | 74 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ |
74 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 75 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
75 | done | 76 | done |
76 | 77 | ||
77 | build_qtopia_plugin: build_microkde | 78 | build_qtopia_plugin: build_microkde |
78 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | 79 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
79 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 80 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
80 | done | 81 | done |
81 | 82 | ||
82 | build_opie_plugin: build_microkde | 83 | build_opie_plugin: build_microkde |
83 | ifdef BUILD_NO_OPIE_PLUGIN | 84 | ifdef BUILD_NO_OPIE_PLUGIN |
84 | @echo == opie plugin not build. | 85 | @echo == opie plugin not build. |
85 | else | 86 | else |
@@ -180,105 +181,104 @@ variable_test: variable_info | |||
180 | ifndef SHARPDTMSDK | 181 | ifndef SHARPDTMSDK |
181 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 182 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
182 | $(error SHARPDTMSDK is not defined) | 183 | $(error SHARPDTMSDK is not defined) |
183 | endif | 184 | endif |
184 | endif | 185 | endif |
185 | ifdef BUILD_NO_GAMMU | 186 | ifdef BUILD_NO_GAMMU |
186 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | 187 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
187 | endif | 188 | endif |
188 | ifdef BUILD_NO_PWMANAGER | 189 | ifdef BUILD_NO_PWMANAGER |
189 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) | 190 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
190 | endif | 191 | endif |
191 | @echo -------------------------------------- | 192 | @echo -------------------------------------- |
192 | 193 | ||
193 | 194 | ||
194 | objects: | 195 | objects: |
195 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 196 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
196 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 197 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
197 | mkdir -p libical/lib/$(PLATFORM) | 198 | mkdir -p libical/lib/$(PLATFORM) |
198 | 199 | ||
199 | clean: | 200 | clean: |
200 | rm -rf libical/lib/$(PLATFORM)/*; | 201 | rm -rf libical/lib/$(PLATFORM)/*; |
201 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 202 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
202 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 203 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
203 | done | 204 | done |
205 | |||
204 | install: | 206 | install: |
205 | 207 | ||
206 | cd bin/kdepim; make install | 208 | cd bin/kdepim; make install |
207 | cp -r Pim $(QPEDIR)/apps | 209 | cp -r Pim $(QPEDIR)/apps |
208 | cp db2file/db2file $(QPEDIR)/bin/db2file | 210 | cp db2file/db2file $(QPEDIR)/bin/db2file |
209 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 211 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
210 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 212 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
211 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 213 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
212 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | 214 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
213 | 215 | ||
214 | dist: | 216 | dist: |
215 | @echo Dont forget to do "make install" before "make dist" | 217 | @echo Dont forget to do "make install" before "make dist" |
216 | rm -f *arm.ipk | 218 | rm -f *arm.ipk |
217 | rm -f *~ | 219 | rm -f *~ |
218 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 220 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
219 | ./mkipks kmicrokdelibs.control | 221 | ./mkipks kmicrokdelibs.control |
220 | ./mkipks korganizer.control | 222 | ./mkipks korganizer.control |
221 | ./mkipks kaddressbook.control | 223 | ./mkipks kaddressbook.control |
222 | ifndef BUILD_NO_MICROMAIL | 224 | ifndef BUILD_NO_MICROMAIL |
223 | ./mkipks kopiemail.control | 225 | ./mkipks kopiemail.control |
224 | endif | 226 | endif |
225 | ./mkipks korganizer-alarm.control | 227 | ./mkipks korganizer-alarm.control |
226 | ifndef BUILD_NO_GAMMU | 228 | ifndef BUILD_NO_GAMMU |
227 | ./mkipks kammu.control | 229 | ./mkipks phoneaccess.control |
228 | endif | 230 | endif |
229 | ifndef BUILD_NO_PWMANAGER | 231 | ifndef BUILD_NO_PWMANAGER |
230 | ./mkipks pwmanager.control | 232 | ./mkipks pwmanager.control |
231 | endif | 233 | endif |
232 | ./mkipks pim_TAB_icon.control | 234 | ./mkipks pim_TAB_icon.control |
233 | 235 | ||
234 | tmake: objects \ | 236 | tmake: objects \ |
235 | qtcompat/Makefile$(PLATFORM) \ | 237 | qtcompat/Makefile$(PLATFORM) \ |
236 | microkde/Makefile$(PLATFORM) \ | 238 | microkde/Makefile$(PLATFORM) \ |
237 | libkcal/Makefile$(PLATFORM) \ | 239 | libkcal/Makefile$(PLATFORM) \ |
238 | libkdepim/Makefile$(PLATFORM) \ | 240 | libkdepim/Makefile$(PLATFORM) \ |
239 | korganizer/Makefile$(PLATFORM) \ | 241 | korganizer/Makefile$(PLATFORM) \ |
240 | kalarmd/Makefile$(PLATFORM) \ | 242 | kalarmd/Makefile$(PLATFORM) \ |
241 | libical/src/libical/Makefile$(PLATFORM) \ | 243 | libical/src/libical/Makefile$(PLATFORM) \ |
242 | libical/src/libicalss/Makefile$(PLATFORM) \ | 244 | libical/src/libicalss/Makefile$(PLATFORM) \ |
243 | kabc/Makefile$(PLATFORM) \ | 245 | kabc/Makefile$(PLATFORM) \ |
244 | kabc/formats/binary/Makefile$(PLATFORM) \ | 246 | kabc/formats/binary/Makefile$(PLATFORM) \ |
245 | kabc/plugins/file/Makefile$(PLATFORM) \ | 247 | kabc/plugins/file/Makefile$(PLATFORM) \ |
246 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 248 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
247 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 249 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
248 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 250 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
249 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 251 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
250 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 252 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
251 | kaddressbook/Makefile$(PLATFORM) \ | 253 | kaddressbook/Makefile$(PLATFORM) \ |
252 | kmicromail/Makefile$(PLATFORM) \ | 254 | kmicromail/Makefile$(PLATFORM) \ |
253 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 255 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
254 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ | 256 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ |
255 | gammu/emb/common/Makefile$(PLATFORM) \ | 257 | gammu/emb/common/Makefile$(PLATFORM) \ |
256 | gammu/emb/gammu/Makefile$(PLATFORM) \ | 258 | gammu/emb/gammu/Makefile$(PLATFORM) \ |
257 | pwmanager/pwmanager/Makefile$(PLATFORM) \ | 259 | pwmanager/pwmanager/Makefile$(PLATFORM) \ |
258 | 260 | ||
259 | |||
260 | |||
261 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 261 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
262 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) | 262 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) |
263 | 263 | ||
264 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 264 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro |
265 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) | 265 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) |
266 | 266 | ||
267 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 267 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro |
268 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) | 268 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) |
269 | 269 | ||
270 | 270 | ||
271 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 271 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro |
272 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) | 272 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) |
273 | 273 | ||
274 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 274 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro |
275 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) | 275 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) |
276 | 276 | ||
277 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 277 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro |
278 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) | 278 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) |
279 | 279 | ||
280 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 280 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
281 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) | 281 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) |
282 | 282 | ||
283 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | 283 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro |
284 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) | 284 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) |
@@ -306,24 +306,25 @@ kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | |||
306 | 306 | ||
307 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | 307 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
308 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) | 308 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) |
309 | 309 | ||
310 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 310 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
311 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) | 311 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) |
312 | 312 | ||
313 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | 313 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro |
314 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) | 314 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) |
315 | 315 | ||
316 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | 316 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro |
317 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) | 317 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) |
318 | 318 | ||
319 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | 319 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro |
320 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) | 320 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) |
321 | 321 | ||
322 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro | 322 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro |
323 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) | 323 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) |
324 | 324 | ||
325 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro | 325 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro |
326 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) | 326 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) |
327 | 327 | ||
328 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro | 328 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro |
329 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) | 329 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) |
330 | |||
diff --git a/Makefile.Embedded b/Makefile.Embedded index 2e1651c..0b8997e 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -205,49 +205,49 @@ clean: | |||
205 | 205 | ||
206 | install: | 206 | install: |
207 | 207 | ||
208 | cd bin/kdepim; make install | 208 | cd bin/kdepim; make install |
209 | cp -r Pim $(QPEDIR)/apps | 209 | cp -r Pim $(QPEDIR)/apps |
210 | cp db2file/db2file $(QPEDIR)/bin/db2file | 210 | cp db2file/db2file $(QPEDIR)/bin/db2file |
211 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 211 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
212 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 212 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
213 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 213 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
214 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | 214 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
215 | 215 | ||
216 | dist: | 216 | dist: |
217 | @echo Dont forget to do "make install" before "make dist" | 217 | @echo Dont forget to do "make install" before "make dist" |
218 | rm -f *arm.ipk | 218 | rm -f *arm.ipk |
219 | rm -f *~ | 219 | rm -f *~ |
220 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 220 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
221 | ./mkipks kmicrokdelibs.control | 221 | ./mkipks kmicrokdelibs.control |
222 | ./mkipks korganizer.control | 222 | ./mkipks korganizer.control |
223 | ./mkipks kaddressbook.control | 223 | ./mkipks kaddressbook.control |
224 | ifndef BUILD_NO_MICROMAIL | 224 | ifndef BUILD_NO_MICROMAIL |
225 | ./mkipks kopiemail.control | 225 | ./mkipks kopiemail.control |
226 | endif | 226 | endif |
227 | ./mkipks korganizer-alarm.control | 227 | ./mkipks korganizer-alarm.control |
228 | ifndef BUILD_NO_GAMMU | 228 | ifndef BUILD_NO_GAMMU |
229 | ./mkipks kammu.control | 229 | ./mkipks phoneaccess.control |
230 | endif | 230 | endif |
231 | ifndef BUILD_NO_PWMANAGER | 231 | ifndef BUILD_NO_PWMANAGER |
232 | ./mkipks pwmanager.control | 232 | ./mkipks pwmanager.control |
233 | endif | 233 | endif |
234 | ./mkipks pim_TAB_icon.control | 234 | ./mkipks pim_TAB_icon.control |
235 | 235 | ||
236 | tmake: objects \ | 236 | tmake: objects \ |
237 | qtcompat/Makefile$(PLATFORM) \ | 237 | qtcompat/Makefile$(PLATFORM) \ |
238 | microkde/Makefile$(PLATFORM) \ | 238 | microkde/Makefile$(PLATFORM) \ |
239 | libkcal/Makefile$(PLATFORM) \ | 239 | libkcal/Makefile$(PLATFORM) \ |
240 | libkdepim/Makefile$(PLATFORM) \ | 240 | libkdepim/Makefile$(PLATFORM) \ |
241 | korganizer/Makefile$(PLATFORM) \ | 241 | korganizer/Makefile$(PLATFORM) \ |
242 | kalarmd/Makefile$(PLATFORM) \ | 242 | kalarmd/Makefile$(PLATFORM) \ |
243 | libical/src/libical/Makefile$(PLATFORM) \ | 243 | libical/src/libical/Makefile$(PLATFORM) \ |
244 | libical/src/libicalss/Makefile$(PLATFORM) \ | 244 | libical/src/libicalss/Makefile$(PLATFORM) \ |
245 | kabc/Makefile$(PLATFORM) \ | 245 | kabc/Makefile$(PLATFORM) \ |
246 | kabc/formats/binary/Makefile$(PLATFORM) \ | 246 | kabc/formats/binary/Makefile$(PLATFORM) \ |
247 | kabc/plugins/file/Makefile$(PLATFORM) \ | 247 | kabc/plugins/file/Makefile$(PLATFORM) \ |
248 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 248 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
249 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 249 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
250 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 250 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
251 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 251 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
252 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 252 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
253 | kaddressbook/Makefile$(PLATFORM) \ | 253 | kaddressbook/Makefile$(PLATFORM) \ |
diff --git a/bin/kdepim/korganizer/howtoSYNC.txt b/bin/kdepim/korganizer/howtoSYNC.txt index c4e80f5..3cab446 100644 --- a/bin/kdepim/korganizer/howtoSYNC.txt +++ b/bin/kdepim/korganizer/howtoSYNC.txt | |||
@@ -287,49 +287,49 @@ b) Pi-Sync (direct Kx/Pi to Kx/Pi sync) | |||
287 | Fill in the needed values: | 287 | Fill in the needed values: |
288 | - Password for remote access: | 288 | - Password for remote access: |
289 | The password you specified on the remote device. | 289 | The password you specified on the remote device. |
290 | - Remote IP address: | 290 | - Remote IP address: |
291 | The IP address of the remote device. | 291 | The IP address of the remote device. |
292 | - Remote port number: | 292 | - Remote port number: |
293 | The port number you specified on the remote device. | 293 | The port number you specified on the remote device. |
294 | 294 | ||
295 | Now you can syncronize your local device easily with your | 295 | Now you can syncronize your local device easily with your |
296 | remote device. This works well for all platforms KO/Pi is | 296 | remote device. This works well for all platforms KO/Pi is |
297 | running on, e.g. syncing a KO/Pi on Zaurus with KO/Pi on Windows | 297 | running on, e.g. syncing a KO/Pi on Zaurus with KO/Pi on Windows |
298 | is now very easy. | 298 | is now very easy. |
299 | 299 | ||
300 | c) Remote file | 300 | c) Remote file |
301 | Syncing with the profile kind "Remote file" is performed in three steps: | 301 | Syncing with the profile kind "Remote file" is performed in three steps: |
302 | i) download the remote file to your local machine to a temp file | 302 | i) download the remote file to your local machine to a temp file |
303 | ii) sync with this temp file | 303 | ii) sync with this temp file |
304 | iii) upload the synced file to the remote device | 304 | iii) upload the synced file to the remote device |
305 | 305 | ||
306 | The down-/uploading if i) and iii) is done via a command line command. | 306 | The down-/uploading if i) and iii) is done via a command line command. |
307 | Please specify the download/upload command ( like scp, ftp, ...) and the | 307 | Please specify the download/upload command ( like scp, ftp, ...) and the |
308 | file name of the temp file in the corresponding fields. | 308 | file name of the temp file in the corresponding fields. |
309 | 309 | ||
310 | d) Mobile device (cell phone) | 310 | d) Mobile device (cell phone) |
311 | Note: On the Zaurus you have to install the kammu_xxx_arm.ipk package | 311 | Note: On the Zaurus you have to install the phoneaccess_xxx_arm.ipk package |
312 | to be able to access mobile phones. | 312 | to be able to access mobile phones. |
313 | We mention here only KO/Pi, but the same is valid for KA/Pi. | 313 | We mention here only KO/Pi, but the same is valid for KA/Pi. |
314 | Note: | 314 | Note: |
315 | It is only possible to sync a mobile phone with one particular device | 315 | It is only possible to sync a mobile phone with one particular device |
316 | running KO/Pi. If you want to be able to write data of more than one device | 316 | running KO/Pi. If you want to be able to write data of more than one device |
317 | to the mobile phone (e.g. from your Zaurus and from your Windows Laptop) | 317 | to the mobile phone (e.g. from your Zaurus and from your Windows Laptop) |
318 | do not sync with the mobile phone at all, but use the | 318 | do not sync with the mobile phone at all, but use the |
319 | "Export to phone" functionality from the different devices. | 319 | "Export to phone" functionality from the different devices. |
320 | Using "Export to phone" makes it not possible to get back data from the | 320 | Using "Export to phone" makes it not possible to get back data from the |
321 | phone, if it was changed there, of course. | 321 | phone, if it was changed there, of course. |
322 | If you sync with the phone, do not use "Export to phone" from any device. | 322 | If you sync with the phone, do not use "Export to phone" from any device. |
323 | (And do not sync, as mentioned above, from any other device with that phone). | 323 | (And do not sync, as mentioned above, from any other device with that phone). |
324 | It would delete the needed information for syncing with that phone! | 324 | It would delete the needed information for syncing with that phone! |
325 | 325 | ||
326 | We are using Gammu (Version: 0.98.9) ( http://freshmeat.net/projects/gammu/ ) | 326 | We are using Gammu (Version: 0.98.9) ( http://freshmeat.net/projects/gammu/ ) |
327 | for accessing the phones. | 327 | for accessing the phones. |
328 | Note: You cannot use the original Gammu for syncing KDE-Pim/Pi, because | 328 | Note: You cannot use the original Gammu for syncing KDE-Pim/Pi, because |
329 | we have modified the original version to make it useable for syncing! | 329 | we have modified the original version to make it useable for syncing! |
330 | Gammu allows access to many phones in many ways (Irda, Bluetooth, serial,...). | 330 | Gammu allows access to many phones in many ways (Irda, Bluetooth, serial,...). |
331 | The recommended phone access using Gammu with KDE-Pim/Pi is Irda (infrared). | 331 | The recommended phone access using Gammu with KDE-Pim/Pi is Irda (infrared). |
332 | Bluetooth access is disabled on the Zaurus, but may work on Windows. | 332 | Bluetooth access is disabled on the Zaurus, but may work on Windows. |
333 | Please look at the Gammu homepage and documentation about more details | 333 | Please look at the Gammu homepage and documentation about more details |
334 | configuring Gammu how to access your phone. | 334 | configuring Gammu how to access your phone. |
335 | If you have problems accessing your phone, start KO/Pi from the konsole | 335 | If you have problems accessing your phone, start KO/Pi from the konsole |
diff --git a/gammu/emb/gammu/gammu.c b/gammu/emb/gammu/gammu.c index c436b90..8db9afb 100644 --- a/gammu/emb/gammu/gammu.c +++ b/gammu/emb/gammu/gammu.c | |||
@@ -4030,49 +4030,49 @@ static void Backup(int argc, char *argv[]) | |||
4030 | strcat(Backup.Model,s.Phone.Data.ModelInfo->model); | 4030 | strcat(Backup.Model,s.Phone.Data.ModelInfo->model); |
4031 | } else { | 4031 | } else { |
4032 | strcat(Backup.Model,s.Phone.Data.Model); | 4032 | strcat(Backup.Model,s.Phone.Data.Model); |
4033 | } | 4033 | } |
4034 | strcat(Backup.Model," "); | 4034 | strcat(Backup.Model," "); |
4035 | strcat(Backup.Model,s.Phone.Data.Version); | 4035 | strcat(Backup.Model,s.Phone.Data.Version); |
4036 | } | 4036 | } |
4037 | if (Info.IMEI) { | 4037 | if (Info.IMEI) { |
4038 | error=Phone->GetIMEI(&s); | 4038 | error=Phone->GetIMEI(&s); |
4039 | if (error != ERR_NOTSUPPORTED) { | 4039 | if (error != ERR_NOTSUPPORTED) { |
4040 | strcpy(Backup.IMEI, s.Phone.Data.IMEI); | 4040 | strcpy(Backup.IMEI, s.Phone.Data.IMEI); |
4041 | Print_Error(error); | 4041 | Print_Error(error); |
4042 | } else { | 4042 | } else { |
4043 | Backup.IMEI[0] = 0; | 4043 | Backup.IMEI[0] = 0; |
4044 | } | 4044 | } |
4045 | } | 4045 | } |
4046 | printf("\n"); | 4046 | printf("\n"); |
4047 | 4047 | ||
4048 | DoBackup = false; | 4048 | DoBackup = false; |
4049 | if (Info.PhonePhonebook) { | 4049 | if (Info.PhonePhonebook) { |
4050 | printmsg("Checking phone phonebook\n"); | 4050 | printmsg("Checking phone phonebook\n"); |
4051 | MemStatus.MemoryType = MEM_ME; | 4051 | MemStatus.MemoryType = MEM_ME; |
4052 | error=Phone->GetMemoryStatus(&s, &MemStatus); | 4052 | error=Phone->GetMemoryStatus(&s, &MemStatus); |
4053 | if (error==ERR_NONE && MemStatus.MemoryUsed != 0) { | 4053 | if (error==ERR_NONE && MemStatus.MemoryUsed != 0) { |
4054 | if (answer_yes(" Backup phone phonebook")) DoBackup = true; | 4054 | /*LRif (answer_yes(" Backup phone phonebook")) */DoBackup = true; |
4055 | } | 4055 | } |
4056 | } | 4056 | } |
4057 | if (DoBackup) { | 4057 | if (DoBackup) { |
4058 | Pbk.MemoryType = MEM_ME; | 4058 | Pbk.MemoryType = MEM_ME; |
4059 | i = 1; | 4059 | i = 1; |
4060 | used = 0; | 4060 | used = 0; |
4061 | while (used != MemStatus.MemoryUsed) { | 4061 | while (used != MemStatus.MemoryUsed) { |
4062 | Pbk.Location = i; | 4062 | Pbk.Location = i; |
4063 | error=Phone->GetMemory(&s, &Pbk); | 4063 | error=Phone->GetMemory(&s, &Pbk); |
4064 | if (error != ERR_EMPTY) { | 4064 | if (error != ERR_EMPTY) { |
4065 | Print_Error(error); | 4065 | Print_Error(error); |
4066 | if (used < GSM_BACKUP_MAX_PHONEPHONEBOOK) { | 4066 | if (used < GSM_BACKUP_MAX_PHONEPHONEBOOK) { |
4067 | Backup.PhonePhonebook[used] = malloc(sizeof(GSM_MemoryEntry)); | 4067 | Backup.PhonePhonebook[used] = malloc(sizeof(GSM_MemoryEntry)); |
4068 | if (Backup.PhonePhonebook[used] == NULL) Print_Error(ERR_MOREMEMORY); | 4068 | if (Backup.PhonePhonebook[used] == NULL) Print_Error(ERR_MOREMEMORY); |
4069 | Backup.PhonePhonebook[used+1] = NULL; | 4069 | Backup.PhonePhonebook[used+1] = NULL; |
4070 | } else { | 4070 | } else { |
4071 | printmsg(" Increase %s\n" , "GSM_BACKUP_MAX_PHONEPHONEBOOK"); | 4071 | printmsg(" Increase %s\n" , "GSM_BACKUP_MAX_PHONEPHONEBOOK"); |
4072 | GSM_Terminate(); | 4072 | GSM_Terminate(); |
4073 | exit(-1); | 4073 | exit(-1); |
4074 | } | 4074 | } |
4075 | *Backup.PhonePhonebook[used]=Pbk; | 4075 | *Backup.PhonePhonebook[used]=Pbk; |
4076 | used++; | 4076 | used++; |
4077 | } | 4077 | } |
4078 | printmsgerr("%c Reading: %i percent",13,used*100/MemStatus.MemoryUsed); | 4078 | printmsgerr("%c Reading: %i percent",13,used*100/MemStatus.MemoryUsed); |
diff --git a/kammu.control b/phoneaccess.control index 07559e7..07559e7 100644 --- a/kammu.control +++ b/phoneaccess.control | |||