author | zautrix <zautrix> | 2004-08-30 21:59:45 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 21:59:45 (UTC) |
commit | 19efdda974eaa0def3c681656b63850f2df2ec77 (patch) (unidiff) | |
tree | 43236e3e03eff0f82abb16339f29a2974810f6fe | |
parent | 9bd5f28b42d2fc569cd92ece73282f3dc6491d4d (diff) | |
download | kdepimpi-19efdda974eaa0def3c681656b63850f2df2ec77.zip kdepimpi-19efdda974eaa0def3c681656b63850f2df2ec77.tar.gz kdepimpi-19efdda974eaa0def3c681656b63850f2df2ec77.tar.bz2 |
Added files
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.Embedded | 2 | ||||
-rw-r--r-- | Pim/.directory | 3 | ||||
-rw-r--r-- | pim_TAB_icon.control | 11 |
4 files changed, 18 insertions, 0 deletions
@@ -178,12 +178,13 @@ clean: | |||
178 | rm -rf libical/lib/$(PLATFORM)/*; | 178 | rm -rf libical/lib/$(PLATFORM)/*; |
179 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 179 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
180 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 180 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
181 | done | 181 | done |
182 | install: | 182 | install: |
183 | cd bin/kdepim; make install | 183 | cd bin/kdepim; make install |
184 | cp -r Pim $(QPEDIR)/apps | ||
184 | cp db2file/db2file $(QPEDIR)/bin/db2file | 185 | cp db2file/db2file $(QPEDIR)/bin/db2file |
185 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
186 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
187 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
188 | 189 | ||
189 | dist: | 190 | dist: |
@@ -198,12 +199,13 @@ dist: | |||
198 | ./mkipks kopiemail.control | 199 | ./mkipks kopiemail.control |
199 | endif | 200 | endif |
200 | ./mkipks korganizer-alarm.control | 201 | ./mkipks korganizer-alarm.control |
201 | ifndef BUILD_NO_GAMMU | 202 | ifndef BUILD_NO_GAMMU |
202 | ./mkipks kammu.control | 203 | ./mkipks kammu.control |
203 | endif | 204 | endif |
205 | ./mkipks pim_TAB_icon.control | ||
204 | 206 | ||
205 | tmake: objects \ | 207 | tmake: objects \ |
206 | qtcompat/Makefile$(PLATFORM) \ | 208 | qtcompat/Makefile$(PLATFORM) \ |
207 | microkde/Makefile$(PLATFORM) \ | 209 | microkde/Makefile$(PLATFORM) \ |
208 | libkcal/Makefile$(PLATFORM) \ | 210 | libkcal/Makefile$(PLATFORM) \ |
209 | libkdepim/Makefile$(PLATFORM) \ | 211 | libkdepim/Makefile$(PLATFORM) \ |
diff --git a/Makefile.Embedded b/Makefile.Embedded index 7cc6952..ab9e17c 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -178,12 +178,13 @@ clean: | |||
178 | rm -rf libical/lib/$(PLATFORM)/*; | 178 | rm -rf libical/lib/$(PLATFORM)/*; |
179 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ | 179 | for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ |
180 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ | 180 | rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ |
181 | done | 181 | done |
182 | install: | 182 | install: |
183 | cd bin/kdepim; make install | 183 | cd bin/kdepim; make install |
184 | cp -r Pim $(QPEDIR)/apps | ||
184 | cp db2file/db2file $(QPEDIR)/bin/db2file | 185 | cp db2file/db2file $(QPEDIR)/bin/db2file |
185 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 186 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
186 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 187 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
187 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | 188 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop |
188 | 189 | ||
189 | dist: | 190 | dist: |
@@ -198,12 +199,13 @@ dist: | |||
198 | ./mkipks kopiemail.control | 199 | ./mkipks kopiemail.control |
199 | endif | 200 | endif |
200 | ./mkipks korganizer-alarm.control | 201 | ./mkipks korganizer-alarm.control |
201 | ifndef BUILD_NO_GAMMU | 202 | ifndef BUILD_NO_GAMMU |
202 | ./mkipks kammu.control | 203 | ./mkipks kammu.control |
203 | endif | 204 | endif |
205 | ./mkipks pim_TAB_icon.control | ||
204 | 206 | ||
205 | tmake: objects \ | 207 | tmake: objects \ |
206 | qtcompat/Makefile$(PLATFORM) \ | 208 | qtcompat/Makefile$(PLATFORM) \ |
207 | microkde/Makefile$(PLATFORM) \ | 209 | microkde/Makefile$(PLATFORM) \ |
208 | libkcal/Makefile$(PLATFORM) \ | 210 | libkcal/Makefile$(PLATFORM) \ |
209 | libkdepim/Makefile$(PLATFORM) \ | 211 | libkdepim/Makefile$(PLATFORM) \ |
diff --git a/Pim/.directory b/Pim/.directory new file mode 100644 index 0000000..a428dd8 --- a/dev/null +++ b/Pim/.directory | |||
@@ -0,0 +1,3 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Pim | ||
3 | Icon=ko24 | ||
diff --git a/pim_TAB_icon.control b/pim_TAB_icon.control new file mode 100644 index 0000000..3b3343b --- a/dev/null +++ b/pim_TAB_icon.control | |||
@@ -0,0 +1,11 @@ | |||
1 | Files: apps/Pim/.directory pics/ko24.png | ||
2 | |||
3 | Priority: optional | ||
4 | Section: qpe/pim | ||
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | ||
6 | Architecture: arm | ||
7 | Version: 1.9.4 | ||
8 | License: GPL | ||
9 | Depends: | ||
10 | Description: Icon for Pim TAB | ||
11 | for Zaurus PDA and microkde | ||