summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile2
-rw-r--r--Makefile.Embedded2
-rw-r--r--libical/src/libical/libicalE.pro2
-rw-r--r--libical/src/libicalss/libicalssE.pro2
-rw-r--r--libkcal/libkcalE.pro6
-rw-r--r--microkde/microkdeE.pro2
-rwxr-xr-xsetQtopia3
-rw-r--r--setZaurus5
-rwxr-xr-xsetZaurus35
9 files changed, 20 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index b2ef295..d24c8b8 100644
--- a/Makefile
+++ b/Makefile
@@ -166,96 +166,98 @@ variable_info:
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
171variable_test: variable_info 171variable_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
210objects: 210objects:
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 dest
215 mkdir -p dest$(LIBICAL_PATH)
214 mkdir -p pwmanager/libcrypt/$(PLATFORM) 216 mkdir -p pwmanager/libcrypt/$(PLATFORM)
215 217
216clean: 218clean:
217 rm -rf libical/lib/$(PLATFORM)/*; 219 rm -rf libical/lib/$(PLATFORM)/*;
218 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 220 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
219 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 221 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
220 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 222 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
221 done 223 done
222 224
223pac: 225pac:
224 rm -f $(QPEDIR)/lib/libmicro* 226 rm -f $(QPEDIR)/lib/libmicro*
225 rm -f $(QPEDIR)/plugins/applets/libkopi* 227 rm -f $(QPEDIR)/plugins/applets/libkopi*
226 make 228 make
227 make install 229 make install
228 make dist 230 make dist
229install: 231install:
230 232
231 cd bin/kdepim; make install 233 cd bin/kdepim; make install
232 cp -r Pim $(QPEDIR)/apps 234 cp -r Pim $(QPEDIR)/apps
233 cp db2file/db2file $(QPEDIR)/bin/db2file 235 cp db2file/db2file $(QPEDIR)/bin/db2file
234 chmod ugo+x $(QPEDIR)/bin/db2file 236 chmod ugo+x $(QPEDIR)/bin/db2file
235 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop 237 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop
236 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 238 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop
237 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 239 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
238 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop 240 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop
239 241
240dist: 242dist:
241 @echo Dont forget to do "make install" before "make dist" 243 @echo Dont forget to do "make install" before "make dist"
242 rm -f *arm.ipk 244 rm -f *arm.ipk
243 rm -f *ipk.zip 245 rm -f *ipk.zip
244 rm -rf ../kdepimpi_$(KDEPIM_VERSION)/* 246 rm -rf ../kdepimpi_$(KDEPIM_VERSION)/*
245 rm -f *~ 247 rm -f *~
246 cd ..;mkdir -p kdepimpi_$(KDEPIM_VERSION) 248 cd ..;mkdir -p kdepimpi_$(KDEPIM_VERSION)
247 cd ../kdepimpi_$(KDEPIM_VERSION);mkdir -p ipk 249 cd ../kdepimpi_$(KDEPIM_VERSION);mkdir -p ipk
248 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 250 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
249 mkipks kmicrokdelibs.control 251 mkipks kmicrokdelibs.control
250 mkipks korganizer.control 252 mkipks korganizer.control
251 mkipks kaddressbook.control 253 mkipks kaddressbook.control
252 ifndef BUILD_NO_MICROMAIL 254 ifndef BUILD_NO_MICROMAIL
253 mkipks kopiemail.control 255 mkipks kopiemail.control
254 endif 256 endif
255 ifndef BUILD_NO_SHARP_PLUGIN 257 ifndef BUILD_NO_SHARP_PLUGIN
256 mkipks ksharpPIM-DTMaccess.control 258 mkipks ksharpPIM-DTMaccess.control
257 endif 259 endif
258 mkipks korganizer-alarm.control 260 mkipks korganizer-alarm.control
259 ifndef BUILD_NO_GAMMU 261 ifndef BUILD_NO_GAMMU
260 mkipks kmobilephoneaccess.control 262 mkipks kmobilephoneaccess.control
261 endif 263 endif
diff --git a/Makefile.Embedded b/Makefile.Embedded
index b2ef295..d24c8b8 100644
--- a/Makefile.Embedded
+++ b/Makefile.Embedded
@@ -166,96 +166,98 @@ variable_info:
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
171variable_test: variable_info 171variable_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
210objects: 210objects:
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 dest
215 mkdir -p dest$(LIBICAL_PATH)
214 mkdir -p pwmanager/libcrypt/$(PLATFORM) 216 mkdir -p pwmanager/libcrypt/$(PLATFORM)
215 217
216clean: 218clean:
217 rm -rf libical/lib/$(PLATFORM)/*; 219 rm -rf libical/lib/$(PLATFORM)/*;
218 rm -rf pwmanager/libcrypt/$(PLATFORM)/*; 220 rm -rf pwmanager/libcrypt/$(PLATFORM)/*;
219 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ 221 for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\
220 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ 222 rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \
221 done 223 done
222 224
223pac: 225pac:
224 rm -f $(QPEDIR)/lib/libmicro* 226 rm -f $(QPEDIR)/lib/libmicro*
225 rm -f $(QPEDIR)/plugins/applets/libkopi* 227 rm -f $(QPEDIR)/plugins/applets/libkopi*
226 make 228 make
227 make install 229 make install
228 make dist 230 make dist
229install: 231install:
230 232
231 cd bin/kdepim; make install 233 cd bin/kdepim; make install
232 cp -r Pim $(QPEDIR)/apps 234 cp -r Pim $(QPEDIR)/apps
233 cp db2file/db2file $(QPEDIR)/bin/db2file 235 cp db2file/db2file $(QPEDIR)/bin/db2file
234 chmod ugo+x $(QPEDIR)/bin/db2file 236 chmod ugo+x $(QPEDIR)/bin/db2file
235 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop 237 cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop
236 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop 238 cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop
237 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop 239 cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kopiemail.desktop
238 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop 240 cp pwmanager/pwmanager/pwmanager.desktop $(QPEDIR)/apps/Pim/pwmanager.desktop
239 241
240dist: 242dist:
241 @echo Dont forget to do "make install" before "make dist" 243 @echo Dont forget to do "make install" before "make dist"
242 rm -f *arm.ipk 244 rm -f *arm.ipk
243 rm -f *ipk.zip 245 rm -f *ipk.zip
244 rm -rf ../kdepimpi_$(KDEPIM_VERSION)/* 246 rm -rf ../kdepimpi_$(KDEPIM_VERSION)/*
245 rm -f *~ 247 rm -f *~
246 cd ..;mkdir -p kdepimpi_$(KDEPIM_VERSION) 248 cd ..;mkdir -p kdepimpi_$(KDEPIM_VERSION)
247 cd ../kdepimpi_$(KDEPIM_VERSION);mkdir -p ipk 249 cd ../kdepimpi_$(KDEPIM_VERSION);mkdir -p ipk
248 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim 250 cd ..; tar czf kdepimpi-$(KDEPIM_VERSION).tar.gz --exclude=obj --exclude=moc --exclude=CVS --exclude=Makefilezaurus --exclude=Makefileqtopia kdepim
249 mkipks kmicrokdelibs.control 251 mkipks kmicrokdelibs.control
250 mkipks korganizer.control 252 mkipks korganizer.control
251 mkipks kaddressbook.control 253 mkipks kaddressbook.control
252 ifndef BUILD_NO_MICROMAIL 254 ifndef BUILD_NO_MICROMAIL
253 mkipks kopiemail.control 255 mkipks kopiemail.control
254 endif 256 endif
255 ifndef BUILD_NO_SHARP_PLUGIN 257 ifndef BUILD_NO_SHARP_PLUGIN
256 mkipks ksharpPIM-DTMaccess.control 258 mkipks ksharpPIM-DTMaccess.control
257 endif 259 endif
258 mkipks korganizer-alarm.control 260 mkipks korganizer-alarm.control
259 ifndef BUILD_NO_GAMMU 261 ifndef BUILD_NO_GAMMU
260 mkipks kmobilephoneaccess.control 262 mkipks kmobilephoneaccess.control
261 endif 263 endif
diff --git a/libical/src/libical/libicalE.pro b/libical/src/libical/libicalE.pro
index 1c79e18..5e9f44c 100644
--- a/libical/src/libical/libicalE.pro
+++ b/libical/src/libical/libicalE.pro
@@ -1,58 +1,58 @@
1###################################################################### 1######################################################################
2# Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004 2# Automatically generated by qmake (1.07a) Sun Jun 27 22:44:35 2004
3###################################################################### 3######################################################################
4 4
5TEMPLATE = lib 5TEMPLATE = lib
6INCLUDEPATH += . 6INCLUDEPATH += .
7 CONFIG += staticlib 7 CONFIG += staticlib
8OBJECTS_DIR = obj/$(PLATFORM) 8OBJECTS_DIR = obj/$(PLATFORM)
9MOC_DIR = moc/$(PLATFORM) 9MOC_DIR = moc/$(PLATFORM)
10DESTDIR=../../lib/$(PLATFORM) 10DESTDIR=../../../dest$(LIBICAL_PATH)
11TARGET = ical 11TARGET = ical
12# Input 12# Input
13HEADERS += astime.h \ 13HEADERS += astime.h \
14 ical.h \ 14 ical.h \
15 icalarray.h \ 15 icalarray.h \
16 icalattach.h \ 16 icalattach.h \
17 icalattachimpl.h \ 17 icalattachimpl.h \
18 icalcomponent.h \ 18 icalcomponent.h \
19 icalderivedparameter.h \ 19 icalderivedparameter.h \
20 icalderivedproperty.h \ 20 icalderivedproperty.h \
21 icalderivedvalue.h \ 21 icalderivedvalue.h \
22 icalduration.h \ 22 icalduration.h \
23 icalenums.h \ 23 icalenums.h \
24 icalerror.h \ 24 icalerror.h \
25 icallangbind.h \ 25 icallangbind.h \
26 icalmemory.h \ 26 icalmemory.h \
27 icalmime.h \ 27 icalmime.h \
28 icalparameter.h \ 28 icalparameter.h \
29 icalparameterimpl.h \ 29 icalparameterimpl.h \
30 icalparser.h \ 30 icalparser.h \
31 icalperiod.h \ 31 icalperiod.h \
32 icalproperty.h \ 32 icalproperty.h \
33 icalrecur.h \ 33 icalrecur.h \
34 icalrestriction.h \ 34 icalrestriction.h \
35 icaltime.h \ 35 icaltime.h \
36 icaltimezone.h \ 36 icaltimezone.h \
37 icaltypes.h \ 37 icaltypes.h \
38 icalvalue.h \ 38 icalvalue.h \
39 icalvalueimpl.h \ 39 icalvalueimpl.h \
40 icalversion.h \ 40 icalversion.h \
41 pvl.h \ 41 pvl.h \
42 sspm.h 42 sspm.h
43SOURCES += caldate.c \ 43SOURCES += caldate.c \
44 icalarray.c \ 44 icalarray.c \
45 icalattach.c \ 45 icalattach.c \
46 icalcomponent.c \ 46 icalcomponent.c \
47 icalderivedparameter.c \ 47 icalderivedparameter.c \
48 icalderivedproperty.c \ 48 icalderivedproperty.c \
49 icalderivedvalue.c \ 49 icalderivedvalue.c \
50 icalduration.c \ 50 icalduration.c \
51 icalenums.c \ 51 icalenums.c \
52 icalerror.c \ 52 icalerror.c \
53 icallangbind.c \ 53 icallangbind.c \
54 icalmemory.c \ 54 icalmemory.c \
55 icalmime.c \ 55 icalmime.c \
56 icalparameter.c \ 56 icalparameter.c \
57 icalparser.c \ 57 icalparser.c \
58 icalperiod.c \ 58 icalperiod.c \
diff --git a/libical/src/libicalss/libicalssE.pro b/libical/src/libicalss/libicalssE.pro
index 84ccf47..5f96609 100644
--- a/libical/src/libicalss/libicalssE.pro
+++ b/libical/src/libicalss/libicalssE.pro
@@ -1,41 +1,41 @@
1###################################################################### 1######################################################################
2# Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004 2# Automatically generated by qmake (1.07a) Sun Jun 27 23:03:36 2004
3###################################################################### 3######################################################################
4 4
5 5
6 TEMPLATE= lib 6 TEMPLATE= lib
7 7
8TARGET = icalss 8TARGET = icalss
9 CONFIG += staticlib 9 CONFIG += staticlib
10 10
11OBJECTS_DIR = obj/$(PLATFORM) 11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=../../lib/$(PLATFORM) 13DESTDIR=../../../dest$(LIBICAL_PATH)
14INCLUDEPATH += . ../libical 14INCLUDEPATH += . ../libical
15# Input 15# Input
16HEADERS += icalcalendar.h \ 16HEADERS += icalcalendar.h \
17 icalclassify.h \ 17 icalclassify.h \
18 icalcluster.h \ 18 icalcluster.h \
19 icalclusterimpl.h \ 19 icalclusterimpl.h \
20 icaldirset.h \ 20 icaldirset.h \
21 icaldirsetimpl.h \ 21 icaldirsetimpl.h \
22 icalfileset.h \ 22 icalfileset.h \
23 icalfilesetimpl.h \ 23 icalfilesetimpl.h \
24 icalgauge.h \ 24 icalgauge.h \
25 icalgaugeimpl.h \ 25 icalgaugeimpl.h \
26 icalmessage.h \ 26 icalmessage.h \
27 icalset.h \ 27 icalset.h \
28 icalspanlist.h \ 28 icalspanlist.h \
29 icalss.h \ 29 icalss.h \
30 icalssyacc.h 30 icalssyacc.h
31SOURCES += icalcalendar.c \ 31SOURCES += icalcalendar.c \
32 icalclassify.c \ 32 icalclassify.c \
33 icalcluster.c \ 33 icalcluster.c \
34 icaldirset.c \ 34 icaldirset.c \
35 icalfileset.c \ 35 icalfileset.c \
36 icalgauge.c \ 36 icalgauge.c \
37 icalmessage.c \ 37 icalmessage.c \
38 icalset.c \ 38 icalset.c \
39 icalspanlist.c \ 39 icalspanlist.c \
40 icalsslexer.c \ 40 icalsslexer.c \
41 icalssyacc.c 41 icalssyacc.c
diff --git a/libkcal/libkcalE.pro b/libkcal/libkcalE.pro
index c2fb4e5..737be53 100644
--- a/libkcal/libkcalE.pro
+++ b/libkcal/libkcalE.pro
@@ -1,60 +1,62 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2 CONFIG += qt warn_on 2 CONFIG += qt warn_on
3 TARGET = microkcal 3 TARGET = microkcal
4 4
5INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include 5INCLUDEPATH += ../libkdepim ../microkde ../qtcompat versit ../microkde/kdecore $(QPEDIR)/include
6INCLUDEPATH += ../libical/src/libical 6INCLUDEPATH += ../libical/src/libical
7INCLUDEPATH += ../libical/src/libicalss 7INCLUDEPATH += ../libical/src/libicalss
8OBJECTS_DIR = obj/$(PLATFORM) 8OBJECTS_DIR = obj/$(PLATFORM)
9MOC_DIR = moc/$(PLATFORM) 9MOC_DIR = moc/$(PLATFORM)
10DESTDIR = $(QPEDIR)/lib 10DESTDIR = $(QPEDIR)/lib
11LIBS += ../libical/lib/$(PLATFORM)/libical.a 11#LIBS += ../libical/lib/$(PLATFORM)/libical.a
12LIBS += ../libical/lib/$(PLATFORM)/libicalss.a 12#LIBS += ../libical/lib/$(PLATFORM)/libicalss.a
13LIBS += ../dest$(LIBICAL_PATH)/libical.a
14LIBS += ../dest$(LIBICAL_PATH)/libicalss.a
13 15
14INTERFACES = \ 16INTERFACES = \
15 17
16HEADERS = \ 18HEADERS = \
17 alarm.h \ 19 alarm.h \
18 attachment.h \ 20 attachment.h \
19 attendee.h \ 21 attendee.h \
20 calendar.h \ 22 calendar.h \
21 calendarlocal.h \ 23 calendarlocal.h \
22 calfilter.h \ 24 calfilter.h \
23 calformat.h \ 25 calformat.h \
24 calstorage.h \ 26 calstorage.h \
25 compat.h \ 27 compat.h \
26 customproperties.h \ 28 customproperties.h \
27 dummyscheduler.h \ 29 dummyscheduler.h \
28 duration.h \ 30 duration.h \
29 event.h \ 31 event.h \
30 exceptions.h \ 32 exceptions.h \
31 filestorage.h \ 33 filestorage.h \
32 freebusy.h \ 34 freebusy.h \
33 icaldrag.h \ 35 icaldrag.h \
34 icalformat.h \ 36 icalformat.h \
35 icalformatimpl.h \ 37 icalformatimpl.h \
36 imipscheduler.h \ 38 imipscheduler.h \
37 incidence.h \ 39 incidence.h \
38 incidencebase.h \ 40 incidencebase.h \
39kincidenceformatter.h \ 41kincidenceformatter.h \
40 journal.h \ 42 journal.h \
41 period.h \ 43 period.h \
42 person.h \ 44 person.h \
43 qtopiaformat.h \ 45 qtopiaformat.h \
44 sharpformat.h \ 46 sharpformat.h \
45 phoneformat.h \ 47 phoneformat.h \
46 recurrence.h \ 48 recurrence.h \
47 scheduler.h \ 49 scheduler.h \
48 todo.h \ 50 todo.h \
49 vcaldrag.h \ 51 vcaldrag.h \
50 vcalformat.h \ 52 vcalformat.h \
51 versit/port.h \ 53 versit/port.h \
52 versit/vcc.h \ 54 versit/vcc.h \
53 versit/vobject.h \ 55 versit/vobject.h \
54 56
55SOURCES = \ 57SOURCES = \
56 alarm.cpp \ 58 alarm.cpp \
57 attachment.cpp \ 59 attachment.cpp \
58 attendee.cpp \ 60 attendee.cpp \
59 calendar.cpp \ 61 calendar.cpp \
60 calendarlocal.cpp \ 62 calendarlocal.cpp \
diff --git a/microkde/microkdeE.pro b/microkde/microkdeE.pro
index 5aa3571..c54fb22 100644
--- a/microkde/microkdeE.pro
+++ b/microkde/microkdeE.pro
@@ -1,51 +1,51 @@
1 TEMPLATE= lib 1 TEMPLATE= lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3INCLUDEPATH += . $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include 3INCLUDEPATH += . .. $(KDEPIMDIR)/qtcompat $(KDEPIMDIR)/kabc kdecore kdeui kio/kfile kio/kio $(QPEDIR)/include
4 4
5DEPENDPATH += $(QPEDIR)/include 5DEPENDPATH += $(QPEDIR)/include
6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib 6LIBS += -lmicroqtcompat -L$(QPEDIR)/lib
7 7
8DEFINES += KDE_QT_ONLY 8DEFINES += KDE_QT_ONLY
9 9
10 TARGET = microkde 10 TARGET = microkde
11OBJECTS_DIR = obj/$(PLATFORM) 11OBJECTS_DIR = obj/$(PLATFORM)
12MOC_DIR = moc/$(PLATFORM) 12MOC_DIR = moc/$(PLATFORM)
13DESTDIR=$(QPEDIR)/lib 13DESTDIR=$(QPEDIR)/lib
14 14
15 15
16INTERFACES = \ 16INTERFACES = \
17 17
18HEADERS = \ 18HEADERS = \
19qlayoutengine_p.h \ 19qlayoutengine_p.h \
20KDGanttMinimizeSplitter.h \ 20KDGanttMinimizeSplitter.h \
21 kapplication.h \ 21 kapplication.h \
22 kaudioplayer.h \ 22 kaudioplayer.h \
23 kcalendarsystem.h \ 23 kcalendarsystem.h \
24 kcalendarsystemgregorian.h \ 24 kcalendarsystemgregorian.h \
25 kcolorbutton.h \ 25 kcolorbutton.h \
26 kcolordialog.h \ 26 kcolordialog.h \
27 kcombobox.h \ 27 kcombobox.h \
28 kconfig.h \ 28 kconfig.h \
29 kdatetbl.h \ 29 kdatetbl.h \
30 kdebug.h \ 30 kdebug.h \
31 kdialog.h \ 31 kdialog.h \
32 kdialogbase.h \ 32 kdialogbase.h \
33 keditlistbox.h \ 33 keditlistbox.h \
34 kemailsettings.h \ 34 kemailsettings.h \
35 kfiledialog.h \ 35 kfiledialog.h \
36 kfontdialog.h \ 36 kfontdialog.h \
37 kglobal.h \ 37 kglobal.h \
38 kglobalsettings.h \ 38 kglobalsettings.h \
39 kiconloader.h \ 39 kiconloader.h \
40 klineedit.h \ 40 klineedit.h \
41 klineeditdlg.h \ 41 klineeditdlg.h \
42 kmessagebox.h \ 42 kmessagebox.h \
43 knotifyclient.h \ 43 knotifyclient.h \
44 kprinter.h \ 44 kprinter.h \
45 kprocess.h \ 45 kprocess.h \
46 krestrictedline.h \ 46 krestrictedline.h \
47 krun.h \ 47 krun.h \
48 ksimpleconfig.h \ 48 ksimpleconfig.h \
49 kstaticdeleter.h \ 49 kstaticdeleter.h \
50 ksystemtray.h \ 50 ksystemtray.h \
51 ktempfile.h \ 51 ktempfile.h \
diff --git a/setQtopia b/setQtopia
index 60778ed..50cc6e6 100755
--- a/setQtopia
+++ b/setQtopia
@@ -1,18 +1,21 @@
1# add the following line to ~/.bashrc without leading # 1# add the following line to ~/.bashrc without leading #
2# alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia' 2# alias cq='source /opt/Qtopia/examples/korge-1.0.9r.sharp/setQtopia'
3# then type in terminal cq<return> to set the variables 3# then type in terminal cq<return> to set the variables
4# for desktop version in virtual framebuffer 4# for desktop version in virtual framebuffer
5export QPEDIR=/opt/Qtopia 5export QPEDIR=/opt/Qtopia
6export OPIEDIR=/kde_dev/opie 6export OPIEDIR=/kde_dev/opie
7export BUILD_NO_OPIE_PLUGIN=1 7export BUILD_NO_OPIE_PLUGIN=1
8export BUILD_NO_LDAP_PLUGIN=1
8#export BUILD_NO_GAMMU=1 9#export BUILD_NO_GAMMU=1
9export QTDIR=/opt/Qtopia 10export QTDIR=/opt/Qtopia
10export PATH=$QTDIR/bin:$PATH 11export PATH=$QTDIR/bin:$PATH
12#export BUILD_NO_PWMANAGER=1
11export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++ 13export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-generic-g++
12export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH 14export LD_LIBRARY_PATH=$QTDIR/lib:$OPIEDIR/lib:$LD_LIBRARY_PATH
13export PLATFORM=qtopia 15export PLATFORM=qtopia
14export QTOPIALIB=-lqtopia 16export QTOPIALIB=-lqtopia
17export LIBICAL_PATH=/qtopia
15#export RELEASE_DEBUG=release 18#export RELEASE_DEBUG=release
16export RELEASE_DEBUG=debug 19export RELEASE_DEBUG=debug
17 20
18 \ No newline at end of file 21 \ No newline at end of file
diff --git a/setZaurus b/setZaurus
index c7b4e05..0ad740e 100644
--- a/setZaurus
+++ b/setZaurus
@@ -1,19 +1,20 @@
1# copy this dir to /opt/Qtopia/examples/ 1# copy this dir to /opt/Qtopia/examples/
2# Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus 2# Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus
3# add the following line to ~/.bashrc without leading # 3# add the following line to ~/.bashrc without leading #
4# alias cz='source /opt/Qtopia/examples/kdepim/setZaurus' 4# alias cz='source /opt/Qtopia/examples/kdepim/setZaurus'
5# then type in terminal cz<return> to set the variables 5# then type in terminal cz<return> to set the variables
6# for cross-compiling 6# for cross-compiling
7export QPEDIR=/opt/Qtopia/sharp 7export QPEDIR=/opt/Qtopia/sharp
8export OPIEDIR=/kde_dev/opie 8export OPIEDIR=/kde_dev/opie
9#export BUILD_NO_OPIE_PLUGIN=1 9export BUILD_NO_OPIE_PLUGIN=1
10#export BUILD_NO_SHARP_PLUGIN=1 10#export BUILD_NO_SHARP_PLUGIN=1
11#export BUILD_NO_GAMMU=1 11#export BUILD_NO_GAMMU=1
12#export BUILD_NO_PWMANAGER=1
12export QTDIR=/opt/Qtopia/sharp 13export QTDIR=/opt/Qtopia/sharp
13export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH 14export PATH=$QTDIR/bin:/opt/Embedix/tools/bin:$PATH
14export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ 15export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++
15export PLATFORM=zaurus 16export PLATFORM=zaurus
16export RELEASE_DEBUG=release 17export RELEASE_DEBUG=release
18export LIBICAL_PATH=/zaurus
17export SHARPDTMSDK=/opt/dtm 19export SHARPDTMSDK=/opt/dtm
18#export RELEASE_DEBUG=debug 20#export RELEASE_DEBUG=debug
19
diff --git a/setZaurus3 b/setZaurus3
index 5d1fe7b..245e5d6 100755
--- a/setZaurus3
+++ b/setZaurus3
@@ -1,25 +1,26 @@
1# Settings to compile KDE-Pim/Pi with gcc 3.3.2 cross compiler for Zaurus 1# Settings to compile KDE-Pim/Pi with gcc 3.3.2 cross compiler for Zaurus
2# copy this dir to /opt/Qtopia/examples/ 2# copy this dir to /opt/Qtopia/examples/
3# Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus3 3# Now this file should be in the path /opt/Qtopia/examples/kdepim/setZaurus3
4# add the following line to ~/.bashrc without leading # 4# add the following line to ~/.bashrc without leading #
5# alias cz='source /opt/Qtopia/examples/kdepim/setZaurus3' 5# alias cz='source /opt/Qtopia/examples/kdepim/setZaurus3'
6# then type in terminal cz3<return> to set the variables 6# then type in terminal cz3<return> to set the variables
7# for cross-compiling 7# for cross-compiling
8export QPEDIR=/opt/Qtopia/sharp3 8export QPEDIR=/opt/Qtopia/sharp3
9export OPIEDIR=/kde_dev/opie 9export OPIEDIR=/kde_dev/opie
10#export BUILD_NO_OPIE_PLUGIN=1 10export BUILD_NO_OPIE_PLUGIN=1
11export BUILD_NO_QTOPIA_PLUGIN=1 11#export BUILD_NO_QTOPIA_PLUGIN=1
12export BUILD_NO_SHARP_PLUGIN=1 12export BUILD_NO_SHARP_PLUGIN=1
13export BUILD_NO_LDAP_PLUGIN=1 13export BUILD_NO_LDAP_PLUGIN=1
14#export BUILD_NO_GAMMU=1 14#export BUILD_NO_GAMMU=1
15export QTDIR=/opt/Qtopia/sharp3 15export QTDIR=/opt/Qtopia/sharp3
16#insert here path to your gcc 3.3.2 compiler 16#insert here path to your gcc 3.3.2 compiler
17export PATH=$QTDIR/bin:/opt/cross/bin:$PATH 17export PATH=$QTDIR/bin:/opt/cross/bin:$PATH
18export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++ 18export TMAKEPATH=/opt/Qtopia/tmake/lib/qws/linux-sharp-g++
19export PLATFORM=zaurus3 19export PLATFORM=zaurus3
20export RELEASE_DEBUG=release 20export RELEASE_DEBUG=release
21export SHARPDTMSDK=/opt/dtm 21export SHARPDTMSDK=/opt/dtm
22#export RELEASE_DEBUG=debug 22#export RELEASE_DEBUG=debug
23export LIBICAL_PATH=/zaurus
23export GCC3EXTRALIB1=-lpng12 24export GCC3EXTRALIB1=-lpng12
24export GCC3EXTRALIB2=-lz 25export GCC3EXTRALIB2=-lz
25export KDEPIM_VERSION=1.9.5c \ No newline at end of file 26export KDEPIM_VERSION=1.9.5c \ No newline at end of file