diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/mozilla/files | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mozilla/files')
-rw-r--r-- | meta/packages/mozilla/files/minimo.desktop | 9 | ||||
-rw-r--r-- | meta/packages/mozilla/files/minimo.png | bin | 0 -> 4323 bytes | |||
-rw-r--r-- | meta/packages/mozilla/files/mozilla-firefox.desktop | 11 | ||||
-rw-r--r-- | meta/packages/mozilla/files/mozilla-firefox.png | bin | 0 -> 4323 bytes | |||
-rw-r--r-- | meta/packages/mozilla/files/mozilla-thunderbird.desktop | 11 | ||||
-rw-r--r-- | meta/packages/mozilla/files/mozilla-thunderbird.png | bin | 0 -> 6499 bytes | |||
-rw-r--r-- | meta/packages/mozilla/files/no-xmb.patch | 18 | ||||
-rw-r--r-- | meta/packages/mozilla/files/xptcstubs.patch | 19 |
8 files changed, 68 insertions, 0 deletions
diff --git a/meta/packages/mozilla/files/minimo.desktop b/meta/packages/mozilla/files/minimo.desktop new file mode 100644 index 0000000000..5ef0f2075a --- /dev/null +++ b/meta/packages/mozilla/files/minimo.desktop | |||
@@ -0,0 +1,9 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Minimo | ||
3 | Comment=Minimo web browser | ||
4 | Exec=minimo http://www.mozilla.org/projects/minimo/home.html | ||
5 | Terminal=0 | ||
6 | Type=Application | ||
7 | Icon=minimo.png | ||
8 | Categories=Application;Network; | ||
9 | StartupNotify=True | ||
diff --git a/meta/packages/mozilla/files/minimo.png b/meta/packages/mozilla/files/minimo.png new file mode 100644 index 0000000000..f8b2e2192b --- /dev/null +++ b/meta/packages/mozilla/files/minimo.png | |||
Binary files differ | |||
diff --git a/meta/packages/mozilla/files/mozilla-firefox.desktop b/meta/packages/mozilla/files/mozilla-firefox.desktop new file mode 100644 index 0000000000..00c0ea4fa3 --- /dev/null +++ b/meta/packages/mozilla/files/mozilla-firefox.desktop | |||
@@ -0,0 +1,11 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Firefox Browser | ||
3 | Comment=Firefox Web Browser | ||
4 | Exec=firefox | ||
5 | Terminal=false | ||
6 | MultipleArgs=false | ||
7 | Type=Application | ||
8 | Icon=mozilla-firefox.png | ||
9 | Categories=Application;Internet; | ||
10 | SingleInstance=true | ||
11 | |||
diff --git a/meta/packages/mozilla/files/mozilla-firefox.png b/meta/packages/mozilla/files/mozilla-firefox.png new file mode 100644 index 0000000000..f8b2e2192b --- /dev/null +++ b/meta/packages/mozilla/files/mozilla-firefox.png | |||
Binary files differ | |||
diff --git a/meta/packages/mozilla/files/mozilla-thunderbird.desktop b/meta/packages/mozilla/files/mozilla-thunderbird.desktop new file mode 100644 index 0000000000..61615d94c2 --- /dev/null +++ b/meta/packages/mozilla/files/mozilla-thunderbird.desktop | |||
@@ -0,0 +1,11 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Thunderbird Email Client | ||
3 | Comment=Thunderbird Email Client | ||
4 | Exec=thunderbird | ||
5 | Terminal=false | ||
6 | MultipleArgs=false | ||
7 | Type=Application | ||
8 | Icon=mozilla-thunderbird.png | ||
9 | Categories=Application;Internet; | ||
10 | SingleInstance=true | ||
11 | |||
diff --git a/meta/packages/mozilla/files/mozilla-thunderbird.png b/meta/packages/mozilla/files/mozilla-thunderbird.png new file mode 100644 index 0000000000..90ff395ff5 --- /dev/null +++ b/meta/packages/mozilla/files/mozilla-thunderbird.png | |||
Binary files differ | |||
diff --git a/meta/packages/mozilla/files/no-xmb.patch b/meta/packages/mozilla/files/no-xmb.patch new file mode 100644 index 0000000000..1b909a677c --- /dev/null +++ b/meta/packages/mozilla/files/no-xmb.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | --- mozilla/gfx/src/gtk/nsGdkUtils.cpp.old 2004-07-02 09:33:33.000000000 +0100 | ||
2 | +++ mozilla/gfx/src/gtk/nsGdkUtils.cpp 2004-07-02 09:33:34.000000000 +0100 | ||
3 | @@ -115,6 +115,7 @@ | ||
4 | #endif /* MOZ_WIDGET_GTK2 */ | ||
5 | } | ||
6 | } | ||
7 | +#if 0 | ||
8 | else if (font->type == GDK_FONT_FONTSET) | ||
9 | { | ||
10 | #ifdef MOZ_WIDGET_GTK | ||
11 | @@ -128,6 +129,7 @@ | ||
12 | fontset, GDK_GC_XGC(gc), x, y, text, text_length); | ||
13 | #endif /* MOZ_WIDGET_GTK2 */ | ||
14 | } | ||
15 | +#endif | ||
16 | else | ||
17 | g_error("undefined font type\n"); | ||
18 | } | ||
diff --git a/meta/packages/mozilla/files/xptcstubs.patch b/meta/packages/mozilla/files/xptcstubs.patch new file mode 100644 index 0000000000..7517acef27 --- /dev/null +++ b/meta/packages/mozilla/files/xptcstubs.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | Index: xptcstubs_arm.cpp | ||
2 | =================================================================== | ||
3 | RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp,v | ||
4 | retrieving revision 1.7 | ||
5 | diff -u -r1.7 xptcstubs_arm.cpp | ||
6 | --- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 18 Apr 2004 14:18:18 -0000 1.7 | ||
7 | +++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 4 May 2004 18:36:44 -0000 | ||
8 | @@ -45,9 +45,9 @@ | ||
9 | #endif | ||
10 | |||
11 | /* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */ | ||
12 | -static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch"); | ||
13 | +nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch"); | ||
14 | |||
15 | -static nsresult | ||
16 | +nsresult | ||
17 | PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) | ||
18 | { | ||
19 | #define PARAM_BUFFER_COUNT 16 | ||