author | zautrix <zautrix> | 2005-01-18 14:22:06 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-01-18 14:22:06 (UTC) |
commit | 790533d303665e27f183b941df88b389afb92d0a (patch) (unidiff) | |
tree | fea40ce4fe99a400cd4b60b1e7987f613900e982 | |
parent | ced210b0c4643ddac6a2e80eab4c85c1994b20e0 (diff) | |
download | kdepimpi-790533d303665e27f183b941df88b389afb92d0a.zip kdepimpi-790533d303665e27f183b941df88b389afb92d0a.tar.gz kdepimpi-790533d303665e27f183b941df88b389afb92d0a.tar.bz2 |
rel note changes
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.Embedded | 2 | ||||
-rw-r--r-- | ReleaseNotes.txt | 294 |
3 files changed, 187 insertions, 111 deletions
@@ -63,307 +63,307 @@ SUBDIRS = \ | |||
63 | $(SUBDIRS_SHARP_PLUGIN) \ | 63 | $(SUBDIRS_SHARP_PLUGIN) \ |
64 | $(SUBDIRS_LDAP_PLUGIN) \ | 64 | $(SUBDIRS_LDAP_PLUGIN) \ |
65 | $(SUBDIRS_MICROMAIL) \ | 65 | $(SUBDIRS_MICROMAIL) \ |
66 | $(SUBDIRS_GAMMU) \ | 66 | $(SUBDIRS_GAMMU) \ |
67 | $(SUBDIRS_PWMANAGER) | 67 | $(SUBDIRS_PWMANAGER) |
68 | 68 | ||
69 | 69 | ||
70 | all: build_microkde \ | 70 | all: build_microkde \ |
71 | build_qtopia_plugin \ | 71 | build_qtopia_plugin \ |
72 | build_opie_plugin \ | 72 | build_opie_plugin \ |
73 | build_sharp_plugin \ | 73 | build_sharp_plugin \ |
74 | build_ldap_plugin \ | 74 | build_ldap_plugin \ |
75 | build_micromail \ | 75 | build_micromail \ |
76 | build_gammu \ | 76 | build_gammu \ |
77 | build_pwmanager | 77 | build_pwmanager |
78 | 78 | ||
79 | 79 | ||
80 | build_microkde: variable_test tmake | 80 | build_microkde: variable_test tmake |
81 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ | 81 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ |
82 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 82 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
83 | done | 83 | done |
84 | 84 | ||
85 | build_qtopia_plugin: build_microkde | 85 | build_qtopia_plugin: build_microkde |
86 | ifdef BUILD_NO_QTOPIA_PLUGIN | 86 | ifdef BUILD_NO_QTOPIA_PLUGIN |
87 | @echo == qtopia plugin not build. | 87 | @echo == qtopia plugin not build. |
88 | else | 88 | else |
89 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | 89 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
90 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 90 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
91 | done | 91 | done |
92 | endif | 92 | endif |
93 | 93 | ||
94 | build_opie_plugin: build_microkde | 94 | build_opie_plugin: build_microkde |
95 | ifdef BUILD_NO_OPIE_PLUGIN | 95 | ifdef BUILD_NO_OPIE_PLUGIN |
96 | @echo == opie plugin not build. | 96 | @echo == opie plugin not build. |
97 | else | 97 | else |
98 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ | 98 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ |
99 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 99 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
100 | done | 100 | done |
101 | endif | 101 | endif |
102 | 102 | ||
103 | build_sharp_plugin: build_microkde | 103 | build_sharp_plugin: build_microkde |
104 | ifdef BUILD_NO_SHARP_PLUGIN | 104 | ifdef BUILD_NO_SHARP_PLUGIN |
105 | @echo == ldap plugin not build. | 105 | @echo == ldap plugin not build. |
106 | else | 106 | else |
107 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ | 107 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ |
108 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 108 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
109 | done | 109 | done |
110 | endif | 110 | endif |
111 | 111 | ||
112 | build_ldap_plugin: build_microkde | 112 | build_ldap_plugin: build_microkde |
113 | ifdef BUILD_NO_LDAP_PLUGIN | 113 | ifdef BUILD_NO_LDAP_PLUGIN |
114 | @echo == ldap plugin not build. | 114 | @echo == ldap plugin not build. |
115 | else | 115 | else |
116 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ | 116 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ |
117 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 117 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
118 | done | 118 | done |
119 | endif | 119 | endif |
120 | 120 | ||
121 | 121 | ||
122 | build_micromail: build_microkde | 122 | build_micromail: build_microkde |
123 | ifdef BUILD_NO_MICROMAIL | 123 | ifdef BUILD_NO_MICROMAIL |
124 | @echo == kmicromail not build. | 124 | @echo == kmicromail not build. |
125 | else | 125 | else |
126 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ | 126 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ |
127 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 127 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
128 | done | 128 | done |
129 | endif | 129 | endif |
130 | 130 | ||
131 | build_gammu: variable_test tmake | 131 | build_gammu: variable_test tmake |
132 | ifdef BUILD_NO_GAMMU | 132 | ifdef BUILD_NO_GAMMU |
133 | @echo == gammu not build. | 133 | @echo == gammu not build. |
134 | else | 134 | else |
135 | for i in $(SUBDIRS_GAMMU); do pushd $$i; \ | 135 | for i in $(SUBDIRS_GAMMU); do pushd $$i; \ |
136 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 136 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
137 | done | 137 | done |
138 | endif | 138 | endif |
139 | 139 | ||
140 | build_pwmanager: build_microkde | 140 | build_pwmanager: build_microkde |
141 | ifdef BUILD_NO_PWMANAGER | 141 | ifdef BUILD_NO_PWMANAGER |
142 | @echo == pwmanager not build. | 142 | @echo == pwmanager not build. |
143 | else | 143 | else |
144 | for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ | 144 | for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ |
145 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 145 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
146 | done | 146 | done |
147 | endif | 147 | endif |
148 | 148 | ||
149 | 149 | ||
150 | variable_info: | 150 | variable_info: |
151 | @echo -------------------------------------- | 151 | @echo -------------------------------------- |
152 | @echo KDEPIM buildsystem, variableinfo... | 152 | @echo KDEPIM buildsystem, variableinfo... |
153 | @echo KDEPIMDIR=$(KDEPIMDIR) | 153 | @echo KDEPIMDIR=$(KDEPIMDIR) |
154 | @echo QTDIR=$(QTDIR) | 154 | @echo QTDIR=$(QTDIR) |
155 | @echo QPEDIR=$(QPEDIR) | 155 | @echo QPEDIR=$(QPEDIR) |
156 | @echo OPIEDIR=$(OPIEDIR) | 156 | @echo OPIEDIR=$(OPIEDIR) |
157 | @echo PLATFORM=$(PLATFORM) | 157 | @echo PLATFORM=$(PLATFORM) |
158 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) | 158 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) |
159 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) | 159 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) |
160 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) | 160 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) |
161 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) | 161 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) |
162 | @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) | 162 | @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) |
163 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) | 163 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) |
164 | ifndef BUILD_NO_SHARP_PLUGIN | 164 | ifndef BUILD_NO_SHARP_PLUGIN |
165 | @echo SHARPDTMSDK=$(SHARPDTMSDK) | 165 | @echo SHARPDTMSDK=$(SHARPDTMSDK) |
166 | endif | 166 | endif |
167 | @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) | 167 | @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) |
168 | @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) | 168 | @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) |
169 | @echo -------------------------------------- | 169 | @echo -------------------------------------- |
170 | 170 | ||
171 | variable_test: variable_info | 171 | variable_test: variable_info |
172 | @echo KDEPIM buildsystem, variablecheck... | 172 | @echo KDEPIM buildsystem, variablecheck... |
173 | ifndef KDEPIMDIR | 173 | ifndef KDEPIMDIR |
174 | @echo KDEPIMDIR is not defined. | 174 | @echo KDEPIMDIR is not defined. |
175 | $(error KDEPIMDIR is not defined) | 175 | $(error KDEPIMDIR is not defined) |
176 | endif | 176 | endif |
177 | ifndef PLATFORM | 177 | ifndef PLATFORM |
178 | @echo PLATFORM is not defined. | 178 | @echo PLATFORM is not defined. |
179 | $(error PLATFORM is not defined) | 179 | $(error PLATFORM is not defined) |
180 | endif | 180 | endif |
181 | ifdef BUILD_NO_LDAP_PLUGIN | 181 | ifdef BUILD_NO_LDAP_PLUGIN |
182 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) | 182 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) |
183 | endif | 183 | endif |
184 | ifdef BUILD_NO_OPIE_PLUGIN | 184 | ifdef BUILD_NO_OPIE_PLUGIN |
185 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) | 185 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) |
186 | endif | 186 | endif |
187 | ifdef BUILD_NO_QTOPIA_PLUGIN | 187 | ifdef BUILD_NO_QTOPIA_PLUGIN |
188 | @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) | 188 | @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) |
189 | endif | 189 | endif |
190 | ifdef BUILD_NO_MICROMAIL | 190 | ifdef BUILD_NO_MICROMAIL |
191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
192 | endif | 192 | endif |
193 | ifdef BUILD_NO_SHARP_PLUGIN | 193 | ifdef BUILD_NO_SHARP_PLUGIN |
194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
195 | else | 195 | else |
196 | ifndef SHARPDTMSDK | 196 | ifndef SHARPDTMSDK |
197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
198 | $(error SHARPDTMSDK is not defined) | 198 | $(error SHARPDTMSDK is not defined) |
199 | endif | 199 | endif |
200 | endif | 200 | endif |
201 | ifdef BUILD_NO_GAMMU | 201 | ifdef BUILD_NO_GAMMU |
202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | 202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
203 | endif | 203 | endif |
204 | ifdef BUILD_NO_PWMANAGER | 204 | ifdef BUILD_NO_PWMANAGER |
205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) | 205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
206 | endif | 206 | endif |
207 | @echo -------------------------------------- | 207 | @echo -------------------------------------- |
208 | 208 | ||
209 | 209 | ||
210 | objects: | 210 | objects: |
211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
213 | mkdir -p libical/lib/$(PLATFORM) | 213 | mkdir -p libical/lib/$(PLATFORM) |
214 | mkdir -p pwmanager/libcrypt/$(PLATFORM) | 214 | mkdir -p pwmanager/libcrypt/$(PLATFORM) |
215 | 215 | ||
216 | clean: | 216 | clean: |
217 | rm -rf libical/lib/$(PLATFORM)/*; | 217 | rm -rf libical/lib/$(PLATFORM)/*; |
218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; | 218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; |
219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
221 | done | 221 | done |
222 | 222 | ||
223 | install: | 223 | install: |
224 | 224 | ||
225 | cd bin/kdepim; make install | 225 | cd bin/kdepim; make install |
226 | cp -r Pim $(QPEDIR)/apps | 226 | cp -r Pim $(QPEDIR)/apps |
227 | cp db2file/db2file $(QPEDIR)/bin/db2file | 227 | cp db2file/db2file $(QPEDIR)/bin/db2file |
228 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 228 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
229 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 229 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
230 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 230 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
231 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | 231 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
232 | 232 | ||
233 | dist: | 233 | dist: |
234 | @echo Dont forget to do "make install" before "make dist" | 234 | @echo Dont forget to do "make install" before "make dist" |
235 | rm -f *arm.ipk | 235 | rm -f *arm.ipk |
236 | rm -f *~ | 236 | rm -f *~ |
237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
238 | mkipks kmicrokdelibs.control | 238 | mkipks kmicrokdelibs.control |
239 | mkipks korganizer.control | 239 | mkipks korganizer.control |
240 | mkipks kaddressbook.control | 240 | mkipks kaddressbook.control |
241 | ifndef BUILD_NO_MICROMAIL | 241 | ifndef BUILD_NO_MICROMAIL |
242 | mkipks kopiemail.control | 242 | mkipks kopiemail.control |
243 | endif | 243 | endif |
244 | ifndef BUILD_NO_SHARP_PLUGIN | 244 | ifndef BUILD_NO_SHARP_PLUGIN |
245 | mkipks ksharpPIM-DTMaccess.control | 245 | mkipks ksharpPIM-DTMaccess.control |
246 | endif | 246 | endif |
247 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
248 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
249 | mkipks kmobilephoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
250 | endif | 250 | endif |
251 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
252 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
253 | endif | 253 | endif |
254 | mkipks pimTABicon.control | 254 | mkipks pimTABicon.control |
255 | zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk | 255 | zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt |
256 | 256 | ||
257 | tmake: objects \ | 257 | tmake: objects \ |
258 | qtcompat/Makefile$(PLATFORM) \ | 258 | qtcompat/Makefile$(PLATFORM) \ |
259 | microkde/Makefile$(PLATFORM) \ | 259 | microkde/Makefile$(PLATFORM) \ |
260 | libkcal/Makefile$(PLATFORM) \ | 260 | libkcal/Makefile$(PLATFORM) \ |
261 | libkdepim/Makefile$(PLATFORM) \ | 261 | libkdepim/Makefile$(PLATFORM) \ |
262 | korganizer/Makefile$(PLATFORM) \ | 262 | korganizer/Makefile$(PLATFORM) \ |
263 | kalarmd/Makefile$(PLATFORM) \ | 263 | kalarmd/Makefile$(PLATFORM) \ |
264 | libical/src/libical/Makefile$(PLATFORM) \ | 264 | libical/src/libical/Makefile$(PLATFORM) \ |
265 | libical/src/libicalss/Makefile$(PLATFORM) \ | 265 | libical/src/libicalss/Makefile$(PLATFORM) \ |
266 | kabc/Makefile$(PLATFORM) \ | 266 | kabc/Makefile$(PLATFORM) \ |
267 | kabc/formats/binary/Makefile$(PLATFORM) \ | 267 | kabc/formats/binary/Makefile$(PLATFORM) \ |
268 | kabc/plugins/file/Makefile$(PLATFORM) \ | 268 | kabc/plugins/file/Makefile$(PLATFORM) \ |
269 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 269 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
270 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 270 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
271 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 271 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
272 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 272 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
273 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 273 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
274 | kaddressbook/Makefile$(PLATFORM) \ | 274 | kaddressbook/Makefile$(PLATFORM) \ |
275 | kmicromail/Makefile$(PLATFORM) \ | 275 | kmicromail/Makefile$(PLATFORM) \ |
276 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 276 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
277 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ | 277 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ |
278 | gammu/emb/common/Makefile$(PLATFORM) \ | 278 | gammu/emb/common/Makefile$(PLATFORM) \ |
279 | gammu/emb/gammu/Makefile$(PLATFORM) \ | 279 | gammu/emb/gammu/Makefile$(PLATFORM) \ |
280 | pwmanager/pwmanager/Makefile$(PLATFORM) \ | 280 | pwmanager/pwmanager/Makefile$(PLATFORM) \ |
281 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ | 281 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ |
282 | pwmanager/libcrypt/error/Makefile$(PLATFORM) \ | 282 | pwmanager/libcrypt/error/Makefile$(PLATFORM) \ |
283 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ | 283 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ |
284 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM) | 284 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM) |
285 | 285 | ||
286 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 286 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
287 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) | 287 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) |
288 | 288 | ||
289 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 289 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro |
290 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) | 290 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) |
291 | 291 | ||
292 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 292 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro |
293 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) | 293 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) |
294 | 294 | ||
295 | 295 | ||
296 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 296 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro |
297 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) | 297 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) |
298 | 298 | ||
299 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 299 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro |
300 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) | 300 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) |
301 | 301 | ||
302 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 302 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro |
303 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) | 303 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) |
304 | 304 | ||
305 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 305 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
306 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) | 306 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) |
307 | 307 | ||
308 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | 308 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro |
309 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) | 309 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) |
310 | 310 | ||
311 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | 311 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
312 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) | 312 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) |
313 | 313 | ||
314 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | 314 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro |
315 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) | 315 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) |
316 | 316 | ||
317 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | 317 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro |
318 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) | 318 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) |
319 | 319 | ||
320 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | 320 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro |
321 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) | 321 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) |
322 | 322 | ||
323 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | 323 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro |
324 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) | 324 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) |
325 | 325 | ||
326 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | 326 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro |
327 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) | 327 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) |
328 | 328 | ||
329 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | 329 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro |
330 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) | 330 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) |
331 | 331 | ||
332 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | 332 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
333 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) | 333 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) |
334 | 334 | ||
335 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 335 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
336 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) | 336 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) |
337 | 337 | ||
338 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | 338 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro |
339 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) | 339 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) |
340 | 340 | ||
341 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | 341 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro |
342 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) | 342 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) |
343 | 343 | ||
344 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | 344 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro |
345 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) | 345 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) |
346 | 346 | ||
347 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro | 347 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro |
348 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) | 348 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) |
349 | 349 | ||
350 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro | 350 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro |
351 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) | 351 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) |
352 | 352 | ||
353 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro | 353 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro |
354 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) | 354 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) |
355 | 355 | ||
356 | 356 | ||
357 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro | 357 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro |
358 | cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) | 358 | cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) |
359 | 359 | ||
360 | pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro | 360 | pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro |
361 | cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) | 361 | cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) |
362 | 362 | ||
363 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro | 363 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro |
364 | cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) | 364 | cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) |
365 | 365 | ||
366 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro | 366 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro |
367 | cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) | 367 | cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) |
368 | 368 | ||
369 | 369 | ||
diff --git a/Makefile.Embedded b/Makefile.Embedded index a9ea199..1f9507f 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -63,307 +63,307 @@ SUBDIRS = \ | |||
63 | $(SUBDIRS_SHARP_PLUGIN) \ | 63 | $(SUBDIRS_SHARP_PLUGIN) \ |
64 | $(SUBDIRS_LDAP_PLUGIN) \ | 64 | $(SUBDIRS_LDAP_PLUGIN) \ |
65 | $(SUBDIRS_MICROMAIL) \ | 65 | $(SUBDIRS_MICROMAIL) \ |
66 | $(SUBDIRS_GAMMU) \ | 66 | $(SUBDIRS_GAMMU) \ |
67 | $(SUBDIRS_PWMANAGER) | 67 | $(SUBDIRS_PWMANAGER) |
68 | 68 | ||
69 | 69 | ||
70 | all: build_microkde \ | 70 | all: build_microkde \ |
71 | build_qtopia_plugin \ | 71 | build_qtopia_plugin \ |
72 | build_opie_plugin \ | 72 | build_opie_plugin \ |
73 | build_sharp_plugin \ | 73 | build_sharp_plugin \ |
74 | build_ldap_plugin \ | 74 | build_ldap_plugin \ |
75 | build_micromail \ | 75 | build_micromail \ |
76 | build_gammu \ | 76 | build_gammu \ |
77 | build_pwmanager | 77 | build_pwmanager |
78 | 78 | ||
79 | 79 | ||
80 | build_microkde: variable_test tmake | 80 | build_microkde: variable_test tmake |
81 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ | 81 | for i in $(SUBDIRS_MICROKDE); do pushd $$i; \ |
82 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 82 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
83 | done | 83 | done |
84 | 84 | ||
85 | build_qtopia_plugin: build_microkde | 85 | build_qtopia_plugin: build_microkde |
86 | ifdef BUILD_NO_QTOPIA_PLUGIN | 86 | ifdef BUILD_NO_QTOPIA_PLUGIN |
87 | @echo == qtopia plugin not build. | 87 | @echo == qtopia plugin not build. |
88 | else | 88 | else |
89 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ | 89 | for i in $(SUBDIRS_QTOPIA_PLUGIN); do pushd $$i; \ |
90 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 90 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
91 | done | 91 | done |
92 | endif | 92 | endif |
93 | 93 | ||
94 | build_opie_plugin: build_microkde | 94 | build_opie_plugin: build_microkde |
95 | ifdef BUILD_NO_OPIE_PLUGIN | 95 | ifdef BUILD_NO_OPIE_PLUGIN |
96 | @echo == opie plugin not build. | 96 | @echo == opie plugin not build. |
97 | else | 97 | else |
98 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ | 98 | for i in $(SUBDIRS_OPIE_PLUGIN); do pushd $$i; \ |
99 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 99 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
100 | done | 100 | done |
101 | endif | 101 | endif |
102 | 102 | ||
103 | build_sharp_plugin: build_microkde | 103 | build_sharp_plugin: build_microkde |
104 | ifdef BUILD_NO_SHARP_PLUGIN | 104 | ifdef BUILD_NO_SHARP_PLUGIN |
105 | @echo == ldap plugin not build. | 105 | @echo == ldap plugin not build. |
106 | else | 106 | else |
107 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ | 107 | for i in $(SUBDIRS_SHARP_PLUGIN); do pushd $$i; \ |
108 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 108 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
109 | done | 109 | done |
110 | endif | 110 | endif |
111 | 111 | ||
112 | build_ldap_plugin: build_microkde | 112 | build_ldap_plugin: build_microkde |
113 | ifdef BUILD_NO_LDAP_PLUGIN | 113 | ifdef BUILD_NO_LDAP_PLUGIN |
114 | @echo == ldap plugin not build. | 114 | @echo == ldap plugin not build. |
115 | else | 115 | else |
116 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ | 116 | for i in $(SUBDIRS_LDAP_PLUGIN); do pushd $$i; \ |
117 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 117 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
118 | done | 118 | done |
119 | endif | 119 | endif |
120 | 120 | ||
121 | 121 | ||
122 | build_micromail: build_microkde | 122 | build_micromail: build_microkde |
123 | ifdef BUILD_NO_MICROMAIL | 123 | ifdef BUILD_NO_MICROMAIL |
124 | @echo == kmicromail not build. | 124 | @echo == kmicromail not build. |
125 | else | 125 | else |
126 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ | 126 | for i in $(SUBDIRS_MICROMAIL); do pushd $$i; \ |
127 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 127 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
128 | done | 128 | done |
129 | endif | 129 | endif |
130 | 130 | ||
131 | build_gammu: variable_test tmake | 131 | build_gammu: variable_test tmake |
132 | ifdef BUILD_NO_GAMMU | 132 | ifdef BUILD_NO_GAMMU |
133 | @echo == gammu not build. | 133 | @echo == gammu not build. |
134 | else | 134 | else |
135 | for i in $(SUBDIRS_GAMMU); do pushd $$i; \ | 135 | for i in $(SUBDIRS_GAMMU); do pushd $$i; \ |
136 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 136 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
137 | done | 137 | done |
138 | endif | 138 | endif |
139 | 139 | ||
140 | build_pwmanager: build_microkde | 140 | build_pwmanager: build_microkde |
141 | ifdef BUILD_NO_PWMANAGER | 141 | ifdef BUILD_NO_PWMANAGER |
142 | @echo == pwmanager not build. | 142 | @echo == pwmanager not build. |
143 | else | 143 | else |
144 | for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ | 144 | for i in $(SUBDIRS_PWMANAGER); do pushd $$i; \ |
145 | make -f Makefile$(PLATFORM) || exit 1; popd; \ | 145 | make -f Makefile$(PLATFORM) || exit 1; popd; \ |
146 | done | 146 | done |
147 | endif | 147 | endif |
148 | 148 | ||
149 | 149 | ||
150 | variable_info: | 150 | variable_info: |
151 | @echo -------------------------------------- | 151 | @echo -------------------------------------- |
152 | @echo KDEPIM buildsystem, variableinfo... | 152 | @echo KDEPIM buildsystem, variableinfo... |
153 | @echo KDEPIMDIR=$(KDEPIMDIR) | 153 | @echo KDEPIMDIR=$(KDEPIMDIR) |
154 | @echo QTDIR=$(QTDIR) | 154 | @echo QTDIR=$(QTDIR) |
155 | @echo QPEDIR=$(QPEDIR) | 155 | @echo QPEDIR=$(QPEDIR) |
156 | @echo OPIEDIR=$(OPIEDIR) | 156 | @echo OPIEDIR=$(OPIEDIR) |
157 | @echo PLATFORM=$(PLATFORM) | 157 | @echo PLATFORM=$(PLATFORM) |
158 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) | 158 | @echo RELEASE_DEBUG=$(RELEASE_DEBUG) |
159 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) | 159 | @echo BUILD_NO_MICROMAIL=$(BUILD_NO_MICROMAIL) |
160 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) | 160 | @echo BUILD_NO_LDAP_PLUGIN=$(BUILD_NO_LDAP_PLUGIN) |
161 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) | 161 | @echo BUILD_NO_OPIE_PLUGIN=$(BUILD_NO_OPIE_PLUGIN) |
162 | @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) | 162 | @echo BUILD_NO_QTOPIA_PLUGIN=$(BUILD_NO_QTOPIA_PLUGIN) |
163 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) | 163 | @echo BUILD_NO_SHARP_PLUGIN=$(BUILD_NO_SHARP_PLUGIN) |
164 | ifndef BUILD_NO_SHARP_PLUGIN | 164 | ifndef BUILD_NO_SHARP_PLUGIN |
165 | @echo SHARPDTMSDK=$(SHARPDTMSDK) | 165 | @echo SHARPDTMSDK=$(SHARPDTMSDK) |
166 | endif | 166 | endif |
167 | @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) | 167 | @echo BUILD_NO_GAMMU=$(BUILD_NO_GAMMU) |
168 | @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) | 168 | @echo BUILD_NO_PWMANAGER=$(BUILD_NO_PWMANAGER) |
169 | @echo -------------------------------------- | 169 | @echo -------------------------------------- |
170 | 170 | ||
171 | variable_test: variable_info | 171 | variable_test: variable_info |
172 | @echo KDEPIM buildsystem, variablecheck... | 172 | @echo KDEPIM buildsystem, variablecheck... |
173 | ifndef KDEPIMDIR | 173 | ifndef KDEPIMDIR |
174 | @echo KDEPIMDIR is not defined. | 174 | @echo KDEPIMDIR is not defined. |
175 | $(error KDEPIMDIR is not defined) | 175 | $(error KDEPIMDIR is not defined) |
176 | endif | 176 | endif |
177 | ifndef PLATFORM | 177 | ifndef PLATFORM |
178 | @echo PLATFORM is not defined. | 178 | @echo PLATFORM is not defined. |
179 | $(error PLATFORM is not defined) | 179 | $(error PLATFORM is not defined) |
180 | endif | 180 | endif |
181 | ifdef BUILD_NO_LDAP_PLUGIN | 181 | ifdef BUILD_NO_LDAP_PLUGIN |
182 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) | 182 | @echo LDAP PLUGIN will not be build, because BUILD_NO_LDAP_PLUGIN is set to $(BUILD_NO_LDAP_PLUGIN) |
183 | endif | 183 | endif |
184 | ifdef BUILD_NO_OPIE_PLUGIN | 184 | ifdef BUILD_NO_OPIE_PLUGIN |
185 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) | 185 | @echo OPIE PLUGIN will not be build, because BUILD_NO_OPIE_PLUGIN is set to $(BUILD_NO_OPIE_PLUGIN) |
186 | endif | 186 | endif |
187 | ifdef BUILD_NO_QTOPIA_PLUGIN | 187 | ifdef BUILD_NO_QTOPIA_PLUGIN |
188 | @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) | 188 | @echo QTOPIA PLUGIN will not be build, because BUILD_NO__QTOPIA_PLUGIN is set to $(BUILD_NO__QTOPIA_PLUGIN) |
189 | endif | 189 | endif |
190 | ifdef BUILD_NO_MICROMAIL | 190 | ifdef BUILD_NO_MICROMAIL |
191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) | 191 | @echo MICROMAIL will not be build, because BUILD_NO_MICROMAIL is set to $(BUILD_NO_MICROMAIL) |
192 | endif | 192 | endif |
193 | ifdef BUILD_NO_SHARP_PLUGIN | 193 | ifdef BUILD_NO_SHARP_PLUGIN |
194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) | 194 | @echo SHARP PLUGIN will not be build, because BUILD_NO_SHARP_PLUGIN is set to $(BUILD_NO_SHARP_PLUGIN) |
195 | else | 195 | else |
196 | ifndef SHARPDTMSDK | 196 | ifndef SHARPDTMSDK |
197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) | 197 | @echo SHARP PLUGIN can not be build, because SHARPDTMSDK is set to $(SHARPDTMSDK) |
198 | $(error SHARPDTMSDK is not defined) | 198 | $(error SHARPDTMSDK is not defined) |
199 | endif | 199 | endif |
200 | endif | 200 | endif |
201 | ifdef BUILD_NO_GAMMU | 201 | ifdef BUILD_NO_GAMMU |
202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) | 202 | @echo GAMMU will not be build, because BUILD_NO_GAMMU is set to $(BUILD_NO_GAMMU) |
203 | endif | 203 | endif |
204 | ifdef BUILD_NO_PWMANAGER | 204 | ifdef BUILD_NO_PWMANAGER |
205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) | 205 | @echo PWMANAGER will not be build, because BUILD_NO_PWMANAGER is set to $(BUILD_NO_PWMANAGER) |
206 | endif | 206 | endif |
207 | @echo -------------------------------------- | 207 | @echo -------------------------------------- |
208 | 208 | ||
209 | 209 | ||
210 | objects: | 210 | objects: |
211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done | 211 | for i in $(SUBDIRS); do mkdir -p $$i/obj/$(PLATFORM); done |
212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done | 212 | for i in $(SUBDIRS); do mkdir -p $$i/moc/$(PLATFORM); done |
213 | mkdir -p libical/lib/$(PLATFORM) | 213 | mkdir -p libical/lib/$(PLATFORM) |
214 | mkdir -p pwmanager/libcrypt/$(PLATFORM) | 214 | mkdir -p pwmanager/libcrypt/$(PLATFORM) |
215 | 215 | ||
216 | clean: | 216 | clean: |
217 | rm -rf libical/lib/$(PLATFORM)/*; | 217 | rm -rf libical/lib/$(PLATFORM)/*; |
218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; | 218 | rm -rf pwmanager/libcrypt/$(PLATFORM)/*; |
219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 219 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 220 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
221 | done | 221 | done |
222 | 222 | ||
223 | install: | 223 | install: |
224 | 224 | ||
225 | cd bin/kdepim; make install | 225 | cd bin/kdepim; make install |
226 | cp -r Pim $(QPEDIR)/apps | 226 | cp -r Pim $(QPEDIR)/apps |
227 | cp db2file/db2file $(QPEDIR)/bin/db2file | 227 | cp db2file/db2file $(QPEDIR)/bin/db2file |
228 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 228 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
229 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 229 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
230 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop | 230 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop |
231 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop | 231 | cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop |
232 | 232 | ||
233 | dist: | 233 | dist: |
234 | @echo Dont forget to do "make install" before "make dist" | 234 | @echo Dont forget to do "make install" before "make dist" |
235 | rm -f *arm.ipk | 235 | rm -f *arm.ipk |
236 | rm -f *~ | 236 | rm -f *~ |
237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim | 237 | cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim |
238 | mkipks kmicrokdelibs.control | 238 | mkipks kmicrokdelibs.control |
239 | mkipks korganizer.control | 239 | mkipks korganizer.control |
240 | mkipks kaddressbook.control | 240 | mkipks kaddressbook.control |
241 | ifndef BUILD_NO_MICROMAIL | 241 | ifndef BUILD_NO_MICROMAIL |
242 | mkipks kopiemail.control | 242 | mkipks kopiemail.control |
243 | endif | 243 | endif |
244 | ifndef BUILD_NO_SHARP_PLUGIN | 244 | ifndef BUILD_NO_SHARP_PLUGIN |
245 | mkipks ksharpPIM-DTMaccess.control | 245 | mkipks ksharpPIM-DTMaccess.control |
246 | endif | 246 | endif |
247 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
248 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
249 | mkipks kmobilephoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
250 | endif | 250 | endif |
251 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
252 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
253 | endif | 253 | endif |
254 | mkipks pimTABicon.control | 254 | mkipks pimTABicon.control |
255 | zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk | 255 | zip kdepim_$(KDEPIM_VERSION)_for_SharpRom.ipk.zip *.ipk ReleaseNotes.txt |
256 | 256 | ||
257 | tmake: objects \ | 257 | tmake: objects \ |
258 | qtcompat/Makefile$(PLATFORM) \ | 258 | qtcompat/Makefile$(PLATFORM) \ |
259 | microkde/Makefile$(PLATFORM) \ | 259 | microkde/Makefile$(PLATFORM) \ |
260 | libkcal/Makefile$(PLATFORM) \ | 260 | libkcal/Makefile$(PLATFORM) \ |
261 | libkdepim/Makefile$(PLATFORM) \ | 261 | libkdepim/Makefile$(PLATFORM) \ |
262 | korganizer/Makefile$(PLATFORM) \ | 262 | korganizer/Makefile$(PLATFORM) \ |
263 | kalarmd/Makefile$(PLATFORM) \ | 263 | kalarmd/Makefile$(PLATFORM) \ |
264 | libical/src/libical/Makefile$(PLATFORM) \ | 264 | libical/src/libical/Makefile$(PLATFORM) \ |
265 | libical/src/libicalss/Makefile$(PLATFORM) \ | 265 | libical/src/libicalss/Makefile$(PLATFORM) \ |
266 | kabc/Makefile$(PLATFORM) \ | 266 | kabc/Makefile$(PLATFORM) \ |
267 | kabc/formats/binary/Makefile$(PLATFORM) \ | 267 | kabc/formats/binary/Makefile$(PLATFORM) \ |
268 | kabc/plugins/file/Makefile$(PLATFORM) \ | 268 | kabc/plugins/file/Makefile$(PLATFORM) \ |
269 | kabc/plugins/dir/Makefile$(PLATFORM) \ | 269 | kabc/plugins/dir/Makefile$(PLATFORM) \ |
270 | kabc/plugins/ldap/Makefile$(PLATFORM) \ | 270 | kabc/plugins/ldap/Makefile$(PLATFORM) \ |
271 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 271 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
272 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ | 272 | kabc/plugins/qtopia/Makefile$(PLATFORM) \ |
273 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ | 273 | kabc/plugins/sharpdtm/Makefile$(PLATFORM) \ |
274 | kaddressbook/Makefile$(PLATFORM) \ | 274 | kaddressbook/Makefile$(PLATFORM) \ |
275 | kmicromail/Makefile$(PLATFORM) \ | 275 | kmicromail/Makefile$(PLATFORM) \ |
276 | kmicromail/libetpan/Makefile$(PLATFORM) \ | 276 | kmicromail/libetpan/Makefile$(PLATFORM) \ |
277 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ | 277 | kmicromail/libmailwrapper/Makefile$(PLATFORM) \ |
278 | gammu/emb/common/Makefile$(PLATFORM) \ | 278 | gammu/emb/common/Makefile$(PLATFORM) \ |
279 | gammu/emb/gammu/Makefile$(PLATFORM) \ | 279 | gammu/emb/gammu/Makefile$(PLATFORM) \ |
280 | pwmanager/pwmanager/Makefile$(PLATFORM) \ | 280 | pwmanager/pwmanager/Makefile$(PLATFORM) \ |
281 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ | 281 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM) \ |
282 | pwmanager/libcrypt/error/Makefile$(PLATFORM) \ | 282 | pwmanager/libcrypt/error/Makefile$(PLATFORM) \ |
283 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ | 283 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM) \ |
284 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM) | 284 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM) |
285 | 285 | ||
286 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro | 286 | qtcompat/Makefile$(PLATFORM): qtcompat/qtcompat.pro |
287 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) | 287 | cd qtcompat; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtcompat.pro -o Makefile$(PLATFORM) |
288 | 288 | ||
289 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro | 289 | microkde/Makefile$(PLATFORM): microkde/microkdeE.pro |
290 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) | 290 | cd microkde; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" microkdeE.pro -o Makefile$(PLATFORM) |
291 | 291 | ||
292 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro | 292 | libkcal/Makefile$(PLATFORM): libkcal/libkcalE.pro |
293 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) | 293 | cd libkcal; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkcalE.pro -o Makefile$(PLATFORM) |
294 | 294 | ||
295 | 295 | ||
296 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro | 296 | libkdepim/Makefile$(PLATFORM): libkdepim/libkdepimE.pro |
297 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) | 297 | cd libkdepim; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libkdepimE.pro -o Makefile$(PLATFORM) |
298 | 298 | ||
299 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro | 299 | kalarmd/Makefile$(PLATFORM): kalarmd/kalarmdE.pro |
300 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) | 300 | cd kalarmd; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kalarmdE.pro -o Makefile$(PLATFORM) |
301 | 301 | ||
302 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro | 302 | korganizer/Makefile$(PLATFORM): korganizer/korganizerE.pro |
303 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) | 303 | cd korganizer; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" korganizerE.pro -o Makefile$(PLATFORM) |
304 | 304 | ||
305 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro | 305 | libical/src/libical/Makefile$(PLATFORM): libical/src/libical/libicalE.pro |
306 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) | 306 | cd libical/src/libical; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalE.pro -o Makefile$(PLATFORM) |
307 | 307 | ||
308 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro | 308 | libical/src/libicalss/Makefile$(PLATFORM): libical/src/libicalss/libicalssE.pro |
309 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) | 309 | cd libical/src/libicalss; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libicalssE.pro -o Makefile$(PLATFORM) |
310 | 310 | ||
311 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro | 311 | kabc/Makefile$(PLATFORM): kabc/kabcE.pro |
312 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) | 312 | cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcE.pro -o Makefile$(PLATFORM) |
313 | 313 | ||
314 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | 314 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro |
315 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) | 315 | cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) |
316 | 316 | ||
317 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro | 317 | kabc/plugins/file/Makefile$(PLATFORM): kabc/plugins/file/fileE.pro |
318 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) | 318 | cd kabc/plugins/file; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" fileE.pro -o Makefile$(PLATFORM) |
319 | 319 | ||
320 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro | 320 | kabc/plugins/dir/Makefile$(PLATFORM): kabc/plugins/dir/dirE.pro |
321 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) | 321 | cd kabc/plugins/dir; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" dirE.pro -o Makefile$(PLATFORM) |
322 | 322 | ||
323 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro | 323 | kabc/plugins/ldap/Makefile$(PLATFORM): kabc/plugins/ldap/ldapE.pro |
324 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) | 324 | cd kabc/plugins/ldap; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" ldapE.pro -o Makefile$(PLATFORM) |
325 | 325 | ||
326 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro | 326 | kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/opieE.pro |
327 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) | 327 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" opieE.pro -o Makefile$(PLATFORM) |
328 | 328 | ||
329 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro | 329 | kabc/plugins/qtopia/Makefile$(PLATFORM): kabc/plugins/qtopia/qtopiaE.pro |
330 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) | 330 | cd kabc/plugins/qtopia; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" qtopiaE.pro -o Makefile$(PLATFORM) |
331 | 331 | ||
332 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro | 332 | kabc/plugins/sharpdtm/Makefile$(PLATFORM): kabc/plugins/sharpdtm/sharpdtmE.pro |
333 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) | 333 | cd kabc/plugins/sharpdtm; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" sharpdtmE.pro -o Makefile$(PLATFORM) |
334 | 334 | ||
335 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 335 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
336 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) | 336 | cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kaddressbookE.pro -o Makefile$(PLATFORM) |
337 | 337 | ||
338 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | 338 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro |
339 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) | 339 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" kmicromailE.pro -o Makefile$(PLATFORM) |
340 | 340 | ||
341 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | 341 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro |
342 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) | 342 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libetpanE.pro -o Makefile$(PLATFORM) |
343 | 343 | ||
344 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | 344 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro |
345 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) | 345 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" libmailwrapperE.pro -o Makefile$(PLATFORM) |
346 | 346 | ||
347 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro | 347 | gammu/emb/common/Makefile$(PLATFORM): gammu/emb/common/commonE.pro |
348 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) | 348 | cd gammu/emb/common; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" commonE.pro -o Makefile$(PLATFORM) |
349 | 349 | ||
350 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro | 350 | gammu/emb/gammu/Makefile$(PLATFORM): gammu/emb/gammu/gammuE.pro |
351 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) | 351 | cd gammu/emb/gammu; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" gammuE.pro -o Makefile$(PLATFORM) |
352 | 352 | ||
353 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro | 353 | pwmanager/pwmanager/Makefile$(PLATFORM): pwmanager/pwmanager/pwmanagerE.pro |
354 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) | 354 | cd pwmanager/pwmanager; tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" pwmanagerE.pro -o Makefile$(PLATFORM) |
355 | 355 | ||
356 | 356 | ||
357 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro | 357 | pwmanager/libcrypt/mpi/Makefile$(PLATFORM): pwmanager/libcrypt/mpi/mpi.pro |
358 | cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) | 358 | cd pwmanager/libcrypt/mpi;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" mpi.pro -o Makefile$(PLATFORM) |
359 | 359 | ||
360 | pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro | 360 | pwmanager/libcrypt/error/Makefile$(PLATFORM): pwmanager/libcrypt/error/error.pro |
361 | cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) | 361 | cd pwmanager/libcrypt/error;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" error.pro -o Makefile$(PLATFORM) |
362 | 362 | ||
363 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro | 363 | pwmanager/libcrypt/cipher/Makefile$(PLATFORM): pwmanager/libcrypt/cipher/cipher.pro |
364 | cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) | 364 | cd pwmanager/libcrypt/cipher;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" cipher.pro -o Makefile$(PLATFORM) |
365 | 365 | ||
366 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro | 366 | pwmanager/libcrypt/zlib/Makefile$(PLATFORM): pwmanager/libcrypt/zlib/zlib.pro |
367 | cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) | 367 | cd pwmanager/libcrypt/zlib;tmake "CONFIG+=$(RELEASE_DEBUG)" "VERSION=$(KDEPIM_VERSION)" zlib.pro -o Makefile$(PLATFORM) |
368 | 368 | ||
369 | 369 | ||
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 3fc07ac..b250ebb 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt | |||
@@ -1,194 +1,270 @@ | |||
1 | 1 | ||
2 | Release notes for 1.9.10: | ||
3 | |||
4 | KDE-Pim/Pi is available for four platforms: | 2 | KDE-Pim/Pi is available for four platforms: |
5 | 3 | ||
6 | 1) Windows 32 | 4 | 1) Windows 32 (not available for all releases) |
7 | 2) Zaurus Sharp ROM, gcc 2.95 compiled | 5 | 2) Zaurus Sharp ROM, gcc 2.95 compiled |
8 | 3) OpenZaurus ROM, gcc 3.xx compiled | 6 | 3) OpenZaurus ROM, gcc 3.xx compiled (not available for all releases) |
9 | 4) Linux Desktop (SuSE 9.1) | 7 | 4) Linux Desktop (SuSE 9.2) (not available for all releases) |
10 | 8 | ||
11 | Contents of the packages and how to install: | 9 | Contents of the packages and how to install: |
12 | 10 | ||
11 | |||
13 | ***************************************************** | 12 | ***************************************************** |
14 | 1) Windows 32 | 13 | 1) Windows 32 |
15 | ***************************************************** | 14 | ***************************************************** |
16 | File: kdepim_1.9.10_for_Windows.exe.zip | 15 | Filename: kdepim_1.9.13_for_Windows.exe.zip |
17 | Package contains: | 16 | Package contains: |
18 | KO/Pi | 17 | KO/Pi |
19 | KA/Pi | 18 | KA/Pi |
20 | Phone access(kammu.exe) | 19 | Phone access(kammu.exe) |
21 | Libs for file, dir, qtopia resources. | 20 | Libs for file, dir, qtopia resources. |
22 | 21 | ||
23 | Download file. | 22 | Download file. |
24 | Unzip the file, then you are almost done. | 23 | Unzip the file, then you are almost done. |
25 | For details read the file | 24 | For details read the file |
26 | Migration-Howto.txt in the package. | 25 | Migration-Howto.txt in the package. |
27 | 26 | ||
27 | |||
28 | |||
28 | ***************************************************** | 29 | ***************************************************** |
29 | 2) Zaurus Sharp ROM, gcc 2.95 compiled | 30 | 2) Zaurus Sharp ROM, gcc 2.95 compiled |
30 | ***************************************************** | 31 | ***************************************************** |
31 | File: kdepim_1.9.10_for_SharpROM.ipk.zip | 32 | Filename: kdepim_X.X.X_for_SharpROM.ipk.zip |
32 | Package contains: | 33 | Package contains: |
33 | kaddressbook_1.9.10_arm.ipk | 34 | kaddressbook_X.X.X_arm.ipk |
34 | korganizer-alarm_1.9.10_arm.ipk | 35 | korganizer-alarm_X.X.X_arm.ipk |
35 | kmicrokdelibs_1.9.10_arm.ipk | 36 | kmicrokdelibs_X.X.X_arm.ipk |
36 | phoneaccess_1.9.10_arm.ipk | 37 | kmobilephoneaccess_X.X.X_arm.ipk |
37 | kopiemail_1.9.10_arm.ipk | 38 | ksharpPIM-DTMaccess_X.X.X_arm.ipk |
38 | pim_TAB_icon_1.9.10_arm.ipk | 39 | kopiemail_X.X.X_arm.ipk |
39 | korganizer_1.9.10_arm.ipk | 40 | pimTABicon_X.X.X_arm.ipk |
40 | pwmanager_1.9.10_arm.ipk | 41 | korganizer_X.X.X_arm.ipk |
42 | pwmanager_X.X.X_arm.ipk | ||
41 | 43 | ||
42 | This package is for users of the Sharp ROM and clones. | 44 | This package is for users of the Sharp ROM and clones. |
43 | Users of old OpenZaurus releases, which are gcc2.95 | 45 | Users of old OpenZaurus releases, which are gcc2.95 |
44 | compiled can use it as well. | 46 | compiled can use it as well. |
45 | 47 | ||
46 | All applications do need the | 48 | CONTENT: |
47 | kmicrokdelibs_1.9.10_arm.ipk | 49 | |
48 | package to run. | 50 | File kmicrokdelibs_X.X.X_arm.ipk: |
51 | The libs in this file are needed to run | ||
52 | any of the included programs. | ||
53 | Install it. | ||
54 | |||
55 | File kaddressbook_X.X.X_arm.ipk: | ||
56 | Contains KA/Pi addressbook program and needed additional libs. | ||
49 | 57 | ||
50 | phoneaccess_1.9.10_arm.ipk | 58 | File korganizer-alarm_X.X.X_arm.ipk: |
51 | contains a command line tool for accessing mobile phones. | 59 | Contains KO/Pi calendar program and needed additional libs. |
60 | |||
61 | File kopiemail_X.X.X_arm.ipk: | ||
62 | Contains OM/Pi email program and needed additional libs. | ||
63 | |||
64 | File pwmanager_X.X.X_arm.ipk: | ||
65 | Contains PwM/Pi password manager program. | ||
66 | |||
67 | File ksharpPIM-DTMaccess_X.X.X_arm.ipk: | ||
68 | Contains needed program/lib to sync KA/Pi and KO/Pi | ||
69 | with the Sharp PIM applications on the Zaurus, | ||
70 | which use the new Sharp DMT Pim format. | ||
71 | |||
72 | File korganizer-alarm_X.X.X_arm.ipk: | ||
73 | Provides an alarm applet to get informed about alarms. | ||
74 | The Zaurus will wake up from suspend | ||
75 | if an event triggers an alarm. | ||
76 | |||
77 | File kmobilephoneaccess_X.X.X_arm.ipk: | ||
78 | Contains a command line tool for accessing mobile phones. | ||
52 | It is used from Kx/Pi to sync with / export to | 79 | It is used from Kx/Pi to sync with / export to |
53 | mobile phones. | 80 | mobile phones. It is not working very well, please do not |
81 | expect too much. | ||
82 | |||
83 | File pimTABicon_X.X.X_arm.ipk: | ||
84 | If you insatll a program of the package, you may get | ||
85 | a new TAB wchich is called Pim. | ||
86 | If you did not have had this TAB on your Z, that | ||
87 | TAB will not display an icon. | ||
88 | Install this small package to assihn an icon to | ||
89 | the new Pim TAB. | ||
90 | |||
54 | 91 | ||
55 | Unzip package and install the apps in the usual way. | 92 | Unzip package and install the apps in the usual way. |
56 | 93 | ||
94 | To get the character conversion in OM/Pi working, please download | ||
95 | at the sourceforge project site the package | ||
96 | sr-character-conversion_SharpROM_arm.ipk.zip | ||
97 | from the section "general files for KDE/Pim" | ||
98 | Instructions how to install this package are in a ReadMe in this file. | ||
99 | |||
57 | ***************************************************** | 100 | ***************************************************** |
58 | 3) OpenZaurus ROM, gcc 3.xx compiled | 101 | 3) OpenZaurus ROM, gcc 3.xx compiled |
59 | ***************************************************** | 102 | ***************************************************** |
60 | File: kdepim_1.9.10_for_OZ-gcc3xx.ipk.zip | 103 | Filename: kdepim_X.X.X_for_OZ-gcc3xx.ipk.zip |
61 | Package contains: | 104 | Package contains: |
62 | kaddressbook_OZ-gcc3xx_1.9.10_arm.ipk | 105 | kaddressbook_OZ-gcc3xx_X.X.X_arm.ipk |
63 | kmicrokdelibs_OZ-gcc3xx_1.9.10_arm.ipk | 106 | kmicrokdelibs_OZ-gcc3xx_X.X.X_arm.ipk |
64 | kopiemail_OZ-gcc3xx_1.9.10_arm.ipk | 107 | kopiemail_OZ-gcc3xx_X.X.X_arm.ipk |
65 | korganizer-alarm_OZ-gcc3xx_1.9.10_arm.ipk | 108 | korganizer-alarm_OZ-gcc3xx_X.X.X_arm.ipk |
66 | korganizer_OZ-gcc3xx_1.9.10_arm.ipk | 109 | korganizer_OZ-gcc3xx_X.X.X_arm.ipk |
67 | phoneaccess_OZ-gcc3xx_1.9.10_arm.ipk | 110 | kmobilephoneaccess_OZ-gcc3xx_X.X.X_arm.ipk |
68 | pim_TAB_icon_OZ-gcc3xx_1.9.10_arm.ipk | 111 | pimTABicon_OZ-gcc3xx_X.X.X_arm.ipk |
69 | pwmanager_OZ-gcc3xx_1.9.10_arm.ipk | 112 | pwmanager_OZ-gcc3xx_X.X.X_arm.ipk |
70 | 113 | ||
71 | 114 | ||
72 | This package is for users of the Open Zaurus ROM 3.3.6, | 115 | This package is for users of the Open Zaurus ROM 3.3.6, |
73 | compiled by coredump (aka known as Hentges-Rom). | 116 | compiled by coredump (aka known as Hentges-Rom). |
74 | The programs may run on the new | 117 | The programs may run on the new |
75 | Open Zaurus Release 3.5.1 as well, but | 118 | Open Zaurus Release 3.5.1 as well, but |
76 | they cannot be installed there properly, | 119 | they cannot be installed there properly, |
77 | because the package manager of OZ needs more | 120 | because the package manager of OZ needs more |
78 | information in the ipk files to install them properly. | 121 | information in the ipk files to install them properly. |
79 | 122 | ||
80 | If you have Open Zaurus 3.5.1, you should use | 123 | If you have Open Zaurus 3.5.1, you should use |
81 | the packages of the OZ 3.5.1 feed, | 124 | the packages of the OZ 3.5.1 feed, |
82 | compiled and maintained by Hrw. | 125 | compiled and maintained by Hrw. |
83 | Do not ask the OZ people about problems with these | 126 | Do not ask the OZ people about problems with these |
84 | packages, they cannot help you. | 127 | packages, they cannot help you. |
85 | 128 | ||
86 | By the way, I cannot help you as well, because I | 129 | CONTENT: |
130 | |||
131 | By the way, I cannot help you as well, because I | ||
87 | am not using OZ. | 132 | am not using OZ. |
88 | 133 | ||
89 | All applications do need the | 134 | File kmicrokdelibs_OZ-gcc3xx_X.X.X_arm.ipk: |
90 | kmicrokdelibs_OZ-gcc3xx_1.9.10_arm.ipk | 135 | The libs in this file are needed to run |
91 | package to run. | 136 | any of the included programs. |
137 | Install it. | ||
138 | |||
139 | File kaddressbook_OZ-gcc3xx_X.X.X_arm.ipk: | ||
140 | Contains KA/Pi addressbook program and needed additional libs. | ||
141 | |||
142 | File korganizer-alarm_OZ-gcc3xx_X.X.X_arm.ipk: | ||
143 | Contains KO/Pi calendar program and needed additional libs. | ||
144 | |||
145 | File kopiemail_OZ-gcc3xx_X.X.X_arm.ipk: | ||
146 | Contains OM/Pi email program and needed additional libs. | ||
147 | |||
148 | File pwmanager_OZ-gcc3xx_X.X.X_arm.ipk: | ||
149 | Contains PwM/Pi password manager program. | ||
92 | 150 | ||
93 | phoneaccess_OZ-gcc3xx_1.9.10_arm.ipk | 151 | File korganizer-alarm_OZ-gcc3xx_X.X.X_arm.ipk: |
94 | contains a command line tool for accessing mobile phones. | 152 | Provides an alarm applet to get informed about alarms. |
153 | The Zaurus will wake up from suspend | ||
154 | if an event triggers an alarm. | ||
155 | |||
156 | File kmobilephoneaccess_OZ-gcc3xx_X.X.X_arm.ipk: | ||
157 | Contains a command line tool for accessing mobile phones. | ||
95 | It is used from Kx/Pi to sync with / export to | 158 | It is used from Kx/Pi to sync with / export to |
96 | mobile phones. | 159 | mobile phones. It is not working very well, please do not |
160 | expect too much. | ||
161 | |||
162 | File pimTABicon_OZ-gcc3xx_X.X.X_arm.ipk: | ||
163 | If you insatll a program of the package, you may get | ||
164 | a new TAB wchich is called Pim. | ||
165 | If you did not have had this TAB on your Z, that | ||
166 | TAB will not display an icon. | ||
167 | Install this small package to assihn an icon to | ||
168 | the new Pim TAB. | ||
97 | 169 | ||
98 | Unzip package and install the apps in the usual way. | 170 | Unzip package and install the apps in the usual way. |
99 | 171 | ||
172 | To get the character conversion in OM/Pi working, please download | ||
173 | at the sourceforge project site the package | ||
174 | oz-character-conversion_OZ-gcc3xx_arm.ipk.zip | ||
175 | from the section "general files for KDE/Pim" | ||
176 | Instructions how to install this package are in a ReadMe in this file. | ||
177 | |||
178 | |||
100 | ***************************************************** | 179 | ***************************************************** |
101 | 4) Linux Desktop (SuSE 9.1) | 180 | 4) Linux Desktop (SuSE 9.1) |
102 | ***************************************************** | 181 | ***************************************************** |
103 | File: KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm | 182 | Filename: KDE-Pim-Pi-1.9.16-SuSE_9.2.i586.rpm |
104 | Package contains: | 183 | Package contains: |
105 | KAddessbook/Pi | 184 | KAddessbook/Pi |
106 | KOrganizer/Pi | 185 | KOrganizer/Pi |
107 | PasswordManager/Pi | 186 | PasswordManager/Pi |
108 | KPhone/Pi | 187 | KPhone/Pi |
109 | KTimeTracker/Pi | 188 | KTimeTracker/Pi |
189 | KOPieMail/Pi | ||
110 | and the needed microkde libs. | 190 | and the needed microkde libs. |
111 | 191 | ||
112 | Download file and install it on console with | 192 | Download file and install it on console with |
113 | su | 193 | su |
114 | rpm -ihv KDE-Pim-Pi-1.9.10-SuSE9.1.i586.rpm | 194 | rpm -ihv KDE-Pim-Pi-1.9.16-SuSE_9.2.i586.rpm |
195 | Note: | ||
196 | If you want to update, please do it with | ||
197 | rpm -Uhv KDE-Pim-Pi-1.9.16-SuSE_9.2.i586.rpm | ||
198 | (Uninstall with rpm -e KDE-Pim-Pi-1.9.16-SuSE_9.2) | ||
115 | 199 | ||
116 | If you want to be able to sync your phone via infrared | 200 | Here is the information, |
117 | (if you have an infrared port on your laptop) | ||
118 | please make an online update to get infrared working. | ||
119 | |||
120 | If you want to be able to sync KDE-Pim/Pi with the KDE-desktop | ||
121 | please update SuSE 9.1 to KDE 3.3.0 or higher. | ||
122 | NOTE: | ||
123 | Currently only syncing of calendar data is supported by | ||
124 | the KDE-Pim/Pi <-> KDE-desktop sync feature. | ||
125 | Possibility of syncing addressbook data will follow before | ||
126 | release 2.0.0 of KDE-Pim/Pi. | ||
127 | |||
128 | Here is the information, | ||
129 | provided in the rpm file about the content: | 201 | provided in the rpm file about the content: |
130 | 202 | ||
131 | KDE-Pim-Pi | 203 | This package contains the platform-independent PIM programs from |
132 | Version: 1.9.10-SuSE9.1 | 204 | www.pi-sync.net, compiled for SuSE 9.2: |
133 | This package contains the platform-independent PIM programs from | ||
134 | www.pi-sync.net, compiled for SuSE 9.1: | ||
135 | KTimeTacker/Pi | 205 | KTimeTacker/Pi |
136 | KPhone/Pi | 206 | KPhone/Pi |
137 | KAddressbook/Pi | 207 | KAddressbook/Pi |
138 | KOrganizer/Pi | 208 | KOrganizer/Pi |
139 | PasswordManager/Pi | 209 | PasswordManager/Pi |
140 | These applications do not need anything from the KDE-desktop | 210 | KOPieMail/Pi |
141 | at all to run on Linux. However, there is a dependency from | 211 | |
142 | two KDE libs, because a small command line program is included | 212 | These applications do not need anything from the KDE-desktop |
143 | to make it possible to sync with the KDE-desktop applications. | 213 | at all to run on Linux. However, there is a dependency from |
144 | These applications are independent from the KDE-desktop | 214 | two KDE libs, because a small command line program is included |
145 | environment. That means, nothing of your existing | 215 | to make it possible to sync with the KDE-desktop applications. |
146 | KDE-desktop setup will be changed, or any data | 216 | |
147 | (calendar-addressbook) used by the KDE-desktop | 217 | These applications are independent from the KDE-desktop |
148 | applications will be changed or accessed. | 218 | environment. That means, nothing of your existing |
149 | These applications stores their data and config in | 219 | KDE-desktop setup will be changed, or any data |
220 | (calendar-addressbook) used by the KDE-desktop | ||
221 | applications will be changed or accessed. | ||
222 | These applications stores their data and config in | ||
150 | $HOME/kdepim/ | 223 | $HOME/kdepim/ |
151 | However, because the same file format is used, | 224 | However, because the same file format is used, |
152 | an easy exchange of data with the KDE-desktop | 225 | an easy exchange of data with the KDE-desktop |
153 | is possible. | 226 | is possible. |
154 | A small command line program is included | 227 | A small command line program is included |
155 | to make it possible to sync with the KDE-desktop applications. | 228 | to make it possible to sync with the KDE-desktop applications. |
156 | You do not need to call this program from the commandline, | 229 | You do not need to call this program from the commandline, |
157 | it is called from the KDE-Pim/Pi apps when you choose there: | 230 | it is called from the KDE-Pim/Pi apps when you choose there: |
158 | Sync with KDE_Desktop. | 231 | Sync with KDE_Desktop. |
159 | If something is going wrong, please start the | 232 | If something is going wrong, please start the |
160 | KDE-Pim/Pi program itself from the console to get detailed output. | 233 | KDE-Pim/Pi program itself from the console to get detailed output. |
161 | After installation, you should have a | 234 | |
235 | After installation, you should have a | ||
162 | PIM-pi | 236 | PIM-pi |
163 | folder in your KDE start menu, where you can | 237 | folder in your KDE start menu, where you can |
164 | start the applications from. | 238 | start the applications from. |
165 | These programs makes it possible to sync your Zaurus easily | ||
166 | (with the KDE-Pim/Pi programs running on the Zaurus) | ||
167 | with the KDE-desktop calendar/addressbook data. | ||
168 | If you want to use that, you have to update your | ||
169 | KDE-desktop to version 3.3.0 or higher. | ||
170 | Actually - after the (non difficult) configuration is set up - | ||
171 | with two mouseklicks on the Zaurus, | ||
172 | the Zaurus syncs with the corresponding KDE-Pim/Pi | ||
173 | program on the Linux Desktop which syncs automatically | ||
174 | with the KDE-desktop data. | ||
175 | If you want to use the KDE-desktop calendar/addressbook applications, | ||
176 | just install these apps in this package and use them as a syncing tool for the | ||
177 | Zaurus <-> KDE-desktop sync. | ||
178 | The sync requires a network connection from your Zaurus to | ||
179 | the PC. A detailed Sync HowTo is available in the | ||
180 | Help menu of the applications. | ||
181 | These applications makes it also possible, that you can sync | ||
182 | (or just export the data to) your mobile phone with your | ||
183 | data of the KDE-desktop calendar/addressbook applications. | ||
184 | This is tested and working for Nokia mobile phones, | ||
185 | it may work with others as well. | ||
186 | (More info about that: -> Sync HowTo) | ||
187 | NOTE: | ||
188 | You have to make an online update in SuSE 9.1 to make it | ||
189 | possible to get the infrared connection working, such that | ||
190 | you can sync your (Nokia) mobile phone via infrared. | ||
191 | 239 | ||
240 | These programs makes it possible to sync your Zaurus easily | ||
241 | (with the KDE-Pim/Pi programs running on the Zaurus) | ||
242 | with the KDE-desktop calendar/addressbook data. | ||
243 | If you want to use that, you have to update your | ||
244 | KDE-desktop to version 3.3.0 or higher. | ||
245 | SuSE 9.2 contains KDE 3.3.0 such that no update is needed. | ||
246 | Actually - after the (non difficult) configuration is set up - | ||
247 | with two mouseklicks on the Zaurus, | ||
248 | the Zaurus syncs with the corresponding KDE-Pim/Pi | ||
249 | program on the Linux Desktop which syncs automatically | ||
250 | with the KDE-desktop data. | ||
192 | 251 | ||
252 | If you want to use the KDE-desktop calendar/addressbook applications, | ||
253 | just install these apps in this package and use them as a syncing tool for the | ||
254 | Zaurus <-> KDE-desktop sync. | ||
255 | The sync requires a network connection from your Zaurus to | ||
256 | the PC. A detailed Sync HowTo is available in the | ||
257 | Help menu of the applications. | ||
193 | 258 | ||
259 | These applications makes it also possible, that you can sync | ||
260 | (or just export the data to) your mobile phone with your | ||
261 | data of the KDE-desktop calendar/addressbook applications. | ||
262 | This is tested and working for Nokia mobile phones, | ||
263 | it may work with others as well. | ||
264 | (More info about that: -> Sync HowTo) | ||
194 | 265 | ||
266 | NOTE: | ||
267 | When using SuSE 9.1 you have to update your KDE to 3.3.x | ||
268 | and you have to make an online update in SuSE 9.1 to make it | ||
269 | possible to get the infrared connection working, such that | ||
270 | you can sync your (Nokia) mobile phone via infrared. \ No newline at end of file | ||