author | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
commit | ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2 (patch) (unidiff) | |
tree | ca49caadf5e3629ec0be98a38ee1f47661977578 /noncore | |
parent | cc976ca7f032c892d3dadcaadf2225c8869a6612 (diff) | |
download | opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.zip opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.tar.gz opie-ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2.tar.bz2 |
Move most of config categorization into root config, and consolated core vs noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
-rw-r--r-- | noncore/applets/notesapplet/config.in | 2 | ||||
-rw-r--r-- | noncore/applets/wirelessapplet/config.in | 2 | ||||
-rw-r--r-- | noncore/apps/opie-console/config.in | 6 | ||||
-rw-r--r-- | noncore/apps/opie-write/config.in | 8 | ||||
-rw-r--r-- | noncore/comm/mobilemsg/config.in | 8 | ||||
-rw-r--r-- | noncore/config.in.in | 3 | ||||
-rw-r--r-- | noncore/games/chess/config.in | 8 | ||||
-rw-r--r-- | noncore/multimedia/opieplayer2/config.in | 8 | ||||
-rw-r--r-- | noncore/net/ubrowser/config.in | 8 | ||||
-rw-r--r-- | noncore/settings/appearance2/config.in | 2 | ||||
-rw-r--r-- | noncore/todayplugins/stockticker/config.in | 3 | ||||
-rw-r--r-- | noncore/unsupported/gsmtool/config.in | 8 |
12 files changed, 28 insertions, 38 deletions
diff --git a/noncore/applets/notesapplet/config.in b/noncore/applets/notesapplet/config.in index 6a90f19..9f13d55 100644 --- a/noncore/applets/notesapplet/config.in +++ b/noncore/applets/notesapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config NOTESAPPLET | 1 | config NOTESAPPLET |
2 | boolean "notesapplet" | 2 | boolean "Notes (quick note taking applet)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/applets/wirelessapplet/config.in b/noncore/applets/wirelessapplet/config.in index e502f93..c201bab 100644 --- a/noncore/applets/wirelessapplet/config.in +++ b/noncore/applets/wirelessapplet/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config WIRELESSAPPLET | 1 | config WIRELESSAPPLET |
2 | boolean "wirelessapplet" | 2 | boolean "Wireless (view wireless signal strength, and renew IP on AP change)" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/apps/opie-console/config.in b/noncore/apps/opie-console/config.in index 845ae85..fabc81d 100644 --- a/noncore/apps/opie-console/config.in +++ b/noncore/apps/opie-console/config.in | |||
@@ -1,8 +1,4 @@ | |||
1 | menu "opie-console" | 1 | config OPIE-CONSOLE |
2 | |||
3 | config #OPIE-CONSOLE | ||
4 | boolean "opie-console" | 2 | boolean "opie-console" |
5 | default "y" | 3 | default "y" |
6 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
7 | source noncore/apps/opie-console/test/config.in | ||
8 | endmenu | ||
diff --git a/noncore/apps/opie-write/config.in b/noncore/apps/opie-write/config.in index 9842b4b..5e736f1 100644 --- a/noncore/apps/opie-write/config.in +++ b/noncore/apps/opie-write/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #OPIE-WRITE | 1 | config OPIE-WRITE |
2 | # boolean "opie-write" | 2 | boolean "opie-write" |
3 | # default "y" | 3 | default "y" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/comm/mobilemsg/config.in b/noncore/comm/mobilemsg/config.in index 45c4ca4..524e254 100644 --- a/noncore/comm/mobilemsg/config.in +++ b/noncore/comm/mobilemsg/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #MOBILEMSG | 1 | config MOBILEMSG |
2 | # boolean "mobilemsg" | 2 | boolean "mobilemsg" |
3 | # default "y" | 3 | default "y" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/config.in.in b/noncore/config.in.in deleted file mode 100644 index 07e5743..0000000 --- a/noncore/config.in.in +++ b/dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | menu "Non-core" | ||
2 | @sources@ | ||
3 | endmenu | ||
diff --git a/noncore/games/chess/config.in b/noncore/games/chess/config.in index 6cddb51..6d49f3e 100644 --- a/noncore/games/chess/config.in +++ b/noncore/games/chess/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #CHESS | 1 | config CHESS |
2 | # boolean "chess" | 2 | boolean "chess" |
3 | # default "y" | 3 | default "n" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/multimedia/opieplayer2/config.in b/noncore/multimedia/opieplayer2/config.in index da0a647..2272a9b 100644 --- a/noncore/multimedia/opieplayer2/config.in +++ b/noncore/multimedia/opieplayer2/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #OPIEPLAYER2 | 1 | config OPIEPLAYER2 |
2 | # boolean "opieplayer2" | 2 | boolean "opieplayer2" |
3 | # default "y" | 3 | default "n" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/net/ubrowser/config.in b/noncore/net/ubrowser/config.in index 562741d..3fb5c37 100644 --- a/noncore/net/ubrowser/config.in +++ b/noncore/net/ubrowser/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #UBROWSER | 1 | config UBROWSER |
2 | # boolean "ubrowser" | 2 | boolean "ubrowser" |
3 | # default "y" | 3 | default "n" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/settings/appearance2/config.in b/noncore/settings/appearance2/config.in index 0da6502..2312610 100644 --- a/noncore/settings/appearance2/config.in +++ b/noncore/settings/appearance2/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | config APPEARANCE2 | 1 | config APPEARANCE2 |
2 | boolean "appearance2" | 2 | boolean "Appearance" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |
diff --git a/noncore/todayplugins/stockticker/config.in b/noncore/todayplugins/stockticker/config.in index 036b04c..0186c44 100644 --- a/noncore/todayplugins/stockticker/config.in +++ b/noncore/todayplugins/stockticker/config.in | |||
@@ -1,5 +1,3 @@ | |||
1 | menu "stockticker" | ||
2 | |||
3 | config TODAY_STOCKTICKER | 1 | config TODAY_STOCKTICKER |
4 | boolean "stockticker" | 2 | boolean "stockticker" |
5 | default "y" | 3 | default "y" |
@@ -7,4 +5,3 @@ menu "stockticker" | |||
7 | 5 | ||
8 | source noncore/todayplugins/stockticker/stockticker/config.in | 6 | source noncore/todayplugins/stockticker/stockticker/config.in |
9 | source noncore/todayplugins/stockticker/stocktickerlib/config.in | 7 | source noncore/todayplugins/stockticker/stocktickerlib/config.in |
10 | endmenu | ||
diff --git a/noncore/unsupported/gsmtool/config.in b/noncore/unsupported/gsmtool/config.in index f023d61..bb7a052 100644 --- a/noncore/unsupported/gsmtool/config.in +++ b/noncore/unsupported/gsmtool/config.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # config #GSMTOOL | 1 | config GSMTOOL |
2 | # boolean "gsmtool" | 2 | boolean "gsmtool" |
3 | # default "y" | 3 | default "y" |
4 | # depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |