-rw-r--r-- | noncore/net/mail/config.in | 6 | ||||
-rw-r--r-- | noncore/net/mail/libmailwrapper/config.in | 2 | ||||
-rw-r--r-- | noncore/net/mail/libmailwrapper/libmailwrapper.pro | 11 | ||||
-rw-r--r-- | noncore/net/mail/taskbarapplet/config.in | 6 |
4 files changed, 14 insertions, 11 deletions
diff --git a/noncore/net/mail/config.in b/noncore/net/mail/config.in index 5ad11eb..a289eb4 100644 --- a/noncore/net/mail/config.in +++ b/noncore/net/mail/config.in | |||
@@ -1,6 +1,10 @@ | |||
1 | source noncore/net/mail/libmailwrapper/config.in | 1 | source noncore/net/mail/libmailwrapper/config.in |
2 | |||
2 | config MAIL3 | 3 | config MAIL3 |
3 | boolean "opie-mail3 (a mail client)" | 4 | boolean "opie-mail3 (a mail client)" |
4 | default "y" | 5 | default "y" |
5 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2PIM && LIBOPIE2DB && LIBMAILWRAPPER | 6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBOPIE2DB && LIBMAILWRAPPER |
7 | comment "opie-mail3 needs a libqpe, libopie2core, libopie2pim, libopie2db and the libmailwrapper" | ||
8 | depends ! ( ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBOPIE2DB && LIBMAILWRAPPER ) | ||
9 | |||
6 | source noncore/net/mail/taskbarapplet/config.in | 10 | source noncore/net/mail/taskbarapplet/config.in |
diff --git a/noncore/net/mail/libmailwrapper/config.in b/noncore/net/mail/libmailwrapper/config.in index 8207975..7d3d1dd 100644 --- a/noncore/net/mail/libmailwrapper/config.in +++ b/noncore/net/mail/libmailwrapper/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config LIBMAILWRAPPER | 1 | config LIBMAILWRAPPER |
2 | boolean "libmailwrapper ( wrapper arround libetpan needed by mail3" | 2 | boolean "libmailwrapper (libetpan wrapper library)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) | 4 | depends ( LIBQPE || LIBQPE-X11 ) |
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro index d220216..6ab0bf8 100644 --- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro +++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro | |||
@@ -1,54 +1,51 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | 3 | ||
4 | HEADERS = mailwrapper.h \ | 4 | HEADERS = mailwrapper.h \ |
5 | imapwrapper.h \ | 5 | imapwrapper.h \ |
6 | mailtypes.h \ | 6 | mailtypes.h \ |
7 | pop3wrapper.h \ | 7 | pop3wrapper.h \ |
8 | abstractmail.h \ | 8 | abstractmail.h \ |
9 | smtpwrapper.h \ | 9 | smtpwrapper.h \ |
10 | genericwrapper.h \ | 10 | genericwrapper.h \ |
11 | mboxwrapper.h \ | 11 | mboxwrapper.h \ |
12 | settings.h \ | 12 | settings.h \ |
13 | logindialog.h \ | 13 | logindialog.h \ |
14 | sendmailprogress.h \ | 14 | sendmailprogress.h \ |
15 | statusmail.h \ | 15 | statusmail.h \ |
16 | mhwrapper.h \ | 16 | mhwrapper.h \ |
17 | nntpwrapper.h \ | 17 | nntpwrapper.h \ |
18 | generatemail.h \ | 18 | generatemail.h \ |
19 | storemail.h | 19 | storemail.h |
20 | 20 | ||
21 | SOURCES = imapwrapper.cpp \ | 21 | SOURCES = imapwrapper.cpp \ |
22 | mailwrapper.cpp \ | 22 | mailwrapper.cpp \ |
23 | mailtypes.cpp \ | 23 | mailtypes.cpp \ |
24 | pop3wrapper.cpp \ | 24 | pop3wrapper.cpp \ |
25 | abstractmail.cpp \ | 25 | abstractmail.cpp \ |
26 | smtpwrapper.cpp \ | 26 | smtpwrapper.cpp \ |
27 | genericwrapper.cpp \ | 27 | genericwrapper.cpp \ |
28 | mboxwrapper.cpp \ | 28 | mboxwrapper.cpp \ |
29 | settings.cpp \ | 29 | settings.cpp \ |
30 | logindialog.cpp \ | 30 | logindialog.cpp \ |
31 | sendmailprogress.cpp \ | 31 | sendmailprogress.cpp \ |
32 | statusmail.cpp \ | 32 | statusmail.cpp \ |
33 | mhwrapper.cpp \ | 33 | mhwrapper.cpp \ |
34 | nntpwrapper.cpp \ | 34 | nntpwrapper.cpp \ |
35 | generatemail.cpp \ | 35 | generatemail.cpp \ |
36 | storemail.cpp | 36 | storemail.cpp |
37 | 37 | ||
38 | INTERFACES = logindialogui.ui \ | 38 | INTERFACES = logindialogui.ui \ |
39 | sendmailprogressui.ui | 39 | sendmailprogressui.ui |
40 | 40 | ||
41 | |||
42 | INCLUDEPATH += $(OPIEDIR)/include | 41 | INCLUDEPATH += $(OPIEDIR)/include |
42 | LIBS += -lqpe -letpan -lssl -lcrypto | ||
43 | 43 | ||
44 | CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) | 44 | contains( $(CONFIG_TARGET_MACOSX), y ){ |
45 | contains( CONFTEST, y ){ | 45 | LIBS += -liconv |
46 | LIBS += -lqpe -letpan -lssl -lcrypto -liconv | ||
47 | }else{ | ||
48 | LIBS += -lqpe -letpan -lssl -lcrypto | ||
49 | } | 46 | } |
50 | 47 | ||
51 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 48 | DESTDIR = $(OPIEDIR)/lib |
52 | TARGET = mailwrapper | 49 | TARGET = mailwrapper |
53 | 50 | ||
54 | include ( $(OPIEDIR)/include.pro ) | 51 | include ( $(OPIEDIR)/include.pro ) |
diff --git a/noncore/net/mail/taskbarapplet/config.in b/noncore/net/mail/taskbarapplet/config.in index f01c81b..035d1d0 100644 --- a/noncore/net/mail/taskbarapplet/config.in +++ b/noncore/net/mail/taskbarapplet/config.in | |||
@@ -1,4 +1,6 @@ | |||
1 | config MAILAPPLET | 1 | config MAILAPPLET |
2 | boolean "mailapplet ( taskbar mail applet )" | 2 | boolean "mailapplet (taskbar mail applet)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && MAIL3 | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBMAILWRAPPER |
5 | comment "mailapplet needs a libqpe, libopie2core and the libmailwrapper" | ||
6 | depends !( ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBMAILWRAPPER ) | ||