summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-03-28 15:43:37 (UTC)
committer mickeyl <mickeyl>2003-03-28 15:43:37 (UTC)
commit17ef0acca944bc177c64990a132871bcf9d0175b (patch) (unidiff)
tree802c7229adc7b3782abcbb7c80f2a1859dd8982a
parent11304d02942e9fa493e4e80943a828f9c65f6772 (diff)
downloadopie-17ef0acca944bc177c64990a132871bcf9d0175b.zip
opie-17ef0acca944bc177c64990a132871bcf9d0175b.tar.gz
opie-17ef0acca944bc177c64990a132871bcf9d0175b.tar.bz2
enable building libopie2 under menu "experimental" -
don't forget to remove stamp-headers and remake them to automatically add the various $(OPIEDIR)/include/opie2 headers.
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Rules.make12
-rw-r--r--config.in5
-rw-r--r--packages6
3 files changed, 21 insertions, 2 deletions
diff --git a/Rules.make b/Rules.make
index 16c6455..a707751 100644
--- a/Rules.make
+++ b/Rules.make
@@ -1,106 +1,114 @@
1$(configs) : 1$(configs) :
2 $(call makecfg,$@) 2 $(call makecfg,$@)
3 3
4$(TOPDIR)/gen.pro : $(TOPDIR)/.config 4$(TOPDIR)/gen.pro : $(TOPDIR)/.config
5 echo > $@ 5 echo > $@
6ifneq ($(CONFIG_DEBUG),) 6ifneq ($(CONFIG_DEBUG),)
7 echo CONFIG += debug >> $@ 7 echo CONFIG += debug >> $@
8 echo CONFIG -= release >> $@ 8 echo CONFIG -= release >> $@
9else 9else
10 echo CONFIG -= debug >> $@ 10 echo CONFIG -= debug >> $@
11 echo CONFIG += release >> $@ 11 echo CONFIG += release >> $@
12endif 12endif
13 13
14$(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages 14$(TOPDIR)/.depends : $(shell if [ -e $(TOPDIR)/config.in ]\; then echo $(TOPDIR)/config.in\; fi\;) $(TOPDIR)/.config $(TOPDIR)/packages
15 @echo Generating dependency information... 15 @echo Generating dependency information...
16# add to subdir-y, and add descend rules 16# add to subdir-y, and add descend rules
17 @cat $(TOPDIR)/packages | grep -v '^#' | \ 17 @cat $(TOPDIR)/packages | grep -v '^#' | \
18 awk '{print \ 18 awk '{print \
19 ".PHONY : " $$2 "\n" \ 19 ".PHONY : " $$2 "\n" \
20 "subdir-$$(" $$1 ") += " $$2 "\n\n"; \ 20 "subdir-$$(" $$1 ") += " $$2 "\n\n"; \
21 print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends 21 print $$2 " : " $$2 "/Makefile\n\t$$(call descend,$$@,$(filter-out $$@,$$(filter-out $$@,$$(MAKECMDGOALS))))\n"; }' > $(TOPDIR)/.depends
22 cat $(TOPDIR)/packages | grep -v '^#' | \ 22 cat $(TOPDIR)/packages | grep -v '^#' | \
23 perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \ 23 perl -ne '($$cfg, $$dir, $$pro) = $$_ =~ /^(\S+)\s+(\S+)\s+(\S+)/; if ( -e "$$dir/$$pro" ) { print "$$dir/Makefile : $$dir/$$pro \$$(QMAKE) \$$(OPIEDIR)/gen.pro \$$(OPIEDIR)/.config\n\t\$$(call makefilegen,\$$@)\n\n"; }' \
24 >> $(TOPDIR)/.depends 24 >> $(TOPDIR)/.depends
25# interpackage dependency generation 25# interpackage dependency generation
26 @cat $(TOPDIR)/packages | \ 26 @cat $(TOPDIR)/packages | \
27 $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends 27 $(TOPDIR)/scripts/deps.pl >> $(TOPDIR)/.depends
28 28
29$(TOPDIR)/.depends.cfgs: 29$(TOPDIR)/.depends.cfgs:
30# config.in interdependencies 30# config.in interdependencies
31 @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs 31 @echo $(configs) | sed -e 's,/config.in,,g' | ( for i in `cat`; do echo $$i; done ) > dirs
32 @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@ 32 @cat dirs | ( for i in `cat`; do if [ "`cat dirs|grep $$i 2>/dev/null|wc -l`" -ne "1" ]; then deps=`cat dirs|grep $$i| grep -v "^$$i$$"|for i in \`cat|sed -e's,^$(TOPDIR)/,$$(TOPDIR)/,g'\`; do echo $$i/config.in; done`; echo `echo $$i/config.in|sed -e 's,^$(TOPDIR)/,$$(TOPDIR)/,'` : $$deps; fi; done ) >> $@
33 @-rm -f dirs 33 @-rm -f dirs
34 34
35$(QTDIR)/stamp-headers : 35$(QTDIR)/stamp-headers :
36 @-rm -f $(QTDIR)/stamp-headers* 36 @-rm -f $(QTDIR)/stamp-headers*
37 ( cd $(QTDIR)/include; \ 37 ( cd $(QTDIR)/include; \
38 $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \ 38 $(patsubst %,ln -sf ../src/kernel/%;,qgfx_qws.h qwsmouse_qws.h \
39 qcopchannel_qws.h qwindowsystem_qws.h \ 39 qcopchannel_qws.h qwindowsystem_qws.h \
40 qfontmanager_qws.h qwsdefaultdecoration_qws.h)) 40 qfontmanager_qws.h qwsdefaultdecoration_qws.h))
41 touch $@ 41 touch $@
42 42
43$(QTDIR)/stamp-headers-x11 : 43$(QTDIR)/stamp-headers-x11 :
44 @-rm -f $(QTDIR)/stamp-headers* 44 @-rm -f $(QTDIR)/stamp-headers*
45 cd $(QTDIR)/include; $(patsubst %,ln -sf $(OPIEDIR)/x11/libqpe-x11/qt/%;,qgfx_qws.h qwsmouse_qws.h qcopchannel_qws.h qwindowsystem_qws.h qfontmanager_qws.h qwsdefaultdecoration_qws.h) 45 cd $(QTDIR)/include; $(patsubst %,ln -sf $(OPIEDIR)/x11/libqpe-x11/qt/%;,qgfx_qws.h qwsmouse_qws.h qcopchannel_qws.h qwindowsystem_qws.h qfontmanager_qws.h qwsdefaultdecoration_qws.h)
46 touch $@ 46 touch $@
47 47
48$(OPIEDIR)/stamp-headers : 48$(OPIEDIR)/stamp-headers :
49 @-rm -f $(OPIEDIR)/stamp-headers* 49 @-rm -f $(OPIEDIR)/stamp-headers*
50 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 50 mkdir -p $(TOPDIR)/include/qpe \
51 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 51 $(TOPDIR)/include/qtopia \
52 $(TOPDIR)/include/opie \
53 $(TOPDIR)/include/qtopia/private \
54 $(TOPDIR)/include/opie2
52 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 55 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
53 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 56 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
54 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 57 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
55 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 58 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
56 ( cd include/opie && ln -sf ../../libsql/*.h .; ) 59 ( cd include/opie && ln -sf ../../libsql/*.h .; )
57 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 60 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
61 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
62 #( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
63 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
64 #( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
65 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
58 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 66 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
59 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 67 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
60 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 68 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
61 touch $@ 69 touch $@
62 70
63$(OPIEDIR)/stamp-headers-x11 : 71$(OPIEDIR)/stamp-headers-x11 :
64 @-rm -f $(OPIEDIR)/stamp-headers* 72 @-rm -f $(OPIEDIR)/stamp-headers*
65 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 73 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
66 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 74 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
67 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 75 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
68 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 76 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
69 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 77 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
70 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) 78 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
71 ( cd include/opie && ln -sf ../../libsql/*.h .; ) 79 ( cd include/opie && ln -sf ../../libsql/*.h .; )
72 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) 80 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
73 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 81 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
74 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) 82 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
75 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 83 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
76 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; ) 84 ( cd include/qpe; ln -sf ../../x11/libqpe-x11/qpe/*.h .; )
77 touch $@ 85 touch $@
78 86
79$(TOPDIR)/library/custom.h : $(TOPDIR)/.config 87$(TOPDIR)/library/custom.h : $(TOPDIR)/.config
80 @-rm -f $@ 88 @-rm -f $@
81 @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ 89 @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\
82 ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) 90 ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@)
83 @touch $@ 91 @touch $@
84 92
85$(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/conf scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/mconf scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/qconf scripts/kconfig/qconf $(TOPDIR)/qmake/qmake : 93$(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/conf scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/mconf scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/qconf scripts/kconfig/qconf $(TOPDIR)/qmake/qmake :
86 $(call descend,$(shell dirname $@),$(shell basename $@)) 94 $(call descend,$(shell dirname $@),$(shell basename $@))
87 95
88$(TOPDIR)/qmake/qmake : $(TOPDIR)/mkspecs/default 96$(TOPDIR)/qmake/qmake : $(TOPDIR)/mkspecs/default
89 97
90$(TOPDIR)/mkspecs/default : 98$(TOPDIR)/mkspecs/default :
91 ln -sf linux-g++ $@ 99 ln -sf linux-g++ $@
92 100
93## general rules ## 101## general rules ##
94 102
95define descend 103define descend
96 $(MAKE) $(if $(QMAKE),QMAKE=$(QMAKE)) -C $(1) $(2) 104 $(MAKE) $(if $(QMAKE),QMAKE=$(QMAKE)) -C $(1) $(2)
97endef 105endef
98 106
99define makefilegen 107define makefilegen
100 cd $(if $(1),$(shell dirname $(1))); $(TOPDIR)/qmake/qmake $(3) -o $(if $(1),$(shell basename $(1))) `cat $(OPIEDIR)/packages | grep " \`echo $(1)|sed -e 's,/Makefile$$,,'\`" | \ 108 cd $(if $(1),$(shell dirname $(1))); $(TOPDIR)/qmake/qmake $(3) -o $(if $(1),$(shell basename $(1))) `cat $(OPIEDIR)/packages | grep " \`echo $(1)|sed -e 's,/Makefile$$,,'\`" | \
101 head -1 | awk '{print $$3}'` 109 head -1 | awk '{print $$3}'`
102endef 110endef
103 111
104define makecfg 112define makecfg
105 $(TOPDIR)/scripts/makecfg.pl $1 $(OPIEDIR) 113 $(TOPDIR)/scripts/makecfg.pl $1 $(OPIEDIR)
106endef 114endef
diff --git a/config.in b/config.in
index 97e1e80..7736ef2 100644
--- a/config.in
+++ b/config.in
@@ -1,150 +1,155 @@
1mainmenu "Opie Configuration" 1mainmenu "Opie Configuration"
2menu "Build Parameters" 2menu "Build Parameters"
3 3
4#choice 4#choice
5# prompt "Build Processor family" 5# prompt "Build Processor family"
6# default BUILD_X86 6# default BUILD_X86
7# help 7# help
8# Please select the architecture of the machine you will be 8# Please select the architecture of the machine you will be
9# building the OpenZaurus buildroot on. 9# building the OpenZaurus buildroot on.
10# 10#
11# config BUILD_X86 11# config BUILD_X86
12# boolean "X86 Architecture" 12# boolean "X86 Architecture"
13# 13#
14#endchoice 14#endchoice
15 15
16choice 16choice
17 prompt "Target Machine" 17 prompt "Target Machine"
18 default TARGET_X86 18 default TARGET_X86
19 help 19 help
20 Please select the architecture of the machine you will be 20 Please select the architecture of the machine you will be
21 building the OpenZaurus buildroot for. 21 building the OpenZaurus buildroot for.
22 22
23 config TARGET_X86 23 config TARGET_X86
24 boolean "Intel X86" 24 boolean "Intel X86"
25 25
26 config TARGET_SHARP 26 config TARGET_SHARP
27 boolean "Sharp Zaurus SL-5x00 - stock" 27 boolean "Sharp Zaurus SL-5x00 - stock"
28 28
29# config TARGET_OZ 29# config TARGET_OZ
30# boolean "Sharp Zaurus SL-5x00 - OpenZaurus" 30# boolean "Sharp Zaurus SL-5x00 - OpenZaurus"
31 31
32 config TARGET_IPAQ 32 config TARGET_IPAQ
33 boolean "Ipaq" 33 boolean "Ipaq"
34 34
35endchoice 35endchoice
36 36
37config OPTIMIZE 37config OPTIMIZE
38 boolean "Use optimizations" 38 boolean "Use optimizations"
39 default "y" if ! TARGET_X86 39 default "y" if ! TARGET_X86
40 40
41config DEBUG 41config DEBUG
42 boolean "Enable debug builds" 42 boolean "Enable debug builds"
43 default "n" 43 default "n"
44 44
45config SPECFILE 45config SPECFILE
46 string 46 string
47 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 47 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
48 default "linux-g++" if TARGET_X86 && X11 48 default "linux-g++" if TARGET_X86 && X11
49 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 49 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
50 default "linux-g++" if TARGET_SHARP && X11 50 default "linux-g++" if TARGET_SHARP && X11
51# default "linux-oz-g++" if TARGET_OZ 51# default "linux-oz-g++" if TARGET_OZ
52 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 52 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
53 default "linux-g++" if TARGET_IPAQ && X11 53 default "linux-g++" if TARGET_IPAQ && X11
54 54
55config CUSTOMFILE 55config CUSTOMFILE
56 string 56 string
57 default "custom-ipaq.h" if TARGET_IPAQ 57 default "custom-ipaq.h" if TARGET_IPAQ
58 default "custom-sharp.h" if TARGET_SHARP 58 default "custom-sharp.h" if TARGET_SHARP
59 59
60 60
61config OPTIMIZATIONS 61config OPTIMIZATIONS
62 string "Optimization flags" 62 string "Optimization flags"
63 depends OPTIMIZE 63 depends OPTIMIZE
64 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 64 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
65 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP 65 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
66 66
67#config CROSS 67#config CROSS
68# string "Crosscompilation prefix" 68# string "Crosscompilation prefix"
69# default "arm-linux-" 69# default "arm-linux-"
70# help 70# help
71# Crosscompilation prefix is the prefix which will be prepended 71# Crosscompilation prefix is the prefix which will be prepended
72# to all compilation commands. For example, a crosscompilation prefix 72# to all compilation commands. For example, a crosscompilation prefix
73# of arm-linux-, results in the build calling arm-linux-gcc as its CC. 73# of arm-linux-, results in the build calling arm-linux-gcc as its CC.
74 74
75endmenu 75endmenu
76 76
77menu "Base" 77menu "Base"
78 choice 78 choice
79 prompt "Qpe Library Selection" 79 prompt "Qpe Library Selection"
80 default LIBQPE 80 default LIBQPE
81 81
82 source library/config.in 82 source library/config.in
83 source x11/config.in 83 source x11/config.in
84 endchoice 84 endchoice
85 source libopie/config.in 85 source libopie/config.in
86 source core/opie-login/config.in 86 source core/opie-login/config.in
87 source core/opiealarm/config.in 87 source core/opiealarm/config.in
88 source core/launcher/config.in 88 source core/launcher/config.in
89endmenu 89endmenu
90 90
91comment "" 91comment ""
92 92
93#config APPLETS 93#config APPLETS
94# bool "Applets" 94# bool "Applets"
95# default "y" 95# default "y"
96 96
97menu "Applets" 97menu "Applets"
98# depends APPLETS 98# depends APPLETS
99 99
100 source core/applets/config.in 100 source core/applets/config.in
101 source noncore/applets/config.in 101 source noncore/applets/config.in
102endmenu 102endmenu
103 103
104#config APPS 104#config APPS
105# bool "Apps" 105# bool "Apps"
106# default "y" 106# default "y"
107 107
108menu "Apps" 108menu "Apps"
109# depends APPS 109# depends APPS
110 110
111 source core/apps/config.in 111 source core/apps/config.in
112 source noncore/apps/config.in 112 source noncore/apps/config.in
113endmenu 113endmenu
114 114
115menu "Communications and Networking" 115menu "Communications and Networking"
116 source noncore/comm/config.in 116 source noncore/comm/config.in
117 source noncore/mail/config.in 117 source noncore/mail/config.in
118 source noncore/net/config.in 118 source noncore/net/config.in
119endmenu 119endmenu
120menu "Games" 120menu "Games"
121 source noncore/games/config.in 121 source noncore/games/config.in
122endmenu 122endmenu
123menu "Graphics and Multimedia" 123menu "Graphics and Multimedia"
124 source freetype/config.in 124 source freetype/config.in
125 source noncore/graphics/config.in 125 source noncore/graphics/config.in
126 source core/multimedia/config.in 126 source core/multimedia/config.in
127 source noncore/multimedia/config.in 127 source noncore/multimedia/config.in
128endmenu 128endmenu
129menu "Input methods" 129menu "Input methods"
130 source inputmethods/config.in 130 source inputmethods/config.in
131endmenu 131endmenu
132menu "Pim" 132menu "Pim"
133 source core/pim/config.in 133 source core/pim/config.in
134 menu "Today Plugins" 134 menu "Today Plugins"
135 source noncore/todayplugins/config.in 135 source noncore/todayplugins/config.in
136 source core/pim/today/plugins/config.in 136 source core/pim/today/plugins/config.in
137 endmenu 137 endmenu
138endmenu 138endmenu
139menu "Settings" 139menu "Settings"
140 source core/settings/config.in 140 source core/settings/config.in
141 source noncore/settings/config.in 141 source noncore/settings/config.in
142endmenu 142endmenu
143menu "Theming" 143menu "Theming"
144 source noncore/decorations/config.in 144 source noncore/decorations/config.in
145 source noncore/styles/config.in 145 source noncore/styles/config.in
146endmenu 146endmenu
147menu "Tools" 147menu "Tools"
148 source noncore/tools/config.in 148 source noncore/tools/config.in
149 source development/config.in 149 source development/config.in
150endmenu 150endmenu
151comment ""
152menu "Experimental"
153 source libopie2/config.in
154endmenu
155
diff --git a/packages b/packages
index ddaba2d..1b89651 100644
--- a/packages
+++ b/packages
@@ -1,156 +1,162 @@
1 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro 1 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro
2 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro 2 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro
3 CONFIG_CALC2 noncore/tools/calc2calc2.pro 3 CONFIG_CALC2 noncore/tools/calc2calc2.pro
4 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro 4 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro
5 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro 5 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro
6 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro 6 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro
7 CONFIG_GSMTOOL noncore/comm/gsmtoolgsmtool.pro 7 CONFIG_GSMTOOL noncore/comm/gsmtoolgsmtool.pro
8 CONFIG_KEYVIEW development/keyviewkeyview.pro 8 CONFIG_KEYVIEW development/keyviewkeyview.pro
9 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro 9 CONFIG_LIBFFMPEG core/multimedia/opieplayer/libffmpeglibffmpeg.pro
10 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro 10 CONFIG_LIBFLASH core/multimedia/opieplayer/libflashlibflash.pro
11 CONFIG_LIBOPIE_PIM libopie/pimpim.pro 11 CONFIG_LIBOPIE_PIM libopie/pimpim.pro
12 CONFIG_LIBSQL libsqllibsql.pro 12 CONFIG_LIBSQL libsqllibsql.pro
13 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro 13 CONFIG_MOBILEMSG noncore/comm/mobilemsgmobilemsg.pro
14 CONFIG_OFILESELECTOR libopie/ofileselectorofileselector.pro 14 CONFIG_OFILESELECTOR libopie/ofileselectorofileselector.pro
15 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro 15 CONFIG_OPIE-WRITE noncore/apps/opie-writeopie-write.pro
16 CONFIG_QUICKEXEC quickexecquickexec.pro 16 CONFIG_QUICKEXEC quickexecquickexec.pro
17 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro 17 CONFIG_RESTARTAPPLET core/applets/restartappletrestartapplet.pro
18 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro 18 CONFIG_RESTARTAPPLET2 core/applets/restartapplet2restartapplet2.pro
19 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro 19 CONFIG_SIMPLE noncore/tools/calc2/simplesimple.pro
20 CONFIG_TEST libsql/testtest.pro 20 CONFIG_TEST libsql/testtest.pro
21 CONFIG_TEST noncore/apps/opie-console/testtest.pro 21 CONFIG_TEST noncore/apps/opie-console/testtest.pro
22 CONFIG_UBROWSER noncore/net/ubrowserubrowser.pro 22 CONFIG_UBROWSER noncore/net/ubrowserubrowser.pro
23 CONFIG_WELLENREITER noncore/net/wellenreiterwellenreiter.pro 23 CONFIG_WELLENREITER noncore/net/wellenreiterwellenreiter.pro
24 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro 24 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro
25 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro 25 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro
26 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro 26 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro
27 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro 27 CONFIG_OPIETOOTH-APPLET noncore/net/opietooth/appletapplet.pro
28 CONFIG_AQPKG noncore/apps/aqpkgaqpkg.pro 28 CONFIG_AQPKG noncore/apps/aqpkgaqpkg.pro
29 CONFIG_BACKUP noncore/settings/backupbackup.pro 29 CONFIG_BACKUP noncore/settings/backupbackup.pro
30 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro 30 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro
31 CONFIG_BEND noncore/mail/bendbend.pro 31 CONFIG_BEND noncore/mail/bendbend.pro
32 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro 32 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro
33 CONFIG_BOUNCE noncore/games/bouncebounce.pro 33 CONFIG_BOUNCE noncore/games/bouncebounce.pro
34 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro 34 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro
35 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro 35 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro
36 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro 36 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro
37 CONFIG_CARDMON core/applets/cardmoncardmon.pro 37 CONFIG_CARDMON core/applets/cardmoncardmon.pro
38 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro 38 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro
39 CONFIG_CITYTIME core/settings/citytimecitytime.pro 39 CONFIG_CITYTIME core/settings/citytimecitytime.pro
40 CONFIG_CLIPBOARDAPPLET core/applets/clipboardappletclipboardapplet.pro 40 CONFIG_CLIPBOARDAPPLET core/applets/clipboardappletclipboardapplet.pro
41 CONFIG_CLOCK noncore/tools/clockclock.pro 41 CONFIG_CLOCK noncore/tools/clockclock.pro
42 CONFIG_CLOCKAPPLET core/applets/clockappletclockapplet.pro 42 CONFIG_CLOCKAPPLET core/applets/clockappletclockapplet.pro
43 CONFIG_CONFEDIT noncore/apps/confeditconfedit.pro 43 CONFIG_CONFEDIT noncore/apps/confeditconfedit.pro
44 CONFIG_DATEBOOK core/pim/datebookdatebook.pro 44 CONFIG_DATEBOOK core/pim/datebookdatebook.pro
45 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro 45 CONFIG_DECO_FLAT noncore/decorations/flatflat.pro
46 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro 46 CONFIG_DECO_LIQUID noncore/decorations/liquidliquid.pro
47 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro 47 CONFIG_DECO_POLISHED noncore/decorations/polishedpolished.pro
48 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro 48 CONFIG_DRAWPAD noncore/graphics/drawpaddrawpad.pro
49 CONFIG_DVORAK inputmethods/dvorakdvorak.pro 49 CONFIG_DVORAK inputmethods/dvorakdvorak.pro
50 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro 50 CONFIG_EMBEDDEDKONSOLE core/apps/embeddedkonsoleembeddedkonsole.pro
51 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro 51 CONFIG_FIFTEEN noncore/games/fifteenfifteen.pro
52 CONFIG_FILEBROWSER core/apps/filebrowserfilebrowser.pro 52 CONFIG_FILEBROWSER core/apps/filebrowserfilebrowser.pro
53 CONFIG_FLAT noncore/styles/flatflat.pro 53 CONFIG_FLAT noncore/styles/flatflat.pro
54 CONFIG_FORMATTER noncore/tools/formatterformatter.pro 54 CONFIG_FORMATTER noncore/tools/formatterformatter.pro
55 CONFIG_FREETYPE freetypefreetype.pro 55 CONFIG_FREETYPE freetypefreetype.pro
56 CONFIG_FRESH noncore/styles/freshfresh.pro 56 CONFIG_FRESH noncore/styles/freshfresh.pro
57 CONFIG_FTPLIB noncore/net/ftplibftplib.pro 57 CONFIG_FTPLIB noncore/net/ftplibftplib.pro
58 CONFIG_GO noncore/games/gogo.pro 58 CONFIG_GO noncore/games/gogo.pro
59 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro 59 CONFIG_HANDWRITING inputmethods/handwritinghandwriting.pro
60 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro 60 CONFIG_HELPBROWSER core/apps/helpbrowserhelpbrowser.pro
61 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro 61 CONFIG_HOMEAPPLET core/applets/homeapplethomeapplet.pro
62 CONFIG_INTERFACES noncore/net/networksettings/interfacesinterfaces.pro 62 CONFIG_INTERFACES noncore/net/networksettings/interfacesinterfaces.pro
63 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro 63 CONFIG_IRDAAPPLET core/applets/irdaappletirdaapplet.pro
64 CONFIG_JUMPX inputmethods/jumpxjumpx.pro 64 CONFIG_JUMPX inputmethods/jumpxjumpx.pro
65 CONFIG_KBILL noncore/games/kbillkbill.pro 65 CONFIG_KBILL noncore/games/kbillkbill.pro
66 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro 66 CONFIG_KCHECKERS noncore/games/kcheckerskcheckers.pro
67 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro 67 CONFIG_KEYBOARD inputmethods/keyboardkeyboard.pro
68 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro 68 CONFIG_KEYPEBBLE noncore/comm/keypebblekeypebble.pro
69 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro 69 CONFIG_KJUMPX inputmethods/kjumpxkjumpx.pro
70 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro 70 CONFIG_KPACMAN noncore/games/kpacmankpacman.pro
71 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro 71 CONFIG_LANGUAGE noncore/settings/languagelanguage.pro
72 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro 72 CONFIG_LAUNCHER-SETTINGS core/settings/launcherlauncher.pro
73 CONFIG_LAUNCHER_CORE core/launcherlauncher.pro 73 CONFIG_LAUNCHER_CORE core/launcherlauncher.pro
74 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro 74 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro
75CONFIG_LIBKATE noncore/apps/tinykate/libkate libkate.pro 75CONFIG_LIBKATE noncore/apps/tinykate/libkate libkate.pro
76 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro 76 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro
77 CONFIG_LIBMAIL noncore/mail/libmaillibmail.pro 77 CONFIG_LIBMAIL noncore/mail/libmaillibmail.pro
78 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro 78 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro
79 CONFIG_LIBOPIE libopielibopie.pro 79 CONFIG_LIBOPIE libopielibopie.pro
80 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro
81 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro
82 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro
83 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro
84 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro
85 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro
80 CONFIG_LIBQPE librarylibrary.pro 86 CONFIG_LIBQPE librarylibrary.pro
81 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro 87 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro
82 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 88 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
83 CONFIG_LIQUID noncore/styles/liquidliquid.pro 89 CONFIG_LIQUID noncore/styles/liquidliquid.pro
84 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 90 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro
85 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro 91 CONFIG_OPIETOOTH-MANAGER noncore/net/opietooth/managermanager.pro
86 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro 92 CONFIG_MEDIUMMOUNT noncore/settings/mediummountmediummount.pro
87 CONFIG_METAL noncore/styles/metalmetal.pro 93 CONFIG_METAL noncore/styles/metalmetal.pro
88 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro 94 CONFIG_MINDBREAKER noncore/games/mindbreakermindbreaker.pro
89 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro 95 CONFIG_MINESWEEP noncore/games/minesweepminesweep.pro
90 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro 96 CONFIG_MODPLUG core/multimedia/opieplayer/modplugmodplug.pro
91 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro 97 CONFIG_MULTIKEY inputmethods/multikeymultikey.pro
92 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro 98 CONFIG_NETSYSTEMTIME noncore/settings/netsystemtimenetsystemtime.pro
93 CONFIG_NETWORKSETUP noncore/net/networksettingsnetworksettings.pro 99 CONFIG_NETWORKSETUP noncore/net/networksettingsnetworksettings.pro
94 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro 100 CONFIG_NOTESAPPLET noncore/applets/notesappletnotesapplet.pro
95 CONFIG_OBEX core/applets/obex2obex.pro 101 CONFIG_OBEX core/applets/obex2obex.pro
96 CONFIG_OCOPSERVER x11/ipc/serverocopserver.pro 102 CONFIG_OCOPSERVER x11/ipc/serverocopserver.pro
97 CONFIG_OIPKG core/apps/oipkgoipkg.pro 103 CONFIG_OIPKG core/apps/oipkgoipkg.pro
98 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro 104 CONFIG_OPIE-CONSOLE noncore/apps/opie-consoleopie-console.pro
99 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro 105 CONFIG_OPIE-LOGIN core/opie-loginopie-login.pro
100 CONFIG_OPIEMAIL2noncore/mail mail.pro 106 CONFIG_OPIEMAIL2noncore/mail mail.pro
101 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro 107 CONFIG_OPIE-READER noncore/apps/opie-readeropie-reader.pro
102 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro 108 CONFIG_OPIE-SH noncore/tools/opie-shopie-sh.pro
103 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro 109 CONFIG_OPIE-SHEET noncore/apps/opie-sheetopie-sheet.pro
104 CONFIG_OPIEALARMcore/opiealarm 110 CONFIG_OPIEALARMcore/opiealarm
105 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro 111 CONFIG_OPIEFTP noncore/net/opieftpopieftp.pro
106 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro 112 CONFIG_OPIEIRC noncore/net/opieircopieirc.pro
107 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro 113 CONFIG_OPIEPLAYER core/multimedia/opieplayeropieplayer.pro
108 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro 114 CONFIG_OPIEPLAYER2 noncore/multimedia/opieplayer2opieplayer2.pro
109 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro 115 CONFIG_OXYGEN noncore/apps/oxygenoxygen.pro
110 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro 116 CONFIG_PARASHOOT noncore/games/parashootparashoot.pro
111 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro 117 CONFIG_PICKBOARD inputmethods/pickboardpickboard.pro
112 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro 118 CONFIG_QASTEROIDS noncore/games/qasteroidsqasteroids.pro
113 CONFIG_QCOP core/apps/qcopqcop.pro 119 CONFIG_QCOP core/apps/qcopqcop.pro
114 CONFIG_ODICT noncore/apps/odictodict.pro 120 CONFIG_ODICT noncore/apps/odictodict.pro
115 CONFIG_QPDF noncore/graphics/qpdfqpdf.pro 121 CONFIG_QPDF noncore/graphics/qpdfqpdf.pro
116 CONFIG_REMOTE noncore/tools/remoteremote.pro 122 CONFIG_REMOTE noncore/tools/remoteremote.pro
117 CONFIG_ROTATION noncore/settings/rotationrotation.pro 123 CONFIG_ROTATION noncore/settings/rotationrotation.pro
118 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro 124 CONFIG_RUNAPPLET core/applets/runappletrunapplet.pro
119 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro 125 CONFIG_SCREENSHOTAPPLET core/applets/screenshotappletscreenshotapplet.pro
120 CONFIG_SECURITY core/settings/securitysecurity.pro 126 CONFIG_SECURITY core/settings/securitysecurity.pro
121 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro 127 CONFIG_SFCAVE noncore/games/sfcavesfcave.pro
122 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro 128 CONFIG_SFCAVE-SDL noncore/games/sfcave-sdlsfcave-sdl.pro
123 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro 129 CONFIG_SHOWIMG noncore/multimedia/showimgshowimg.pro
124 CONFIG_SINGLE singlesingle.pro 130 CONFIG_SINGLE singlesingle.pro
125 CONFIG_SNAKE noncore/games/snakesnake.pro 131 CONFIG_SNAKE noncore/games/snakesnake.pro
126 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro 132 CONFIG_SOLITAIRE noncore/games/solitairesolitaire.pro
127 CONFIG_SOUND noncore/settings/soundsound.pro 133 CONFIG_SOUND noncore/settings/soundsound.pro
128 CONFIG_SSHKEYS noncore/settings/sshkeyssshkeys.pro 134 CONFIG_SSHKEYS noncore/settings/sshkeyssshkeys.pro
129 CONFIG_SUSPENDAPPLET core/applets/suspendappletsuspendapplet.pro 135 CONFIG_SUSPENDAPPLET core/applets/suspendappletsuspendapplet.pro
130 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro 136 CONFIG_ROTATEAPPLET core/applets/rotateappletrotateapplet.pro
131 CONFIG_SYSINFO noncore/apps/sysinfosysinfo.pro 137 CONFIG_SYSINFO noncore/apps/sysinfosysinfo.pro
132 CONFIG_TABLEVIEWER noncore/apps/tableviewertableviewer.pro 138 CONFIG_TABLEVIEWER noncore/apps/tableviewertableviewer.pro
133 CONFIG_TABMANAGER noncore/settings/tabmanagertabmanager.pro 139 CONFIG_TABMANAGER noncore/settings/tabmanagertabmanager.pro
134 CONFIG_TETRIX noncore/games/tetrixtetrix.pro 140 CONFIG_TETRIX noncore/games/tetrixtetrix.pro
135 CONFIG_TEXTEDIT core/apps/textedittextedit.pro 141 CONFIG_TEXTEDIT core/apps/textedittextedit.pro
136 CONFIG_THEME noncore/styles/themetheme.pro 142 CONFIG_THEME noncore/styles/themetheme.pro
137 CONFIG_TICTAC noncore/games/tictactictac.pro 143 CONFIG_TICTAC noncore/games/tictactictac.pro
138 CONFIG_TINYKATE noncore/apps/tinykatetinykate.pro 144 CONFIG_TINYKATE noncore/apps/tinykatetinykate.pro
139 CONFIG_TODAY core/pim/todaytoday.pro 145 CONFIG_TODAY core/pim/todaytoday.pro
140CONFIG_TODAY_ADDRESSBOOK core/pim/today/plugins/addressbook addressbook.pro 146CONFIG_TODAY_ADDRESSBOOK core/pim/today/plugins/addressbook addressbook.pro
141 CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebookdatebook.pro 147 CONFIG_TODAY_DATEBOOK core/pim/today/plugins/datebookdatebook.pro
142 CONFIG_TODAY_FORTUNE noncore/todayplugins/fortunefortune.pro 148 CONFIG_TODAY_FORTUNE noncore/todayplugins/fortunefortune.pro
143 CONFIG_TODAY_MAIL core/pim/today/plugins/mailmail.pro 149 CONFIG_TODAY_MAIL core/pim/today/plugins/mailmail.pro
144 CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker/stocktickerstockticker.pro 150 CONFIG_TODAY_STOCKTICKER noncore/todayplugins/stockticker/stocktickerstockticker.pro
145 CONFIG_TODAY_STOCKTICKERLIB noncore/todayplugins/stockticker/stocktickerlibstocktickerlib.pro 151 CONFIG_TODAY_STOCKTICKERLIB noncore/todayplugins/stockticker/stocktickerlibstocktickerlib.pro
146 CONFIG_TODAY_WEATHERnoncore/todayplugins/weather weather.pro 152 CONFIG_TODAY_WEATHERnoncore/todayplugins/weather weather.pro
147 CONFIG_TODAY_TODOLIST core/pim/today/plugins/todolisttodolist.pro 153 CONFIG_TODAY_TODOLIST core/pim/today/plugins/todolisttodolist.pro
148 CONFIG_TODO core/pim/todotodo.pro 154 CONFIG_TODO core/pim/todotodo.pro
149 CONFIG_UNIKEYBOARD inputmethods/unikeyboardunikeyboard.pro 155 CONFIG_UNIKEYBOARD inputmethods/unikeyboardunikeyboard.pro
150 CONFIG_USERMANAGER noncore/settings/usermanagerusermanager.pro 156 CONFIG_USERMANAGER noncore/settings/usermanagerusermanager.pro
151 CONFIG_VMEMO core/applets/vmemovmemo.pro 157 CONFIG_VMEMO core/applets/vmemovmemo.pro
152 CONFIG_VOLUMEAPPLET core/applets/volumeappletvolumeapplet.pro 158 CONFIG_VOLUMEAPPLET core/applets/volumeappletvolumeapplet.pro
153 CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavpluginwavplugin.pro 159 CONFIG_WAVPLUGIN core/multimedia/opieplayer/wavpluginwavplugin.pro
154 CONFIG_WIRELESSAPPLET noncore/applets/wirelessappletwirelessapplet.pro 160 CONFIG_WIRELESSAPPLET noncore/applets/wirelessappletwirelessapplet.pro
155 CONFIG_WLAN noncore/net/networksettings/wlanwlan.pro 161 CONFIG_WLAN noncore/net/networksettings/wlanwlan.pro
156 CONFIG_WORDGAME noncore/games/wordgamewordgame.pro 162 CONFIG_WORDGAME noncore/games/wordgamewordgame.pro