-rw-r--r-- | Makefile | 33 | ||||
-rw-r--r-- | kaddressbook.control | 14 |
2 files changed, 41 insertions, 6 deletions
@@ -4,5 +4,5 @@ DISTDIR = $(shell basename $(DISTPATH)) | |||
4 | SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ | 4 | SUBDIRS = libical/src/libical libical/src/libicalss qtcompat microkde \ |
5 | libkcal libkdepim kabc kabc/formats/binary kabc/plugins/file kabc/plugins/dir \ | 5 | libkcal libkdepim kabc kabc/converter/opie kabc/formats/binary kabc/plugins/file kabc/plugins/dir \ |
6 | kabc/plugins/ldap kabc/plugins/opie \ | 6 | kabc/plugins/opie \ |
7 | korganizer kalarmd kaddressbook | 7 | korganizer kalarmd kaddressbook kmicromail/libetpan kmicromail/libmailwrapper kmicromail |
8 | all: tmake | 8 | all: tmake |
@@ -24,3 +24,5 @@ install: | |||
24 | cd bin/kdepim; make install | 24 | cd bin/kdepim; make install |
25 | cp db2file/db2file $(QPEDIR)/bin/db2file | ||
25 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop | 26 | cp korganizer/korganizer.desktop $(QPEDIR)/apps/Pim/korganizer.desktop |
27 | cp kmicromail/kmicromail.desktop $(QPEDIR)/apps/Pim/kmicromail.desktop | ||
26 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop | 28 | cp kaddressbook/kaddressbook.desktop $(QPEDIR)/apps/Pim/kaddressbook.desktop |
@@ -32,3 +34,6 @@ dist: | |||
32 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim | 34 | cd ..; tar czf kdepim.src.tar.gz --exclude=obj --exclude=moc kdepim |
33 | mkipks kdepim.control | 35 | mkipks kmicrokdelibs.control |
36 | mkipks korganizer.control | ||
37 | mkipks kaddressbook.control | ||
38 | mkipks kmicromail.control | ||
34 | mkipks korganizer-alarm.control | 39 | mkipks korganizer-alarm.control |
@@ -42,2 +47,3 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ | |||
42 | kabc/Makefile$(PLATFORM) \ | 47 | kabc/Makefile$(PLATFORM) \ |
48 | kabc/converter/opie/Makefile$(PLATFORM) \ | ||
43 | kabc/formats/binary/Makefile$(PLATFORM) \ | 49 | kabc/formats/binary/Makefile$(PLATFORM) \ |
@@ -47,3 +53,6 @@ tmake: objects qtcompat/Makefile$(PLATFORM) microkde/Makefile$(PLATFORM) \ | |||
47 | kabc/plugins/opie/Makefile$(PLATFORM) \ | 53 | kabc/plugins/opie/Makefile$(PLATFORM) \ |
48 | kaddressbook/Makefile$(PLATFORM) | 54 | kaddressbook/Makefile$(PLATFORM) \ |
55 | kmicromail/Makefile$(PLATFORM) \ | ||
56 | kmicromail/libetpan/Makefile$(PLATFORM) \ | ||
57 | kmicromail/libmailwrapper/Makefile$(PLATFORM) | ||
49 | 58 | ||
@@ -79,2 +88,5 @@ kabc/Makefile$(PLATFORM): kabc/kabcE.pro | |||
79 | 88 | ||
89 | kabc/converter/opie/Makefile$(PLATFORM): kabc/converter/opie/opieconverterE.pro | ||
90 | cd kabc/converter/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" opieconverterE.pro -o Makefile$(PLATFORM) | ||
91 | |||
80 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro | 92 | kabc/formats/binary/Makefile$(PLATFORM): kabc/formats/binary/kabcformat_binaryE.pro |
@@ -93,3 +105,4 @@ kabc/plugins/opie/Makefile$(PLATFORM): kabc/plugins/opie/kabc_opieE.pro | |||
93 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_opieE.pro -o Makefile$(PLATFORM) | 105 | cd kabc/plugins/opie; tmake "CONFIG+=$(RELEASE_DEBUG)" kabc_opieE.pro -o Makefile$(PLATFORM) |
94 | 106 | ||
107 | |||
95 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | 108 | kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro |
@@ -97 +110,9 @@ kaddressbook/Makefile$(PLATFORM): kaddressbook/kaddressbookE.pro | |||
97 | 110 | ||
111 | |||
112 | kmicromail/Makefile$(PLATFORM): kmicromail/kmicromailE.pro | ||
113 | cd kmicromail; tmake "CONFIG+=$(RELEASE_DEBUG)" kmicromailE.pro -o Makefile$(PLATFORM) | ||
114 | kmicromail/libetpan/Makefile$(PLATFORM): kmicromail/libetpan/libetpanE.pro | ||
115 | cd kmicromail/libetpan; tmake "CONFIG+=$(RELEASE_DEBUG)" libetpanE.pro -o Makefile$(PLATFORM) | ||
116 | kmicromail/libmailwrapper/Makefile$(PLATFORM): kmicromail/libmailwrapper/libmailwrapperE.pro | ||
117 | cd kmicromail/libmailwrapper; tmake "CONFIG+=$(RELEASE_DEBUG)" libmailwrapperE.pro -o Makefile$(PLATFORM) | ||
118 | |||
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 @@ | |||
1 | Files: bin/kapi apps/Pim/kaddressbook.desktop pics/kdepim/kaddressbook/* | ||
2 | |||
3 | Priority: optional | ||
4 | Section: qpe/pim | ||
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | ||
6 | Architecture: arm | ||
7 | Version: 1.9.2 | ||
8 | License: GPL | ||
9 | Depends: lib/libmicrokde.so | ||
10 | Description: KOrganizer/Pi and Kaddressbook/Pi | ||
11 | The embedded version of KOrganizer/Platform-independend, | ||
12 | the KDE calendar and scheduling program | ||
13 | optimized for 640x480 and 320x240 resolution | ||
14 | on Zaurus PDA | ||