diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /mozilla/files | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'mozilla/files')
-rw-r--r-- | mozilla/files/minimo.desktop | 0 | ||||
-rw-r--r-- | mozilla/files/minimo.png | 0 | ||||
-rw-r--r-- | mozilla/files/mozilla-firefox.desktop | 11 | ||||
-rw-r--r-- | mozilla/files/mozilla-firefox.png | 0 | ||||
-rw-r--r-- | mozilla/files/mozilla-thunderbird.desktop | 11 | ||||
-rw-r--r-- | mozilla/files/mozilla-thunderbird.png | 0 | ||||
-rw-r--r-- | mozilla/files/no-xmb.patch | 18 | ||||
-rw-r--r-- | mozilla/files/xptcstubs.patch | 19 |
8 files changed, 0 insertions, 59 deletions
diff --git a/mozilla/files/minimo.desktop b/mozilla/files/minimo.desktop deleted file mode 100644 index e69de29bb2..0000000000 --- a/mozilla/files/minimo.desktop +++ /dev/null diff --git a/mozilla/files/minimo.png b/mozilla/files/minimo.png deleted file mode 100644 index e69de29bb2..0000000000 --- a/mozilla/files/minimo.png +++ /dev/null diff --git a/mozilla/files/mozilla-firefox.desktop b/mozilla/files/mozilla-firefox.desktop deleted file mode 100644 index 00c0ea4fa3..0000000000 --- a/mozilla/files/mozilla-firefox.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Firefox Browser -Comment=Firefox Web Browser -Exec=firefox -Terminal=false -MultipleArgs=false -Type=Application -Icon=mozilla-firefox.png -Categories=Application;Internet; -SingleInstance=true - diff --git a/mozilla/files/mozilla-firefox.png b/mozilla/files/mozilla-firefox.png deleted file mode 100644 index e69de29bb2..0000000000 --- a/mozilla/files/mozilla-firefox.png +++ /dev/null diff --git a/mozilla/files/mozilla-thunderbird.desktop b/mozilla/files/mozilla-thunderbird.desktop deleted file mode 100644 index 61615d94c2..0000000000 --- a/mozilla/files/mozilla-thunderbird.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Name=Thunderbird Email Client -Comment=Thunderbird Email Client -Exec=thunderbird -Terminal=false -MultipleArgs=false -Type=Application -Icon=mozilla-thunderbird.png -Categories=Application;Internet; -SingleInstance=true - diff --git a/mozilla/files/mozilla-thunderbird.png b/mozilla/files/mozilla-thunderbird.png deleted file mode 100644 index e69de29bb2..0000000000 --- a/mozilla/files/mozilla-thunderbird.png +++ /dev/null diff --git a/mozilla/files/no-xmb.patch b/mozilla/files/no-xmb.patch deleted file mode 100644 index 1b909a677c..0000000000 --- a/mozilla/files/no-xmb.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- mozilla/gfx/src/gtk/nsGdkUtils.cpp.old 2004-07-02 09:33:33.000000000 +0100 -+++ mozilla/gfx/src/gtk/nsGdkUtils.cpp 2004-07-02 09:33:34.000000000 +0100 -@@ -115,6 +115,7 @@ - #endif /* MOZ_WIDGET_GTK2 */ - } - } -+#if 0 - else if (font->type == GDK_FONT_FONTSET) - { - #ifdef MOZ_WIDGET_GTK -@@ -128,6 +129,7 @@ - fontset, GDK_GC_XGC(gc), x, y, text, text_length); - #endif /* MOZ_WIDGET_GTK2 */ - } -+#endif - else - g_error("undefined font type\n"); - } diff --git a/mozilla/files/xptcstubs.patch b/mozilla/files/xptcstubs.patch deleted file mode 100644 index 7517acef27..0000000000 --- a/mozilla/files/xptcstubs.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: xptcstubs_arm.cpp -=================================================================== -RCS file: /cvsroot/mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp,v -retrieving revision 1.7 -diff -u -r1.7 xptcstubs_arm.cpp ---- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 18 Apr 2004 14:18:18 -0000 1.7 -+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp 4 May 2004 18:36:44 -0000 -@@ -45,9 +45,9 @@ - #endif - - /* Specify explicitly a symbol for this function, don't try to guess the c++ mangled symbol. */ --static nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch"); -+nsresult PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) asm("_PrepareAndDispatch"); - --static nsresult -+nsresult - PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args) - { - #define PARAM_BUFFER_COUNT 16 |