author | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 05:12:28 (UTC) |
commit | ec2be2b453c0cb5df6b1eabbcdc1e899562bf5c2 (patch) (side-by-side diff) | |
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 @@ config NOTESAPPLET - boolean "notesapplet" + boolean "Notes (quick note taking applet)" default "y" 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 @@ config WIRELESSAPPLET - boolean "wirelessapplet" + boolean "Wireless (view wireless signal strength, and renew IP on AP change)" default "y" 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 @@ -menu "opie-console" - - config #OPIE-CONSOLE + config OPIE-CONSOLE boolean "opie-console" default "y" depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE - source noncore/apps/opie-console/test/config.in -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 @@ -# config #OPIE-WRITE -# boolean "opie-write" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config OPIE-WRITE + boolean "opie-write" + default "y" + 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 @@ -# config #MOBILEMSG -# boolean "mobilemsg" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config MOBILEMSG + boolean "mobilemsg" + default "y" + 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 @@ -menu "Non-core" -@sources@ -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 @@ -# config #CHESS -# boolean "chess" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config CHESS + boolean "chess" + default "n" + 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 @@ -# config #OPIEPLAYER2 -# boolean "opieplayer2" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config OPIEPLAYER2 + boolean "opieplayer2" + default "n" + 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 @@ -# config #UBROWSER -# boolean "ubrowser" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config UBROWSER + boolean "ubrowser" + default "n" + 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 @@ config APPEARANCE2 - boolean "appearance2" + boolean "Appearance" default "y" 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 @@ -menu "stockticker" - config TODAY_STOCKTICKER boolean "stockticker" default "y" @@ -7,4 +5,3 @@ menu "stockticker" source noncore/todayplugins/stockticker/stockticker/config.in source noncore/todayplugins/stockticker/stocktickerlib/config.in -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 @@ -# config #GSMTOOL -# boolean "gsmtool" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config GSMTOOL + boolean "gsmtool" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |