author | zautrix <zautrix> | 2004-08-30 21:59:45 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-30 21:59:45 (UTC) |
commit | 19efdda974eaa0def3c681656b63850f2df2ec77 (patch) (side-by-side diff) | |
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: rm -rf libical/lib/$(PLATFORM)/*; for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ done install: cd bin/kdepim; make install + cp -r Pim $(QPEDIR)/apps cp db2file/db2file $(QPEDIR)/bin/db2file cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop dist: @@ -198,12 +199,13 @@ dist: ./mkipks kopiemail.control endif ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU ./mkipks kammu.control endif + ./mkipks pim_TAB_icon.control tmake: objects \ qtcompat/Makefile$(PLATFORM) \ microkde/Makefile$(PLATFORM) \ libkcal/Makefile$(PLATFORM) \ 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: rm -rf libical/lib/$(PLATFORM)/*; for i in $(SUBDIRS); do pushd $$i; make clean; rm -f *~;\ rm -f obj/$(PLATFORM)/*; rm -f moc/$(PLATFORM)/*; rm Makefile$(PLATFORM); popd; \ done install: cd bin/kdepim; make install + cp -r Pim $(QPEDIR)/apps cp db2file/db2file $(QPEDIR)/bin/db2file cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop dist: @@ -198,12 +199,13 @@ dist: ./mkipks kopiemail.control endif ./mkipks korganizer-alarm.control ifndef BUILD_NO_GAMMU ./mkipks kammu.control endif + ./mkipks pim_TAB_icon.control tmake: objects \ qtcompat/Makefile$(PLATFORM) \ microkde/Makefile$(PLATFORM) \ libkcal/Makefile$(PLATFORM) \ 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 @@ +[Desktop Entry] +Name=Pim +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 @@ +Files: apps/Pim/.directory pics/ko24.png + +Priority: optional +Section: qpe/pim +Maintainer: Lutz Rogowski <lutz@pi-sync.net> +Architecture: arm +Version: 1.9.4 +License: GPL +Depends: +Description: Icon for Pim TAB + for Zaurus PDA and microkde |