author | mickeyl <mickeyl> | 2004-11-16 22:19:47 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-11-16 22:19:47 (UTC) |
commit | 539a1bfc1c120bcd196f2b7ab27befde1550e661 (patch) (unidiff) | |
tree | 112ec70184ad5e8bf765c4df2a0897791b9eb145 | |
parent | add434632dc0b449a1439215ecbc2ae0589fd713 (diff) | |
download | opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.zip opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.tar.gz opie-539a1bfc1c120bcd196f2b7ab27befde1550e661.tar.bz2 |
bye bye libopie1
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | Rules.make | 9 | ||||
-rw-r--r-- | config.in | 2 | ||||
-rw-r--r-- | packages | 5 |
4 files changed, 12 insertions, 17 deletions
@@ -9,7 +9,11 @@ | |||
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 |
@@ -54,8 +58,11 @@ | |||
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 | ||
@@ -165,11 +165,6 @@ $(OPIEDIR)/stamp-headers : | |||
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 .; ) |
168 | ifeq ($(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 .; ) | ||
172 | endif | ||
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 .; ) |
@@ -192,10 +187,6 @@ endif | |||
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 |
195 | ifeq ($(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 ) | ||
198 | endif | ||
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 \ |
@@ -181,8 +181,6 @@ menu "Base" | |||
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 |
@@ -11,7 +11,7 @@ CONFIG_BACKUP noncore/settings/backup backup.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 |
14 | CONFIG_BIGSCREEN_EXAMPLE libopie/big-screen/example osplitter_mail.pro | 14 | CONFIG_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 |
@@ -85,9 +85,8 @@ CONFIG_LIBOPIE2NET libopie2/opienet opienet.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 |
93 | CONFIG_LIBQRSYNC rsync rsync.pro | 92 | CONFIG_LIBQRSYNC rsync rsync.pro |