-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | Makefile.Embedded | 7 | ||||
-rw-r--r-- | kabc/kabcE.pro | 2 | ||||
-rw-r--r-- | kaddressbook.control | 5 | ||||
-rw-r--r-- | kmicromail/libetpan/libetpanE.pro | 2 | ||||
-rw-r--r-- | kmicromail/libmailwrapper/libmailwrapperE.pro | 2 | ||||
-rw-r--r-- | kopiemail.control | 6 | ||||
-rw-r--r-- | ksharpPIM-DTMaccess.control (renamed from ksharpPIM_DTMaccess.control) | 0 |
8 files changed, 18 insertions, 13 deletions
@@ -241,14 +241,17 @@ dist: | |||
241 | ifndef BUILD_NO_MICROMAIL | 241 | ifndef BUILD_NO_MICROMAIL |
242 | mkipks kopiemail.control | 242 | mkipks kopiemail.control |
243 | endif | 243 | endif |
244 | ifndef BUILD_NO_SHARP_PLUGIN | ||
245 | mkipks ksharpPIM-DTMaccess.control | ||
246 | endif | ||
244 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
245 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
246 | mkipks phoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
247 | endif | 250 | endif |
248 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
249 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
250 | endif | 253 | endif |
251 | mkipks pim_TAB_icon.control | 254 | mkipks pimTABicon.control |
252 | 255 | ||
253 | tmake: objects \ | 256 | tmake: objects \ |
254 | qtcompat/Makefile$(PLATFORM) \ | 257 | qtcompat/Makefile$(PLATFORM) \ |
diff --git a/Makefile.Embedded b/Makefile.Embedded index b677087..467710f 100644 --- a/Makefile.Embedded +++ b/Makefile.Embedded | |||
@@ -241,14 +241,17 @@ dist: | |||
241 | ifndef BUILD_NO_MICROMAIL | 241 | ifndef BUILD_NO_MICROMAIL |
242 | mkipks kopiemail.control | 242 | mkipks kopiemail.control |
243 | endif | 243 | endif |
244 | ifndef BUILD_NO_SHARP_PLUGIN | ||
245 | mkipks ksharpPIM-DTMaccess.control | ||
246 | endif | ||
244 | mkipks korganizer-alarm.control | 247 | mkipks korganizer-alarm.control |
245 | ifndef BUILD_NO_GAMMU | 248 | ifndef BUILD_NO_GAMMU |
246 | mkipks phoneaccess.control | 249 | mkipks kmobilephoneaccess.control |
247 | endif | 250 | endif |
248 | ifndef BUILD_NO_PWMANAGER | 251 | ifndef BUILD_NO_PWMANAGER |
249 | mkipks pwmanager.control | 252 | mkipks pwmanager.control |
250 | endif | 253 | endif |
251 | mkipks pim_TAB_icon.control | 254 | mkipks pimTABicon.control |
252 | 255 | ||
253 | tmake: objects \ | 256 | tmake: objects \ |
254 | qtcompat/Makefile$(PLATFORM) \ | 257 | qtcompat/Makefile$(PLATFORM) \ |
diff --git a/kabc/kabcE.pro b/kabc/kabcE.pro index 96fe39e..1d28a4d 100644 --- a/kabc/kabcE.pro +++ b/kabc/kabcE.pro | |||
@@ -1,6 +1,6 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | TARGET = kamicrokabc | 3 | TARGET = microkabc |
4 | 4 | ||
5 | 5 | ||
6 | INCLUDEPATH += . $(KDEPIMDIR) vcard/include vcard/include/generated $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(QPEDIR)/include | 6 | INCLUDEPATH += . $(KDEPIMDIR) vcard/include vcard/include/generated $(KDEPIMDIR)/microkde $(KDEPIMDIR)/microkde/kdecore $(KDEPIMDIR)/microkde/kdeui $(KDEPIMDIR)/microkde/kio/kfile $(KDEPIMDIR)/microkde/kio/kio $(KDEPIMDIR)/libkdepim $(KDEPIMDIR)/qtcompat $(QPEDIR)/include |
diff --git a/kaddressbook.control b/kaddressbook.control index 6a9855f..a7f87dc 100644 --- a/kaddressbook.control +++ b/kaddressbook.control | |||
@@ -1,12 +1,11 @@ | |||
1 | Files: bin/kapi apps/Pim/kaddressbook.desktop pics/kdepim/kaddressbook/* lib/libkamicro* | 1 | Files: bin/kapi apps/Pim/kaddressbook.desktop pics/kdepim/kaddressbook/* lib/libmicrokabc_q* lib/libmicrokabc_f* lib/libmicrokabc_d* lib/libmicrokabc.* |
2 | |||
3 | Priority: optional | 2 | Priority: optional |
4 | Section: qpe/pim | 3 | Section: qpe/pim |
5 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> | 4 | Maintainer: Lutz Rogowski <lutz@pi-sync.net> |
6 | Architecture: arm | 5 | Architecture: arm |
7 | Version: $KDEPIM_VERSION | 6 | Version: $KDEPIM_VERSION |
8 | License: GPL | 7 | License: GPL |
9 | Depends: | 8 | Depends: libmicrokde |
10 | Description: KOrganizer/Pi and Kaddressbook/Pi | 9 | Description: KOrganizer/Pi and Kaddressbook/Pi |
11 | The embedded version of KOrganizer/Platform-independend, | 10 | The embedded version of KOrganizer/Platform-independend, |
12 | the KDE calendar and scheduling program | 11 | the KDE calendar and scheduling program |
diff --git a/kmicromail/libetpan/libetpanE.pro b/kmicromail/libetpan/libetpanE.pro index b7a9a16..7f37948 100644 --- a/kmicromail/libetpan/libetpanE.pro +++ b/kmicromail/libetpan/libetpanE.pro | |||
@@ -3,7 +3,7 @@ | |||
3 | ###################################################################### | 3 | ###################################################################### |
4 | 4 | ||
5 | TEMPLATE = lib | 5 | TEMPLATE = lib |
6 | TARGET = kmicrolibetpan | 6 | TARGET = microlibetpan |
7 | 7 | ||
8 | OBJECTS_DIR = obj/$(PLATFORM) | 8 | OBJECTS_DIR = obj/$(PLATFORM) |
9 | MOC_DIR = moc/$(PLATFORM) | 9 | MOC_DIR = moc/$(PLATFORM) |
diff --git a/kmicromail/libmailwrapper/libmailwrapperE.pro b/kmicromail/libmailwrapper/libmailwrapperE.pro index a53b022..7cc7a90 100644 --- a/kmicromail/libmailwrapper/libmailwrapperE.pro +++ b/kmicromail/libmailwrapper/libmailwrapperE.pro | |||
@@ -46,4 +46,4 @@ LIBS += -lssl -lcrypto | |||
46 | DESTDIR = $(QPEDIR)/lib | 46 | DESTDIR = $(QPEDIR)/lib |
47 | OBJECTS_DIR = obj/$(PLATFORM) | 47 | OBJECTS_DIR = obj/$(PLATFORM) |
48 | MOC_DIR = moc/$(PLATFORM) | 48 | MOC_DIR = moc/$(PLATFORM) |
49 | TARGET = kmicromailwrapper | 49 | TARGET = micromailwrapper |
diff --git a/kopiemail.control b/kopiemail.control index 58c6d19..58d4bfa 100644 --- a/kopiemail.control +++ b/kopiemail.control | |||
@@ -1,4 +1,4 @@ | |||
1 | Files: bin/ompi apps/Pim/kopiemail.desktop pics/kdepim/kopiemail/* lib/libkmicro* | 1 | Files: bin/ompi apps/Pim/kopiemail.desktop pics/kdepim/kopiemail/* lib/libmicromail* lib/libmicrolibetpan* |
2 | 2 | ||
3 | Priority: optional | 3 | Priority: optional |
4 | Section: qpe/pim | 4 | Section: qpe/pim |
@@ -6,7 +6,7 @@ Maintainer: Lutz Rogowski <lutz@pi-sync.net> | |||
6 | Architecture: arm | 6 | Architecture: arm |
7 | Version: $KDEPIM_VERSION | 7 | Version: $KDEPIM_VERSION |
8 | License: GPL | 8 | License: GPL |
9 | Depends: | 9 | Depends: libmicrokde openssl |
10 | Description: KOPieMail/Pi | 10 | Description: KOPieMail/Pi |
11 | The embedded version of KOPioeMail/Platform-independend, | 11 | The embedded version of KOPieMail/Platform-independend (OM/Pi), |
12 | for 640x480 and 320x240 resolution on Zaurus PDA | 12 | for 640x480 and 320x240 resolution on Zaurus PDA |
diff --git a/ksharpPIM_DTMaccess.control b/ksharpPIM-DTMaccess.control index f735462..f735462 100644 --- a/ksharpPIM_DTMaccess.control +++ b/ksharpPIM-DTMaccess.control | |||