summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make3
-rw-r--r--config.in3
-rw-r--r--packages1
3 files changed, 5 insertions, 2 deletions
diff --git a/Rules.make b/Rules.make
index 31a1b66..eaa2191 100644
--- a/Rules.make
+++ b/Rules.make
@@ -97,26 +97,27 @@ $(OPIEDIR)/stamp-headers :
97 $(TOPDIR)/include/opie2 \ 97 $(TOPDIR)/include/opie2 \
98 $(TOPDIR)/include/qtopia/private 98 $(TOPDIR)/include/qtopia/private
99 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 99 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
100 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 100 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
101 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 101 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
102 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 102 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
103 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 103 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
104 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; ) 104 ( cd include/opie && ln -sf ../../libopie/big-screen/*.h .; )
105 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 105 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
106 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) 106 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
107 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) 107 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
108 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) 108 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
109 #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) 109 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
110 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) 110 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
111 ( cd include/opie && ln -sf ../../libqtaux/pim/*.h .; )
111 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 112 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
112 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 113 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
113 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 114 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
114 touch $@ 115 touch $@
115 116
116$(OPIEDIR)/stamp-headers-x11 : 117$(OPIEDIR)/stamp-headers-x11 :
117 @-rm -f $(OPIEDIR)/stamp-headers* 118 @-rm -f $(OPIEDIR)/stamp-headers*
118 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 119 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
119 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 120 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
120 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 121 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
121 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 122 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
122 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 123 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
diff --git a/config.in b/config.in
index e93eac8..1ac9a66 100644
--- a/config.in
+++ b/config.in
@@ -220,27 +220,28 @@ endmenu
220 220
221comment "" 221comment ""
222 222
223menu "Unsupported / Unmaintained" 223menu "Unsupported / Unmaintained"
224 source noncore/unsupported/config.in 224 source noncore/unsupported/config.in
225endmenu 225endmenu
226 226
227comment "" 227comment ""
228 depends on EXPERIMENTAL 228 depends on EXPERIMENTAL
229menu "Experimental" 229menu "Experimental"
230 depends on EXPERIMENTAL 230 depends on EXPERIMENTAL
231 source libopie2/config.in 231 source libopie2/config.in
232 source libqtaux/config.in
232 233
233 config SQL_PIM_BACKEND 234 config SQL_PIM_BACKEND
234 bool "Add SQL-Backend support (experimental)" 235 bool "Add SQL-Backend support"
235 default n 236 default n
236 help 237 help
237 This adds the SQL-Support, using SQLite. Which database is used 238 This adds the SQL-Support, using SQLite. Which database is used
238 by the backends is defined by the file "pimaccess.conf" in the 239 by the backends is defined by the file "pimaccess.conf" in the
239 directory "Settings". 240 directory "Settings".
240 There currently do exist to groups "[contact]" and "[todo]". You can 241 There currently do exist to groups "[contact]" and "[todo]". You can
241 select the used backend by the variable "usebackend=<type>", where 242 select the used backend by the variable "usebackend=<type>", where
242 <type> is "sql" or "xml". "xml" is the default ! 243 <type> is "sql" or "xml". "xml" is the default !
243 Important: The SQLite-library "libsqlite.so" must be installed ! 244 Important: The SQLite-library "libsqlite.so" must be installed !
244 depends ( LIBOPIE2DB ) 245 depends ( LIBOPIE2DB )
245 246
246 comment "SQL-Support needs libopie2db!" 247 comment "SQL-Support needs libopie2db!"
diff --git a/packages b/packages
index d68f8cf..1769966 100644
--- a/packages
+++ b/packages
@@ -69,24 +69,25 @@ CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3 libmpeg3.pro
69 CONFIG_LIBOPIE libopielibopie.pro 69 CONFIG_LIBOPIE libopielibopie.pro
70 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro 70 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro
71 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro 71 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro
72 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro 72 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro
73 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro 73 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro
74 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro 74 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro
75 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro 75 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro
76 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro 76 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro
77 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro 77 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro
78 CONFIG_LIBOPIE_PIM libopie/pimpim.pro 78 CONFIG_LIBOPIE_PIM libopie/pimpim.pro
79 CONFIG_LIBQPE librarylibrary.pro 79 CONFIG_LIBQPE librarylibrary.pro
80 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro 80 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro
81 CONFIG_LIBQTAUX libqtauxlibqtaux.pro
81 CONFIG_LIBSQL libsqllibsql.pro 82 CONFIG_LIBSQL libsqllibsql.pro
82CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro 83CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro
83CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro 84CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro
84 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 85 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
85 CONFIG_LIQUID noncore/styles/liquidliquid.pro 86 CONFIG_LIQUID noncore/styles/liquidliquid.pro
86 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 87 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro
87 CONFIG_MAILIT noncore/net/mailit mailit.pro 88 CONFIG_MAILIT noncore/net/mailit mailit.pro
88CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro 89CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro
89 CONFIG_MAIL3 noncore/net/mail mail.pro 90 CONFIG_MAIL3 noncore/net/mail mail.pro
90CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro 91CONFIG_MAILAPPLET noncore/net/mail/taskbarapplet taskbarapplet.pro
91 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro 92 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro
92 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro 93 CONFIG_MEMORYAPPLET noncore/applets/memoryappletmemoryapplet.pro