summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2004-11-16 22:19:47 (UTC)
committer mickeyl <mickeyl>2004-11-16 22:19:47 (UTC)
commit539a1bfc1c120bcd196f2b7ab27befde1550e661 (patch) (unidiff)
tree112ec70184ad5e8bf765c4df2a0897791b9eb145
parentadd434632dc0b449a1439215ecbc2ae0589fd713 (diff)
downloadopie-539a1bfc1c120bcd196f2b7ab27befde1550e661.zip
opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.tar.gz
opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.tar.bz2
bye bye libopie1
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog13
-rw-r--r--Rules.make9
-rw-r--r--config.in2
-rw-r--r--packages5
4 files changed, 12 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index d343f54..5ccad50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,24 +1,28 @@
1 2004-??-??Opie 1.1.8 1 2004-??-??Opie 1.1.8
2 2
3 New Features 3 New Features
4 ------------ 4 ------------
5 * PackageManager supports installation of local ipkg files (drw) 5 * PackageManager supports installation of local ipkg files (drw)
6 6
7 Fixed Bugs 7 Fixed Bugs
8 ---------- 8 ----------
9 * #1464 - Packagemanager dont set active filter after install a package (drw) 9 * #1464 - Packagemanager dont set active filter after install a package (drw)
10 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) 10 * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw)
11 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) 11 * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw)
12 12
13 Internal
14 --------
15 * Moved libopie1 to unsupported (mickeyl)
16
13 2004-11-14Opie 1.1.7 17 2004-11-14Opie 1.1.7
14 18
15 New Features 19 New Features
16 ------------ 20 ------------
17 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) 21 * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers)
18 * Backup now uses the busy indicator when backing up and restore (ar) 22 * Backup now uses the busy indicator when backing up and restore (ar)
19 * OpiePlayer2 gained adding of Directories to the playlist (zecke) 23 * OpiePlayer2 gained adding of Directories to the playlist (zecke)
20 * OpiePlayer2 better error handling (zecke) 24 * OpiePlayer2 better error handling (zecke)
21 * OpiePlayer2 progress indication while streaming (zecke) 25 * OpiePlayer2 progress indication while streaming (zecke)
22 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke) 26 * OpiePlayer2 ported to use libxine 1.0.0-rc6a (brad,zecke)
23 * Ported brightnessapplet from Qtopia 1.7 (mickeyl) 27 * Ported brightnessapplet from Qtopia 1.7 (mickeyl)
24 * Opie-Eye got a Digital Camera File Backend (alwin,zecke) 28 * Opie-Eye got a Digital Camera File Backend (alwin,zecke)
@@ -45,26 +49,29 @@
45 * #1440 - The icon of opie-mobilemsg is missing (CoreDump) 49 * #1440 - The icon of opie-mobilemsg is missing (CoreDump)
46 * #1426 - Add missing opie-bartender Icon (CoreDump) 50 * #1426 - Add missing opie-bartender Icon (CoreDump)
47 * #1445 - Opie-Sheet Has No Icon (CoreDump) 51 * #1445 - Opie-Sheet Has No Icon (CoreDump)
48 * #1448 - Brightness Applet added (mickeyl) 52 * #1448 - Brightness Applet added (mickeyl)
49 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) 53 * #1450 - ZSame didn't clear the bonus item after winning a game (zecke)
50 * #1482 - Fix OFileSelector to be able to sort by size (zecke) 54 * #1482 - Fix OFileSelector to be able to sort by size (zecke)
51 * n.a. - Opie-mail: fixed some crasher, some layout-problems 55 * n.a. - Opie-mail: fixed some crasher, some layout-problems
52 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) 56 * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke)
53 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) 57 * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke)
54 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) 58 * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem)
55 * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) 59 * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem)
56 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) 60 * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl)
57 * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) 61
58 * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) 62 Internal
63 --------
64 * Opie-Qashmoney has been moved to unsupported (mickeyl)
65 * Opie-Ubrowser has been moved to unsupported (mickeyl)
59 66
60 2004-09-17Opie 1.1.6 67 2004-09-17Opie 1.1.6
61 68
62 New Features 69 New Features
63 ------------ 70 ------------
64 * Fifteen gained configurable number of items (zecke) 71 * Fifteen gained configurable number of items (zecke)
65 * Fifteen can have custom background images (zecke) 72 * Fifteen can have custom background images (zecke)
66 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) 73 * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl)
67 * Integrated the new security framework into libopie2 (zecke,clem) 74 * Integrated the new security framework into libopie2 (zecke,clem)
68 * Converted the launcher to use the new security framework (zecke) 75 * Converted the launcher to use the new security framework (zecke)
69 * Backup can now handle custom locations for backup and restore (ar) 76 * Backup can now handle custom locations for backup and restore (ar)
70 * Implemented right-on-hold feedback (wimpie,zecke) 77 * Implemented right-on-hold feedback (wimpie,zecke)
diff --git a/Rules.make b/Rules.make
index c025d72..644a6cf 100644
--- a/Rules.make
+++ b/Rules.make
@@ -156,55 +156,46 @@ $(QTDIR)/stamp-headers-x11 :
156$(OPIEDIR)/stamp-headers : 156$(OPIEDIR)/stamp-headers :
157 @-rm -f $(OPIEDIR)/stamp-headers* 157 @-rm -f $(OPIEDIR)/stamp-headers*
158 mkdir -p $(TOPDIR)/include/qpe \ 158 mkdir -p $(TOPDIR)/include/qpe \
159 $(TOPDIR)/include/qtopia \ 159 $(TOPDIR)/include/qtopia \
160 $(TOPDIR)/include/opie \ 160 $(TOPDIR)/include/opie \
161 $(TOPDIR)/include/opie2 \ 161 $(TOPDIR)/include/opie2 \
162 $(TOPDIR)/include/opie2/private \ 162 $(TOPDIR)/include/opie2/private \
163 $(TOPDIR)/include/qtopia/private \ 163 $(TOPDIR)/include/qtopia/private \
164 $(TOPDIR)/include/sl 164 $(TOPDIR)/include/sl
165 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 165 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
166 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) 166 ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; )
167 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) 167 ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; )
168ifeq ($(CONFIG_LIBOPIE),y)
169 # libopie1
170 ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; )
171 ( cd include/opie && ln -sf ../../libopie/pim/*.h .; )
172endif
173 # libopie2 168 # libopie2
174 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) 169 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; )
175 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; ) 170 ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; )
176 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) 171 ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; )
177 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) 172 ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; )
178 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) 173 ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; )
179 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) 174 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; )
180 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) 175 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; )
181 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/backend/*.h .; ) 176 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/backend/*.h .; )
182 ( cd include/opie2/private && ln -sf ../../../libopie2/opiepim/private/*.h .; ) 177 ( cd include/opie2/private && ln -sf ../../../libopie2/opiepim/private/*.h .; )
183 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; ) 178 ( cd include/opie2 && ln -sf ../../libopie2/opiepim/ui/*.h .; )
184 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; ) 179 ( cd include/opie2 && ln -sf ../../libopie2/opieui/*.h .; )
185 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; ) 180 ( cd include/opie2 && ln -sf ../../libopie2/opieui/fileselector/*.h .; )
186 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; ) 181 ( cd include/opie2 && ln -sf ../../libopie2/opieui/big-screen/*.h .; )
187 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) 182 ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; )
188 # auxilliary libraries 183 # auxilliary libraries
189 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) 184 ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; )
190 ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) 185 ( cd include/sl && ln -sf ../../libslcompat/*.h .; )
191 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) 186 ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; )
192 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) 187 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; )
193 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; ) 188 ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; )
194 # all 189 # all
195ifeq ($(CONFIG_LIBOPIE),y)
196 ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
197 ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done )
198endif
199 ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 190 ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
200 ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done ) 191 ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done )
201 ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opiepim/ui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ 192 ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opiepim/ui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \
202 ln -sf ../../libopie2/opiepim/ui/$$generatedHeader $$generatedHeader; done ) 193 ln -sf ../../libopie2/opiepim/ui/$$generatedHeader $$generatedHeader; done )
203 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h 194 ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h
204 touch $@ 195 touch $@
205 196
206$(OPIEDIR)/stamp-headers-x11 : 197$(OPIEDIR)/stamp-headers-x11 :
207 @-rm -f $(OPIEDIR)/stamp-headers* 198 @-rm -f $(OPIEDIR)/stamp-headers*
208 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \ 199 mkdir -p $(TOPDIR)/include/qpe $(TOPDIR)/include/qtopia \
209 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private 200 $(TOPDIR)/include/opie $(TOPDIR)/include/qtopia/private
210 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) 201 ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; )
diff --git a/config.in b/config.in
index 372ecfb..8cffa38 100644
--- a/config.in
+++ b/config.in
@@ -172,26 +172,24 @@ endmenu
172 172
173menu "Dependencies" 173menu "Dependencies"
174 source dependencies.in 174 source dependencies.in
175endmenu 175endmenu
176 176
177menu "Base" 177menu "Base"
178 choice 178 choice
179 prompt "Qpe Library Selection" 179 prompt "Qpe Library Selection"
180 default LIBQPE 180 default LIBQPE
181 source library/config.in 181 source library/config.in
182 source x11/config.in 182 source x11/config.in
183 endchoice 183 endchoice
184 source libopie/config.in
185
186 source libopie2/config.in 184 source libopie2/config.in
187 source libqtaux/config.in 185 source libqtaux/config.in
188 source rsync/config.in 186 source rsync/config.in
189 source core/opie-login/config.in 187 source core/opie-login/config.in
190 source core/opiealarm/config.in 188 source core/opiealarm/config.in
191 source core/tools/quicklauncher/config.in 189 source core/tools/quicklauncher/config.in
192 source core/launcher/config.in 190 source core/launcher/config.in
193 source core/symlinker/config.in 191 source core/symlinker/config.in
194endmenu 192endmenu
195 193
196comment "" 194comment ""
197 195
diff --git a/packages b/packages
index ac614f2..e84184c 100644
--- a/packages
+++ b/packages
@@ -2,25 +2,25 @@ CONFIG_ABOUTAPPLET core/applets/aboutapplet aboutapplet.pro
2 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro 2 CONFIG_ADDRESSBOOK core/pim/addressbookaddressbook.pro
3 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro 3 CONFIG_ADVANCEDFM noncore/apps/advancedfmadvancedfm.pro
4 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro 4 CONFIG_APPEARANCE2 noncore/settings/appearance2appearance2.pro
5CONFIG_APPLET_EXAMPLE examples/applet example.pro 5CONFIG_APPLET_EXAMPLE examples/applet example.pro
6 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro 6 CONFIG_APPSKEY noncore/settings/appskeyappskey.pro
7 CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro 7 CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro
8 CONFIG_AUTOROTATEAPPLET noncore/applets/autorotateappletautorotateapplet.pro 8 CONFIG_AUTOROTATEAPPLET noncore/applets/autorotateappletautorotateapplet.pro
9 CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro 9 CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro
10 CONFIG_BACKUP noncore/settings/backupbackup.pro 10 CONFIG_BACKUP noncore/settings/backupbackup.pro
11 CONFIG_BARTENDER noncore/apps/opie-bartenderbartender.pro 11 CONFIG_BARTENDER noncore/apps/opie-bartenderbartender.pro
12 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro 12 CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro
13 CONFIG_BEND noncore/unsupported/mail2/bendbend.pro 13 CONFIG_BEND noncore/unsupported/mail2/bendbend.pro
14CONFIG_BIGSCREEN_EXAMPLE libopie/big-screen/example osplitter_mail.pro 14CONFIG_BIGSCREEN_EXAMPLE unsupported/libopie/big-screen/example osplitter_mail.pro
15 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro 15 CONFIG_BINARY noncore/tools/calc2/binarybinary.pro
16 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro 16 CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro
17 CONFIG_BOUNCE noncore/games/bouncebounce.pro 17 CONFIG_BOUNCE noncore/games/bouncebounce.pro
18 CONFIG_BRIGHTNESSAPPLET noncore/applets/brightnessappletbrightnessapplet.pro 18 CONFIG_BRIGHTNESSAPPLET noncore/applets/brightnessappletbrightnessapplet.pro
19 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro 19 CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro
20 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro 20 CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro
21 CONFIG_CALC2 noncore/tools/calc2calc.pro 21 CONFIG_CALC2 noncore/tools/calc2calc.pro
22 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro 22 CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro
23 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro 23 CONFIG_CALIBRATE core/apps/calibratecalibrate.pro
24 CONFIG_CAMERA noncore/multimedia/cameracamera.pro 24 CONFIG_CAMERA noncore/multimedia/cameracamera.pro
25 CONFIG_CARDMON core/applets/cardmoncardmon.pro 25 CONFIG_CARDMON core/applets/cardmoncardmon.pro
26 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro 26 CONFIG_CHECKBOOK noncore/apps/checkbookcheckbook.pro
@@ -76,27 +76,26 @@ CONFIG_LIBFLASH core/multimedia/opieplayer/libflash libflash.pro
76 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro 76 CONFIG_LIBMAD core/multimedia/opieplayer/libmadlibmad.pro
77 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro 77 CONFIG_LIBMAIL noncore/unsupported/mail2/libmaillibmail.pro
78CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro 78CONFIG_LIBMAILWRAPPER noncore/net/mail/libmailwrapper libmailwrapper.pro
79 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro 79 CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3libmpeg3.pro
80 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro 80 CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro
81 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro 81 CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro
82 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro 82 CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro
83 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro 83 CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro
84 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro 84 CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro
85 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro 85 CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro
86 CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro 86 CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro
87 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro 87 CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro
88 CONFIG_LIBOPIE libopielibopie.pro
89 CONFIG_LIBOPIE_PIM libopie/pimpim.pro
90 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro 88 CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro
89 CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro
91 CONFIG_LIBQPE librarylibrary.pro 90 CONFIG_LIBQPE librarylibrary.pro
92 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro 91 CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro
93CONFIG_LIBQRSYNC rsync rsync.pro 92CONFIG_LIBQRSYNC rsync rsync.pro
94 CONFIG_LIBQTAUX libqtauxlibqtaux.pro 93 CONFIG_LIBQTAUX libqtauxlibqtaux.pro
95 CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro 94 CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro
96 CONFIG_LIBSQL libsqllibsql.pro 95 CONFIG_LIBSQL libsqllibsql.pro
97CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro 96CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro
98CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro 97CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro
99 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro 98 CONFIG_LIGHT-AND-POWER core/settings/light-and-powerlight-and-power.pro
100 CONFIG_LIQUID noncore/styles/liquidliquid.pro 99 CONFIG_LIQUID noncore/styles/liquidliquid.pro
101 CONFIG_LOCKAPPLET core/applets/lockappletlockapplet.pro 100 CONFIG_LOCKAPPLET core/applets/lockappletlockapplet.pro
102 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro 101 CONFIG_LOGOUTAPPLET core/applets/logoutappletlogoutapplet.pro