summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in13
-rw-r--r--noncore/unsupported/mail2/config.in9
-rw-r--r--packages2
3 files changed, 14 insertions, 10 deletions
diff --git a/config.in b/config.in
index 6adf17e..742b8e3 100644
--- a/config.in
+++ b/config.in
@@ -142,49 +142,48 @@ menu "Base"
142 source x11/config.in 142 source x11/config.in
143 endchoice 143 endchoice
144 source libopie/config.in 144 source libopie/config.in
145 source core/opie-login/config.in 145 source core/opie-login/config.in
146 source core/opiealarm/config.in 146 source core/opiealarm/config.in
147 source core/tools/quicklauncher/config.in 147 source core/tools/quicklauncher/config.in
148 source core/launcher/config.in 148 source core/launcher/config.in
149 source core/qws/config.in 149 source core/qws/config.in
150endmenu 150endmenu
151 151
152comment "" 152comment ""
153 153
154menu "Applets" 154menu "Applets"
155 source core/applets/config.in 155 source core/applets/config.in
156 source noncore/applets/config.in 156 source noncore/applets/config.in
157endmenu 157endmenu
158 158
159menu "Apps" 159menu "Apps"
160 source core/apps/config.in 160 source core/apps/config.in
161 source noncore/apps/config.in 161 source noncore/apps/config.in
162endmenu 162endmenu
163 163
164menu "Communications and Networking" 164menu "Communications and Networking"
165 source noncore/comm/config.in 165 source noncore/comm/config.in
166 source noncore/mail/config.in
167 source noncore/net/config.in 166 source noncore/net/config.in
168endmenu 167endmenu
169 168
170menu "Games" 169menu "Games"
171 source noncore/games/config.in 170 source noncore/games/config.in
172endmenu 171endmenu
173 172
174menu "Graphics and Multimedia" 173menu "Graphics and Multimedia"
175 source freetype/config.in 174 source freetype/config.in
176 source noncore/graphics/config.in 175 source noncore/graphics/config.in
177 source core/multimedia/config.in 176 source core/multimedia/config.in
178 source noncore/multimedia/config.in 177 source noncore/multimedia/config.in
179endmenu 178endmenu
180 179
181menu "Input methods" 180menu "Input methods"
182 source inputmethods/config.in 181 source inputmethods/config.in
183endmenu 182endmenu
184 183
185menu "Pim" 184menu "Pim"
186 source core/pim/config.in 185 source core/pim/config.in
187 menu "Today Plugins" 186 menu "Today Plugins"
188 source noncore/todayplugins/config.in 187 source noncore/todayplugins/config.in
189 source core/pim/today/plugins/config.in 188 source core/pim/today/plugins/config.in
190 endmenu 189 endmenu
@@ -195,45 +194,55 @@ menu "Settings"
195 source noncore/settings/config.in 194 source noncore/settings/config.in
196endmenu 195endmenu
197 196
198menu "Theming" 197menu "Theming"
199 source noncore/decorations/config.in 198 source noncore/decorations/config.in
200 source noncore/styles/config.in 199 source noncore/styles/config.in
201endmenu 200endmenu
202 201
203menu "Tools" 202menu "Tools"
204 source noncore/tools/config.in 203 source noncore/tools/config.in
205endmenu 204endmenu
206 205
207menu "Development" 206menu "Development"
208 source development/keyview/config.in 207 source development/keyview/config.in
209 #source development/debugviewer/config.in 208 #source development/debugviewer/config.in
210endmenu 209endmenu
211 210
212menu "Examples" 211menu "Examples"
213 config EXAMPLES 212 config EXAMPLES
214 boolean "Compile Example Application" 213 boolean "Compile Example Application"
215 source examples/config.in 214 source examples/config.in
216endmenu 215endmenu
217 216
218comment "" 217comment ""
218
219menu "Unsupported / Unmaintained"
220 source noncore/unsupported/mail2/config.in
221 source noncore/unsupported/filebrowser/config.in
222 source noncore/unsupported/oipkg/config.in
223 source noncore/unsupported/qpdf/config.in
224 source noncore/unsupported/gsmtool/config.in
225endmenu
226
227comment ""
219 depends on EXPERIMENTAL 228 depends on EXPERIMENTAL
220menu "Experimental" 229menu "Experimental"
221 depends on EXPERIMENTAL 230 depends on EXPERIMENTAL
222 source libopie2/config.in 231 source libopie2/config.in
223 232
224 config SQL_PIM_BACKEND 233 config SQL_PIM_BACKEND
225 bool "Add SQL-Backend support (experimental)" 234 bool "Add SQL-Backend support (experimental)"
226 default n 235 default n
227 help 236 help
228 This adds the SQL-Support, using SQLite. Which database is used 237 This adds the SQL-Support, using SQLite. Which database is used
229 by the backends is defined by the file "pimaccess.conf" in the 238 by the backends is defined by the file "pimaccess.conf" in the
230 directory "Settings". 239 directory "Settings".
231 There currently do exist to groups "[contact]" and "[todo]". You can 240 There currently do exist to groups "[contact]" and "[todo]". You can
232 select the used backend by the variable "usebackend=<type>", where 241 select the used backend by the variable "usebackend=<type>", where
233 <type> is "sql" or "xml". "xml" is the default ! 242 <type> is "sql" or "xml". "xml" is the default !
234 Important: The SQLite-library "libsqlite.so" must be installed ! 243 Important: The SQLite-library "libsqlite.so" must be installed !
235 depends ( LIBOPIE2DB ) 244 depends ( LIBOPIE2DB )
236 245
237 comment "SQL-Support needs libopie2db!" 246 comment "SQL-Support needs libopie2db!"
238 depends !( LIBOPIE2DB ) 247 depends !( LIBOPIE2DB )
239endmenu 248endmenu
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in
index c9896cb..6f279b0 100644
--- a/noncore/unsupported/mail2/config.in
+++ b/noncore/unsupported/mail2/config.in
@@ -1,12 +1,7 @@
1 config MAIL
2 boolean "EMail support"
3 default "y" if OPIEMAIL
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
5
6 config OPIEMAIL2 1 config OPIEMAIL2
7 boolean "opie-mail2 (an IMAP mail client)" 2 boolean "opie-mail2 (an IMAP mail client)"
8 default "y" 3 default "y"
9 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL && MAIL 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL && MAIL
10 5
11 source noncore/mail/bend/config.in 6 source noncore/unsupported/mail2/bend/config.in
12 source noncore/mail/libmail/config.in 7 source noncore/unsupported/mail2/libmail/config.in
diff --git a/packages b/packages
index 3f3e20f..8c9f3cb 100644
--- a/packages
+++ b/packages
@@ -1,33 +1,33 @@
1 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro 1 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro
2 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro 2 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro
3 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro 3 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro
4 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro 4 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro
5 CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro 5 CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro
6 CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro 6 CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro
7 CONFIG_BACKUP noncore/settings/backupbackup.pro 7 CONFIG_BACKUP noncore/settings/backupbackup.pro
8 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro 8 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro
9 CONFIG_BEND noncore/mail/bendbend.pro 9 CONFIG_BEND noncore/unsupported/mail2/bendbend.pro
10 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro 10 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro
11 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro 11 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro
12 CONFIG_BOUNCE noncore/games/bouncebounce.pro 12 CONFIG_BOUNCE noncore/games/bouncebounce.pro
13 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro 13 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro
14 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro 14 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro
15 CONFIG_CALC2 noncore/tools/calc2calc.pro 15 CONFIG_CALC2 noncore/tools/calc2calc.pro
16 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro 16 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro
17 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro 17 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro
18 CONFIG_CAMERA noncore/multimedia/cameracamera.pro 18 CONFIG_CAMERA noncore/multimedia/cameracamera.pro
19 CONFIG_CARDMON core/applets/cardmoncardmon.pro 19 CONFIG_CARDMON core/applets/cardmoncardmon.pro
20 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro 20 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro
21 CONFIG_CITYTIME core/settings/citytimecitytime.pro 21 CONFIG_CITYTIME core/settings/citytimecitytime.pro
22 CONFIG_CLIPBOARDAPPLET core/applets/clipboardappletclipboardapplet.pro 22 CONFIG_CLIPBOARDAPPLET core/applets/clipboardappletclipboardapplet.pro
23 CONFIG_CLOCK noncore/tools/clockclock.pro 23 CONFIG_CLOCK noncore/tools/clockclock.pro
24 CONFIG_CLOCKAPPLET core/applets/clockappletclockapplet.pro 24 CONFIG_CLOCKAPPLET core/applets/clockappletclockapplet.pro
25 CONFIG_CONFEDIT noncore/apps/confeditconfedit.pro 25 CONFIG_CONFEDIT noncore/apps/confeditconfedit.pro
26 CONFIG_DASHER inputmethods/dasherdasher.pro 26 CONFIG_DASHER inputmethods/dasherdasher.pro
27 CONFIG_DATEBOOK core/pim/datebookdatebook.pro 27 CONFIG_DATEBOOK core/pim/datebookdatebook.pro
28 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro 28 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro
29 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro 29 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro
30 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro 30 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro
31 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro 31 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro
32CONFIG_DOCTAB noncore/settings/doctab doctab.pro 32CONFIG_DOCTAB noncore/settings/doctab doctab.pro
33 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro 33 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro