|
diff --git a/ChangeLog b/ChangeLog index d343f54..5ccad50 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -11,3 +11,7 @@ |
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 |
@@ -56,4 +60,7 @@ |
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 | |
|
|
|
|
@@ -167,7 +167,2 @@ $(OPIEDIR)/stamp-headers : |
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 |
@@ -194,6 +189,2 @@ endif |
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 \ |
|
|
diff --git a/config.in b/config.in index 372ecfb..8cffa38 100644 --- a/ config.in+++ b/ config.in |
|
@@ -183,4 +183,2 @@ menu "Base" |
183 | endchoice |
183 | endchoice |
184 | source libopie/config.in |
| |
185 | |
| |
186 | source libopie2/config.in |
184 | source libopie2/config.in |
|
|
diff --git a/packages b/packages index ac614f2..e84184c 100644 --- a/ packages+++ b/ packages |
|
@@ -13,3 +13,3 @@ CONFIG_BATTERYAPPLET core/applets/batteryapplet batteryapplet.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 |
@@ -87,5 +87,4 @@ CONFIG_LIBOPIE2SECURITY libopie2/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 |
|