-rw-r--r-- | Makefile | 31 | ||||
-rw-r--r-- | kaddressbook.control | 14 |
2 files changed, 40 insertions, 5 deletions
@@ -3,7 +3,7 @@ DISTDIR = $(shell basename $(DISTPATH)) SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ - libkcal libkdepim kabc kabc/formats/binary kabc/plugins/file kabc/plugins/dir \ - kabc/plugins/ldap kabc/plugins/opie \ - korganizer kalarmd kaddressbook + libkcal libkdepim kabc kabc/converter/opie kabc/formats/binary kabc/plugins/file kabc/plugins/dir \ + kabc/plugins/opie \ + korganizer kalarmd kaddressbook kmicromail/libetpan kmicromail/libmailwrapper kmicromail all: tmake for i in $(SUBDIRS); do pushd $$i; \ @@ -23,5 +23,7 @@ clean: install: cd bin/kdepim; make install + cp db2file/db2file $(QPEDIR)/bin/db2file cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop + cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop @@ -31,5 +33,8 @@ dist: rm -f *~ cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim - mkipks kdepim.control + mkipks kmicrokdelibs.control + mkipks korganizer.control + mkipks kaddressbook.control + mkipks kmicromail.control mkipks korganizer-alarm.control @@ -41,4 +46,5 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ libical/src/libicalss/Makefile$(PLATFORM) \ kabc/Makefile$(PLATFORM) \ + kabc/converter/opie/Makefile$(PLATFORM) \ kabc/formats/binary/Makefile$(PLATFORM) \ kabc/plugins/file/Makefile$(PLATFORM) \ @@ -46,5 +52,8 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ kabc/plugins/ldap/Makefile$(PLATFORM) \ kabc/plugins/opie/Makefile$(PLATFORM) \ - kaddressbook/Makefile$(PLATFORM) + kaddressbook/Makefile$(PLATFORM) \ + kmicromail/Makefile$(PLATFORM) \ + kmicromail/libetpan/Makefile$(PLATFORM) \ + kmicromail/libmailwrapper/Makefile$(PLATFORM) @@ -78,4 +87,7 @@ kabc/Makefile$(PLATFORM): kabc/kabcE.pro cd kabc; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcE.pro -o Makefile$(PLATFORM) +kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieconverterE.pro + cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieconverterE.pro -o Makefile$(PLATFORM) + kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro cd kabc/formats/binary; tmake "CONFIG+=$(RELEASE_DEBUG)" kabcformat_binaryE.pro -o Makefile$(PLATFORM) @@ -93,5 +105,14 @@ kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/kabc_opieE.pro cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_opieE.pro -o Makefile$(PLATFORM) + kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro cd kaddressbook; tmake "CONFIG+=$(RELEASE_DEBUG)" kaddressbookE.pro -o Makefile$(PLATFORM) + +kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro + cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) +kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro + cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) +kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro + cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) + diff --git a/kaddressbook.control b/kaddressbook.control new file mode 100644 index 0000000..7c44754 --- a/dev/null +++ b/kaddressbook.control @@ -0,0 +1,14 @@ +Files: bin/kapi apps/Pim/kaddressbook.desktop pics/kdepim/kaddressbook/* + +Priority: optional +Section: qpe/pim +Maintainer: Lutz Rogowski <lutz@pi-sync.net> +Architecture: arm +Version: 1.9.2 +License: GPL +Depends: lib/libmicrokde.so +Description: KOrganizer/Pi and Kaddressbook/Pi + The embedded version of KOrganizer/Platform-independend, + the KDE calendar and scheduling program + optimized for 640x480 and 320x240 resolution + on Zaurus PDA |