138 files changed, 601 insertions, 16 deletions
diff --git a/core/applets/batteryapplet/config.in b/core/applets/batteryapplet/config.in new file mode 100644 index 0000000..5cf8b12 --- a/dev/null +++ b/core/applets/batteryapplet/config.in | |||
@@ -0,0 +1,7 @@ | |||
1 | menu "batteryapplet" | ||
2 | |||
3 | config BATTERYAPPLET | ||
4 | boolean "batteryapplet" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | endmenu | ||
diff --git a/core/applets/cardmon/config.in b/core/applets/cardmon/config.in new file mode 100644 index 0000000..0f74814 --- a/dev/null +++ b/core/applets/cardmon/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CARDMON | ||
2 | boolean "cardmon" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/clipboardapplet/config.in b/core/applets/clipboardapplet/config.in new file mode 100644 index 0000000..4ac0039 --- a/dev/null +++ b/core/applets/clipboardapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CLIPBOARDAPPLET | ||
2 | boolean "clipboardapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/clockapplet/config.in b/core/applets/clockapplet/config.in new file mode 100644 index 0000000..9c5f080 --- a/dev/null +++ b/core/applets/clockapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CLOCKAPPLET | ||
2 | boolean "clockapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/homeapplet/config.in b/core/applets/homeapplet/config.in new file mode 100644 index 0000000..3e37837 --- a/dev/null +++ b/core/applets/homeapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config HOMEAPPLET | ||
2 | boolean "homeapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/irdaapplet/config.in b/core/applets/irdaapplet/config.in new file mode 100644 index 0000000..c8e3667 --- a/dev/null +++ b/core/applets/irdaapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config IRDAAPPLET | ||
2 | boolean "irdaapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/logoutapplet/config.in b/core/applets/logoutapplet/config.in new file mode 100644 index 0000000..a822e0e --- a/dev/null +++ b/core/applets/logoutapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LOGOUTAPPLET | ||
2 | boolean "logoutapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/obex/config.in b/core/applets/obex/config.in new file mode 100644 index 0000000..4b6440d --- a/dev/null +++ b/core/applets/obex/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OBEX | ||
2 | boolean "obex" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/restartapplet/config.in b/core/applets/restartapplet/config.in new file mode 100644 index 0000000..5c132c8 --- a/dev/null +++ b/core/applets/restartapplet/config.in | |||
@@ -0,0 +1,7 @@ | |||
1 | menu "restartapplet" | ||
2 | |||
3 | config #RESTARTAPPLET | ||
4 | boolean "restartapplet" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | endmenu | ||
diff --git a/core/applets/screenshotapplet/config.in b/core/applets/screenshotapplet/config.in new file mode 100644 index 0000000..645ea3a --- a/dev/null +++ b/core/applets/screenshotapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SCREENSHOTAPPLET | ||
2 | boolean "screenshotapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/suspendapplet/config.in b/core/applets/suspendapplet/config.in new file mode 100644 index 0000000..21ba192 --- a/dev/null +++ b/core/applets/suspendapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SUSPENDAPPLET | ||
2 | boolean "suspendapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/vmemo/config.in b/core/applets/vmemo/config.in new file mode 100644 index 0000000..f0857a2 --- a/dev/null +++ b/core/applets/vmemo/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config VMEMO | ||
2 | boolean "vmemo" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/applets/volumeapplet/config.in b/core/applets/volumeapplet/config.in new file mode 100644 index 0000000..64037b2 --- a/dev/null +++ b/core/applets/volumeapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config VOLUMEAPPLET | ||
2 | boolean "volumeapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/apps/calibrate/config.in b/core/apps/calibrate/config.in new file mode 100644 index 0000000..0a7d5da --- a/dev/null +++ b/core/apps/calibrate/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #CALIBRATE | ||
2 | # boolean "calibrate" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/core/apps/embeddedkonsole/config.in b/core/apps/embeddedkonsole/config.in new file mode 100644 index 0000000..6272667 --- a/dev/null +++ b/core/apps/embeddedkonsole/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config EMBEDDEDKONSOLE | ||
2 | boolean "embeddedkonsole" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/apps/helpbrowser/config.in b/core/apps/helpbrowser/config.in new file mode 100644 index 0000000..0614e44 --- a/dev/null +++ b/core/apps/helpbrowser/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config HELPBROWSER | ||
2 | boolean "helpbrowser" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/apps/qcop/config.in b/core/apps/qcop/config.in new file mode 100644 index 0000000..9508714 --- a/dev/null +++ b/core/apps/qcop/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config QCOP | ||
2 | boolean "qcop" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/apps/textedit/config.in b/core/apps/textedit/config.in new file mode 100644 index 0000000..fae02ac --- a/dev/null +++ b/core/apps/textedit/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TEXTEDIT | ||
2 | boolean "textedit" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/launcher/config.in b/core/launcher/config.in new file mode 100644 index 0000000..87b678d --- a/dev/null +++ b/core/launcher/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LAUNCHER | ||
2 | boolean "launcher" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/multimedia/opieplayer/config.in b/core/multimedia/opieplayer/config.in new file mode 100644 index 0000000..8d4ccf4 --- a/dev/null +++ b/core/multimedia/opieplayer/config.in | |||
@@ -0,0 +1,13 @@ | |||
1 | menu "opieplayer" | ||
2 | |||
3 | config #LIBFFMPEG | ||
4 | boolean "opieplayer" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source core/multimedia/opieplayer/libffmpeg/config.in | ||
8 | source core/multimedia/opieplayer/libflash/config.in | ||
9 | source core/multimedia/opieplayer/libmad/config.in | ||
10 | source core/multimedia/opieplayer/libmpeg3/config.in | ||
11 | source core/multimedia/opieplayer/modplug/config.in | ||
12 | source core/multimedia/opieplayer/wavplugin/config.in | ||
13 | endmenu | ||
diff --git a/core/multimedia/opieplayer/libflash/config.in b/core/multimedia/opieplayer/libflash/config.in new file mode 100644 index 0000000..58a02a4 --- a/dev/null +++ b/core/multimedia/opieplayer/libflash/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #LIBFLASH | ||
2 | # boolean "libflash" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/core/multimedia/opieplayer/libmad/config.in b/core/multimedia/opieplayer/libmad/config.in new file mode 100644 index 0000000..3534637 --- a/dev/null +++ b/core/multimedia/opieplayer/libmad/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIBMAD | ||
2 | boolean "libmad" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/multimedia/opieplayer/libmpeg3/config.in b/core/multimedia/opieplayer/libmpeg3/config.in new file mode 100644 index 0000000..e0f15c0 --- a/dev/null +++ b/core/multimedia/opieplayer/libmpeg3/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIBMPEG3 | ||
2 | boolean "libmpeg3" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/multimedia/opieplayer/modplug/config.in b/core/multimedia/opieplayer/modplug/config.in new file mode 100644 index 0000000..065208f --- a/dev/null +++ b/core/multimedia/opieplayer/modplug/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MODPLUG | ||
2 | boolean "modplug" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/multimedia/opieplayer/wavplugin/config.in b/core/multimedia/opieplayer/wavplugin/config.in new file mode 100644 index 0000000..a044366 --- a/dev/null +++ b/core/multimedia/opieplayer/wavplugin/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config WAVPLUGIN | ||
2 | boolean "wavplugin" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/opie-login/config.in b/core/opie-login/config.in new file mode 100644 index 0000000..4980dad --- a/dev/null +++ b/core/opie-login/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIE-LOGIN | ||
2 | boolean "opie-login" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/pim/addressbook/config.in b/core/pim/addressbook/config.in new file mode 100644 index 0000000..5362077 --- a/dev/null +++ b/core/pim/addressbook/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config ADDRESSBOOK | ||
2 | boolean "addressbook" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/pim/datebook/config.in b/core/pim/datebook/config.in new file mode 100644 index 0000000..7cc92bd --- a/dev/null +++ b/core/pim/datebook/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DATEBOOK | ||
2 | boolean "datebook" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/pim/today/config.in b/core/pim/today/config.in new file mode 100644 index 0000000..695b708 --- a/dev/null +++ b/core/pim/today/config.in | |||
@@ -0,0 +1,8 @@ | |||
1 | menu "today" | ||
2 | |||
3 | config TODAY | ||
4 | boolean "today" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source core/pim/today/plugins/config.in | ||
8 | endmenu | ||
diff --git a/core/pim/today/plugins/datebook/config.in b/core/pim/today/plugins/datebook/config.in new file mode 100644 index 0000000..7d1e006 --- a/dev/null +++ b/core/pim/today/plugins/datebook/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_DATEBOOK | ||
2 | boolean "datebook" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in new file mode 100644 index 0000000..f40696a --- a/dev/null +++ b/core/pim/today/plugins/mail/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_MAIL | ||
2 | boolean "mail" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/pim/today/plugins/todolist/config.in b/core/pim/today/plugins/todolist/config.in new file mode 100644 index 0000000..aef4ea4 --- a/dev/null +++ b/core/pim/today/plugins/todolist/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_TODOLIST | ||
2 | boolean "todolist" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/pim/todo/config.in b/core/pim/todo/config.in new file mode 100644 index 0000000..8b456de --- a/dev/null +++ b/core/pim/todo/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODO | ||
2 | boolean "todo" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/settings/citytime/config.in b/core/settings/citytime/config.in new file mode 100644 index 0000000..429c30f --- a/dev/null +++ b/core/settings/citytime/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CITYTIME | ||
2 | boolean "citytime" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/settings/launcher/config.in b/core/settings/launcher/config.in new file mode 100644 index 0000000..8a71b69 --- a/dev/null +++ b/core/settings/launcher/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LAUNCHER-SETTINGS | ||
2 | boolean "launcher" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/settings/light-and-power/config.in b/core/settings/light-and-power/config.in new file mode 100644 index 0000000..77302eb --- a/dev/null +++ b/core/settings/light-and-power/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIGHT-AND-POWER | ||
2 | boolean "light-and-power" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/core/settings/security/config.in b/core/settings/security/config.in new file mode 100644 index 0000000..648371d --- a/dev/null +++ b/core/settings/security/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SECURITY | ||
2 | boolean "security" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/development/keyview/config.in b/development/keyview/config.in new file mode 100644 index 0000000..a151d58 --- a/dev/null +++ b/development/keyview/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #KEYVIEW | ||
2 | # boolean "keyview" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/example/config.in b/example/config.in new file mode 100644 index 0000000..7487ef1 --- a/dev/null +++ b/example/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #EXAMPLE | ||
2 | # boolean "example" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/freetype/config.in b/freetype/config.in new file mode 100644 index 0000000..061a18f --- a/dev/null +++ b/freetype/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FREETYPE | ||
2 | boolean "freetype" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/dvorak/config.in b/inputmethods/dvorak/config.in new file mode 100644 index 0000000..317e1e3 --- a/dev/null +++ b/inputmethods/dvorak/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DVORAK | ||
2 | boolean "dvorak" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/handwriting/config.in b/inputmethods/handwriting/config.in new file mode 100644 index 0000000..3738f24 --- a/dev/null +++ b/inputmethods/handwriting/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config HANDWRITING | ||
2 | boolean "handwriting" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/jumpx/config.in b/inputmethods/jumpx/config.in new file mode 100644 index 0000000..32c2125 --- a/dev/null +++ b/inputmethods/jumpx/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config JUMPX | ||
2 | boolean "jumpx" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/keyboard/config.in b/inputmethods/keyboard/config.in new file mode 100644 index 0000000..03f4c1a --- a/dev/null +++ b/inputmethods/keyboard/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KEYBOARD | ||
2 | boolean "keyboard" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/kjumpx/config.in b/inputmethods/kjumpx/config.in new file mode 100644 index 0000000..132f06a --- a/dev/null +++ b/inputmethods/kjumpx/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KJUMPX | ||
2 | boolean "kjumpx" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/multikey/config.in b/inputmethods/multikey/config.in new file mode 100644 index 0000000..7e6e268 --- a/dev/null +++ b/inputmethods/multikey/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MULTIKEY | ||
2 | boolean "multikey" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/pickboard/config.in b/inputmethods/pickboard/config.in new file mode 100644 index 0000000..490effd --- a/dev/null +++ b/inputmethods/pickboard/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config PICKBOARD | ||
2 | boolean "pickboard" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/inputmethods/unikeyboard/config.in b/inputmethods/unikeyboard/config.in new file mode 100644 index 0000000..1ecd5dc --- a/dev/null +++ b/inputmethods/unikeyboard/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config UNIKEYBOARD | ||
2 | boolean "unikeyboard" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/libopie/config.in b/libopie/config.in new file mode 100644 index 0000000..4f7db26 --- a/dev/null +++ b/libopie/config.in | |||
@@ -0,0 +1,8 @@ | |||
1 | menu "libopie" | ||
2 | |||
3 | config LIBOPIE | ||
4 | boolean "libopie" | ||
5 | default "y" | ||
6 | source libopie/ofileselector/config.in | ||
7 | source libopie/pim/config.in | ||
8 | endmenu | ||
diff --git a/library/config.in b/library/config.in new file mode 100644 index 0000000..b9a2223 --- a/dev/null +++ b/library/config.in | |||
@@ -0,0 +1,3 @@ | |||
1 | config LIBQPE | ||
2 | boolean "library" | ||
3 | default "y" | ||
diff --git a/libsql/test/config.in b/libsql/test/config.in new file mode 100644 index 0000000..258bfe6 --- a/dev/null +++ b/libsql/test/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #TEST | ||
2 | # boolean "test" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/applets/notesapplet/config.in b/noncore/applets/notesapplet/config.in new file mode 100644 index 0000000..a2f7d4d --- a/dev/null +++ b/noncore/applets/notesapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config NOTESAPPLET | ||
2 | boolean "notesapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/applets/wirelessapplet/config.in b/noncore/applets/wirelessapplet/config.in new file mode 100644 index 0000000..55f1aa1 --- a/dev/null +++ b/noncore/applets/wirelessapplet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config WIRELESSAPPLET | ||
2 | boolean "wirelessapplet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/advancedfm/config.in b/noncore/apps/advancedfm/config.in new file mode 100644 index 0000000..968d373 --- a/dev/null +++ b/noncore/apps/advancedfm/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config ADVANCEDFM | ||
2 | boolean "advancedfm" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/checkbook/config.in b/noncore/apps/checkbook/config.in new file mode 100644 index 0000000..89ab053 --- a/dev/null +++ b/noncore/apps/checkbook/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CHECKBOOK | ||
2 | boolean "checkbook" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/confedit/config.in b/noncore/apps/confedit/config.in new file mode 100644 index 0000000..13e6d27 --- a/dev/null +++ b/noncore/apps/confedit/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CONFEDIT | ||
2 | boolean "confedit" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/dictionary/config.in b/noncore/apps/dictionary/config.in new file mode 100644 index 0000000..2527127 --- a/dev/null +++ b/noncore/apps/dictionary/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #DICTIONARY | ||
2 | # boolean "dictionary" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/opie-console/config.in b/noncore/apps/opie-console/config.in new file mode 100644 index 0000000..f7793fa --- a/dev/null +++ b/noncore/apps/opie-console/config.in | |||
@@ -0,0 +1,8 @@ | |||
1 | menu "opie-console" | ||
2 | |||
3 | config #TEST | ||
4 | boolean "opie-console" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/apps/opie-console/test/config.in | ||
8 | endmenu | ||
diff --git a/noncore/apps/opie-reader/config.in b/noncore/apps/opie-reader/config.in new file mode 100644 index 0000000..801c4d9 --- a/dev/null +++ b/noncore/apps/opie-reader/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIE-READER | ||
2 | boolean "opie-reader" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/opie-sheet/config.in b/noncore/apps/opie-sheet/config.in new file mode 100644 index 0000000..7b66faf --- a/dev/null +++ b/noncore/apps/opie-sheet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIE-SHEET | ||
2 | boolean "opie-sheet" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/opie-write/config.in b/noncore/apps/opie-write/config.in new file mode 100644 index 0000000..79650e9 --- a/dev/null +++ b/noncore/apps/opie-write/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #OPIE-WRITE | ||
2 | # boolean "opie-write" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/oxygen/config.in b/noncore/apps/oxygen/config.in new file mode 100644 index 0000000..b83022a --- a/dev/null +++ b/noncore/apps/oxygen/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OXYGEN | ||
2 | boolean "oxygen" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/apps/tableviewer/config.in b/noncore/apps/tableviewer/config.in new file mode 100644 index 0000000..8490d5d --- a/dev/null +++ b/noncore/apps/tableviewer/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TABLEVIEWER | ||
2 | boolean "tableviewer" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/comm/keypebble/config.in b/noncore/comm/keypebble/config.in new file mode 100644 index 0000000..7a81539 --- a/dev/null +++ b/noncore/comm/keypebble/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KEYPEBBLE | ||
2 | boolean "keypebble" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/comm/mobilemsg/config.in b/noncore/comm/mobilemsg/config.in new file mode 100644 index 0000000..a7f92ff --- a/dev/null +++ b/noncore/comm/mobilemsg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #MOBILEMSG | ||
2 | # boolean "mobilemsg" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/decorations/flat/config.in b/noncore/decorations/flat/config.in new file mode 100644 index 0000000..80dc87d --- a/dev/null +++ b/noncore/decorations/flat/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DECO_FLAT | ||
2 | boolean "flat" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/decorations/liquid/config.in b/noncore/decorations/liquid/config.in new file mode 100644 index 0000000..946d97d --- a/dev/null +++ b/noncore/decorations/liquid/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DECO_LIQUID | ||
2 | boolean "liquid" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/decorations/polished/config.in b/noncore/decorations/polished/config.in new file mode 100644 index 0000000..9feb134 --- a/dev/null +++ b/noncore/decorations/polished/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DECO_POLISHED | ||
2 | boolean "polished" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/bounce/config.in b/noncore/games/bounce/config.in new file mode 100644 index 0000000..c7f2c02 --- a/dev/null +++ b/noncore/games/bounce/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BOUNCE | ||
2 | boolean "bounce" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/buzzword/config.in b/noncore/games/buzzword/config.in new file mode 100644 index 0000000..ad2525e --- a/dev/null +++ b/noncore/games/buzzword/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BUZZWORD | ||
2 | boolean "buzzword" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/chess/config.in b/noncore/games/chess/config.in new file mode 100644 index 0000000..e64e73c --- a/dev/null +++ b/noncore/games/chess/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #CHESS | ||
2 | # boolean "chess" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/fifteen/config.in b/noncore/games/fifteen/config.in new file mode 100644 index 0000000..da35a05 --- a/dev/null +++ b/noncore/games/fifteen/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FIFTEEN | ||
2 | boolean "fifteen" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/go/config.in b/noncore/games/go/config.in new file mode 100644 index 0000000..da542c3 --- a/dev/null +++ b/noncore/games/go/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config GO | ||
2 | boolean "go" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/kbill/config.in b/noncore/games/kbill/config.in new file mode 100644 index 0000000..91a14d1 --- a/dev/null +++ b/noncore/games/kbill/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KBILL | ||
2 | boolean "kbill" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/kcheckers/config.in b/noncore/games/kcheckers/config.in new file mode 100644 index 0000000..1a3c60b --- a/dev/null +++ b/noncore/games/kcheckers/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KCHECKERS | ||
2 | boolean "kcheckers" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/kpacman/config.in b/noncore/games/kpacman/config.in new file mode 100644 index 0000000..c8a4bc6 --- a/dev/null +++ b/noncore/games/kpacman/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config KPACMAN | ||
2 | boolean "kpacman" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/mindbreaker/config.in b/noncore/games/mindbreaker/config.in new file mode 100644 index 0000000..f141ebc --- a/dev/null +++ b/noncore/games/mindbreaker/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MINDBREAKER | ||
2 | boolean "mindbreaker" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/minesweep/config.in b/noncore/games/minesweep/config.in new file mode 100644 index 0000000..90934b9 --- a/dev/null +++ b/noncore/games/minesweep/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MINESWEEP | ||
2 | boolean "minesweep" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/parashoot/config.in b/noncore/games/parashoot/config.in new file mode 100644 index 0000000..db6239c --- a/dev/null +++ b/noncore/games/parashoot/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config PARASHOOT | ||
2 | boolean "parashoot" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/qasteroids/config.in b/noncore/games/qasteroids/config.in new file mode 100644 index 0000000..a619624 --- a/dev/null +++ b/noncore/games/qasteroids/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config QASTEROIDS | ||
2 | boolean "qasteroids" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/snake/config.in b/noncore/games/snake/config.in new file mode 100644 index 0000000..0048f9c --- a/dev/null +++ b/noncore/games/snake/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SNAKE | ||
2 | boolean "snake" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/solitaire/config.in b/noncore/games/solitaire/config.in new file mode 100644 index 0000000..8264469 --- a/dev/null +++ b/noncore/games/solitaire/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SOLITAIRE | ||
2 | boolean "solitaire" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/tetrix/config.in b/noncore/games/tetrix/config.in new file mode 100644 index 0000000..596d2b5 --- a/dev/null +++ b/noncore/games/tetrix/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TETRIX | ||
2 | boolean "tetrix" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/tictac/config.in b/noncore/games/tictac/config.in new file mode 100644 index 0000000..9b65b8d --- a/dev/null +++ b/noncore/games/tictac/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TICTAC | ||
2 | boolean "tictac" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/games/wordgame/config.in b/noncore/games/wordgame/config.in new file mode 100644 index 0000000..3969dc8 --- a/dev/null +++ b/noncore/games/wordgame/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config WORDGAME | ||
2 | boolean "wordgame" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/graphics/drawpad/config.in b/noncore/graphics/drawpad/config.in new file mode 100644 index 0000000..732330b --- a/dev/null +++ b/noncore/graphics/drawpad/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config DRAWPAD | ||
2 | boolean "drawpad" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/multimedia/opieplayer2/config.in b/noncore/multimedia/opieplayer2/config.in new file mode 100644 index 0000000..2a03125 --- a/dev/null +++ b/noncore/multimedia/opieplayer2/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #OPIEPLAYER2 | ||
2 | # boolean "opieplayer2" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/multimedia/showimg/config.in b/noncore/multimedia/showimg/config.in new file mode 100644 index 0000000..0316ea6 --- a/dev/null +++ b/noncore/multimedia/showimg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SHOWIMG | ||
2 | boolean "showimg" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/networksetup/config.in b/noncore/net/networksetup/config.in new file mode 100644 index 0000000..44bc06e --- a/dev/null +++ b/noncore/net/networksetup/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "networksetup" | ||
2 | |||
3 | config INTERFACES | ||
4 | boolean "networksetup" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/net/networksetup/wlan/config.in | ||
8 | source noncore/net/networksetup/interfaces/config.in | ||
9 | endmenu | ||
diff --git a/noncore/net/networksetup/interfaces/config.in b/noncore/net/networksetup/interfaces/config.in index 18b182e..431e51b 100644 --- a/noncore/net/networksetup/interfaces/config.in +++ b/noncore/net/networksetup/interfaces/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config INTERFACES | 1 | config INTERFACES |
2 | boolean | 2 | boolean "interfaces" |
3 | depends LIBQPE && LIBOPIE | 3 | default "y" |
4 | default "y" | 4 | depends LIBQPE && LIBOPIE |
diff --git a/noncore/net/networksetup/wlan/config.in b/noncore/net/networksetup/wlan/config.in index 660769d..4853a32 100644 --- a/noncore/net/networksetup/wlan/config.in +++ b/noncore/net/networksetup/wlan/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WLAN | 1 | config WLAN |
2 | boolean | 2 | boolean "wlan" |
3 | depends LIBQPE && LIBOPIE | 3 | default "y" |
4 | default "y" | 4 | depends LIBQPE && LIBOPIE |
diff --git a/noncore/net/opieftp/config.in b/noncore/net/opieftp/config.in new file mode 100644 index 0000000..fdb0e90 --- a/dev/null +++ b/noncore/net/opieftp/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIEFTP | ||
2 | boolean "opieftp" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/opieirc/config.in b/noncore/net/opieirc/config.in new file mode 100644 index 0000000..7aaa5d3 --- a/dev/null +++ b/noncore/net/opieirc/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIEIRC | ||
2 | boolean "opieirc" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/opietooth/applet/config.in b/noncore/net/opietooth/applet/config.in new file mode 100644 index 0000000..80afbe5 --- a/dev/null +++ b/noncore/net/opietooth/applet/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #APPLET | ||
2 | # boolean "applet" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/opietooth/blue-pin/config.in b/noncore/net/opietooth/blue-pin/config.in new file mode 100644 index 0000000..c3e3056 --- a/dev/null +++ b/noncore/net/opietooth/blue-pin/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #BLUE-PIN | ||
2 | # boolean "blue-pin" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/opietooth/lib/config.in b/noncore/net/opietooth/lib/config.in new file mode 100644 index 0000000..a8964f6 --- a/dev/null +++ b/noncore/net/opietooth/lib/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #LIB | ||
2 | # boolean "lib" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/opietooth/manager/config.in b/noncore/net/opietooth/manager/config.in new file mode 100644 index 0000000..704448f --- a/dev/null +++ b/noncore/net/opietooth/manager/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #MANAGER | ||
2 | # boolean "manager" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/ubrowser/config.in b/noncore/net/ubrowser/config.in new file mode 100644 index 0000000..4b15046 --- a/dev/null +++ b/noncore/net/ubrowser/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #UBROWSER | ||
2 | # boolean "ubrowser" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/net/wellenreiter/config.in b/noncore/net/wellenreiter/config.in new file mode 100644 index 0000000..ff4a0cb --- a/dev/null +++ b/noncore/net/wellenreiter/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #WELLENREITER | ||
2 | # boolean "wellenreiter" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/appearance2/config.in b/noncore/settings/appearance2/config.in new file mode 100644 index 0000000..e853545 --- a/dev/null +++ b/noncore/settings/appearance2/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config APPEARANCE2 | ||
2 | boolean "appearance2" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/aqpkg/config.in b/noncore/settings/aqpkg/config.in new file mode 100644 index 0000000..b16c0b8 --- a/dev/null +++ b/noncore/settings/aqpkg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config AQPKG | ||
2 | boolean "aqpkg" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/backup/config.in b/noncore/settings/backup/config.in new file mode 100644 index 0000000..5fc09ef --- a/dev/null +++ b/noncore/settings/backup/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BACKUP | ||
2 | boolean "backup" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/language/config.in b/noncore/settings/language/config.in new file mode 100644 index 0000000..1315904 --- a/dev/null +++ b/noncore/settings/language/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LANGUAGE | ||
2 | boolean "language" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/mediummount/config.in b/noncore/settings/mediummount/config.in new file mode 100644 index 0000000..2bf9442 --- a/dev/null +++ b/noncore/settings/mediummount/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config MEDIUMMOUNT | ||
2 | boolean "mediummount" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/netsystemtime/config.in b/noncore/settings/netsystemtime/config.in new file mode 100644 index 0000000..0420d8e --- a/dev/null +++ b/noncore/settings/netsystemtime/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config NETSYSTEMTIME | ||
2 | boolean "netsystemtime" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/networksettings/config.in b/noncore/settings/networksettings/config.in new file mode 100644 index 0000000..44bc06e --- a/dev/null +++ b/noncore/settings/networksettings/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "networksetup" | ||
2 | |||
3 | config INTERFACES | ||
4 | boolean "networksetup" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/net/networksetup/wlan/config.in | ||
8 | source noncore/net/networksetup/interfaces/config.in | ||
9 | endmenu | ||
diff --git a/noncore/settings/networksettings/interfaces/config.in b/noncore/settings/networksettings/interfaces/config.in index 18b182e..431e51b 100644 --- a/noncore/settings/networksettings/interfaces/config.in +++ b/noncore/settings/networksettings/interfaces/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config INTERFACES | 1 | config INTERFACES |
2 | boolean | 2 | boolean "interfaces" |
3 | depends LIBQPE && LIBOPIE | 3 | default "y" |
4 | default "y" | 4 | depends LIBQPE && LIBOPIE |
diff --git a/noncore/settings/networksettings/wlan/config.in b/noncore/settings/networksettings/wlan/config.in index 660769d..4853a32 100644 --- a/noncore/settings/networksettings/wlan/config.in +++ b/noncore/settings/networksettings/wlan/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WLAN | 1 | config WLAN |
2 | boolean | 2 | boolean "wlan" |
3 | depends LIBQPE && LIBOPIE | 3 | default "y" |
4 | default "y" | 4 | depends LIBQPE && LIBOPIE |
diff --git a/noncore/settings/sound/config.in b/noncore/settings/sound/config.in new file mode 100644 index 0000000..5e0b52f --- a/dev/null +++ b/noncore/settings/sound/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SOUND | ||
2 | boolean "sound" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/sshkeys/config.in b/noncore/settings/sshkeys/config.in new file mode 100644 index 0000000..634aa3a --- a/dev/null +++ b/noncore/settings/sshkeys/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SSHKEYS | ||
2 | boolean "sshkeys" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/sysinfo/config.in b/noncore/settings/sysinfo/config.in new file mode 100644 index 0000000..062f035 --- a/dev/null +++ b/noncore/settings/sysinfo/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config SYSINFO | ||
2 | boolean "sysinfo" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/tabmanager/config.in b/noncore/settings/tabmanager/config.in new file mode 100644 index 0000000..f0c4c08 --- a/dev/null +++ b/noncore/settings/tabmanager/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TABMANAGER | ||
2 | boolean "tabmanager" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/settings/usermanager/config.in b/noncore/settings/usermanager/config.in new file mode 100644 index 0000000..2dd0b9e --- a/dev/null +++ b/noncore/settings/usermanager/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config USERMANAGER | ||
2 | boolean "usermanager" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/flat/config.in b/noncore/styles/flat/config.in new file mode 100644 index 0000000..1c82de1 --- a/dev/null +++ b/noncore/styles/flat/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FLAT | ||
2 | boolean "flat" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/fresh/config.in b/noncore/styles/fresh/config.in new file mode 100644 index 0000000..f71de8d --- a/dev/null +++ b/noncore/styles/fresh/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FRESH | ||
2 | boolean "fresh" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/liquid/config.in b/noncore/styles/liquid/config.in new file mode 100644 index 0000000..d2bbddb --- a/dev/null +++ b/noncore/styles/liquid/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIQUID | ||
2 | boolean "liquid" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/metal/config.in b/noncore/styles/metal/config.in new file mode 100644 index 0000000..1d86924 --- a/dev/null +++ b/noncore/styles/metal/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config METAL | ||
2 | boolean "metal" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/styles/theme/config.in b/noncore/styles/theme/config.in new file mode 100644 index 0000000..c90a422 --- a/dev/null +++ b/noncore/styles/theme/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config THEME | ||
2 | boolean "theme" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/todayplugins/fortune/config.in b/noncore/todayplugins/fortune/config.in new file mode 100644 index 0000000..b278e58 --- a/dev/null +++ b/noncore/todayplugins/fortune/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_FORTUNE | ||
2 | boolean "fortune" | ||
3 | default "y" | ||
4 | depends TODAY | ||
diff --git a/noncore/todayplugins/stockticker/config.in b/noncore/todayplugins/stockticker/config.in new file mode 100644 index 0000000..7898f78 --- a/dev/null +++ b/noncore/todayplugins/stockticker/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "stockticker" | ||
2 | |||
3 | config TODAY_STOCKTICKER | ||
4 | boolean "stockticker" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/todayplugins/stockticker/stockticker/config.in | ||
8 | source noncore/todayplugins/stockticker/stocktickerlib/config.in | ||
9 | endmenu | ||
diff --git a/noncore/todayplugins/stockticker/stockticker/config.in b/noncore/todayplugins/stockticker/stockticker/config.in new file mode 100644 index 0000000..fd5efbc --- a/dev/null +++ b/noncore/todayplugins/stockticker/stockticker/config.in | |||
@@ -0,0 +1,7 @@ | |||
1 | menu "stockticker" | ||
2 | |||
3 | config TODAY_STOCKTICKERLIB | ||
4 | boolean "stockticker" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | endmenu | ||
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/config.in b/noncore/todayplugins/stockticker/stocktickerlib/config.in new file mode 100644 index 0000000..7478c39 --- a/dev/null +++ b/noncore/todayplugins/stockticker/stocktickerlib/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config TODAY_STOCKTICKERLIB | ||
2 | boolean "stocktickerlib" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/calc2/binary/config.in b/noncore/tools/calc2/binary/config.in new file mode 100644 index 0000000..7db862d --- a/dev/null +++ b/noncore/tools/calc2/binary/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #BINARY | ||
2 | # boolean "binary" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/calc2/simple/config.in b/noncore/tools/calc2/simple/config.in new file mode 100644 index 0000000..726b78d --- a/dev/null +++ b/noncore/tools/calc2/simple/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #SIMPLE | ||
2 | # boolean "simple" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/calculator/config.in b/noncore/tools/calculator/config.in new file mode 100644 index 0000000..9a8d8be --- a/dev/null +++ b/noncore/tools/calculator/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CALCULATOR | ||
2 | boolean "calculator" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/clock/config.in b/noncore/tools/clock/config.in new file mode 100644 index 0000000..c9c099c --- a/dev/null +++ b/noncore/tools/clock/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config CLOCK | ||
2 | boolean "clock" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/formatter/config.in b/noncore/tools/formatter/config.in new file mode 100644 index 0000000..70146bd --- a/dev/null +++ b/noncore/tools/formatter/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FORMATTER | ||
2 | boolean "formatter" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/opie-sh/config.in b/noncore/tools/opie-sh/config.in new file mode 100644 index 0000000..77c1857 --- a/dev/null +++ b/noncore/tools/opie-sh/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OPIE-SH | ||
2 | boolean "opie-sh" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/tools/remote/config.in b/noncore/tools/remote/config.in new file mode 100644 index 0000000..ef51047 --- a/dev/null +++ b/noncore/tools/remote/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config REMOTE | ||
2 | boolean "remote" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/filebrowser/config.in b/noncore/unsupported/filebrowser/config.in new file mode 100644 index 0000000..46debbd --- a/dev/null +++ b/noncore/unsupported/filebrowser/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config FILEBROWSER | ||
2 | boolean "filebrowser" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/gsmtool/config.in b/noncore/unsupported/gsmtool/config.in new file mode 100644 index 0000000..76c7eb7 --- a/dev/null +++ b/noncore/unsupported/gsmtool/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #GSMTOOL | ||
2 | # boolean "gsmtool" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in new file mode 100644 index 0000000..3d33fe4 --- a/dev/null +++ b/noncore/unsupported/mail2/bend/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config BEND | ||
2 | boolean "bend" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in new file mode 100644 index 0000000..2263230 --- a/dev/null +++ b/noncore/unsupported/mail2/config.in | |||
@@ -0,0 +1,9 @@ | |||
1 | menu "mail" | ||
2 | |||
3 | config BEND | ||
4 | boolean "mail" | ||
5 | default "y" | ||
6 | depends LIBQPE && LIBOPIE | ||
7 | source noncore/mail/bend/config.in | ||
8 | source noncore/mail/libmail/config.in | ||
9 | endmenu | ||
diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in new file mode 100644 index 0000000..6712dbe --- a/dev/null +++ b/noncore/unsupported/mail2/libmail/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config LIBMAIL | ||
2 | boolean "libmail" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/oipkg/config.in b/noncore/unsupported/oipkg/config.in new file mode 100644 index 0000000..63a96e3 --- a/dev/null +++ b/noncore/unsupported/oipkg/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config OIPKG | ||
2 | boolean "oipkg" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/noncore/unsupported/qpdf/config.in b/noncore/unsupported/qpdf/config.in new file mode 100644 index 0000000..2f0dc9d --- a/dev/null +++ b/noncore/unsupported/qpdf/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | config QPDF | ||
2 | boolean "qpdf" | ||
3 | default "y" | ||
4 | depends LIBQPE && LIBOPIE | ||
diff --git a/quickexec/config.in b/quickexec/config.in new file mode 100644 index 0000000..ece5e3b --- a/dev/null +++ b/quickexec/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #QUICKEXEC | ||
2 | # boolean "quickexec" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||
diff --git a/x11/libqpe-x11/config.in b/x11/libqpe-x11/config.in new file mode 100644 index 0000000..2e546a4 --- a/dev/null +++ b/x11/libqpe-x11/config.in | |||
@@ -0,0 +1,4 @@ | |||
1 | # config #LIBQPE-X11 | ||
2 | # boolean "libqpe-x11" | ||
3 | # default "y" | ||
4 | # depends LIBQPE && LIBOPIE | ||