summaryrefslogtreecommitdiff
path: root/x11/gnome-desktop/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-09-21 16:54:06 +0000
committerjmmv <jmmv>2004-09-21 16:54:06 +0000
commitac9cc1e087b85dc7dbcca875f2a921e381972ace (patch)
tree12efd8f7592bae0fe25a33b8e0aebbda98093792 /x11/gnome-desktop/patches
parentd754b8987311a5ff422b12e711a479c46f587074 (diff)
downloadpkgsrc-ac9cc1e087b85dc7dbcca875f2a921e381972ace.tar.gz
Update gnome2-pixmaps and gnome-desktop to 2.8.0. This version corresponds
to GNOME 2.8.0. ============= Version 2.8.0 ============= Translators * Mətin Əmirov (az) * Amila Akagić (bs) * Adam Weinberger (en_CA) * Jesús Bravo Álvarez (gl) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Mişu Moldovan (ro) ============== Version 2.7.92 ============== Fixes * Change link in gnome-about from gnomedesktop.org to news.gnome.org (Alan Horkan) Translators * Kemal Sanjta (bs) * Jordi Mallach (ca) * Pauli Virtanen (fi) * Kjartan Maraas (nb) * Elian Myftiu (sq) * Maxim Dziumanenko (uk) ============== Version 2.7.91 ============== Fixes * Fix memory leak (Mark) * Fix crash with some .desktop files (Vincent Untz) * Fix compilation without startup-notification (Mariano Suárez-Alvarez) ============== Version 2.7.90 ============== Fixes * Randomize the order of the credits in gnome-about (Matthew Garrett) * Fix end of list corruption in gnome-about (Matthew Garrett) Translators * Elian Myftiu (sq) * Abayomi Mobolaji Onibudo (yo) ============= Version 2.7.4 ============= Fixes * Use the correct X timestamp with startup-notification (Elijah Newren, Mark) * Remove egg_spawn usage from libgnome-desktop (Mark) * Fix DTD validation errors in omf files (Frederic Crozat, Mariano Suárez-Alvarez) Translators * Peter "Peshka" Slavov (bg) * Pawan Chitrakar (ne) * Laurent Dhima (sq) ============= Version 2.7.3 ============= Translators * Suman Raj Tiwari (ne) * Elian Myftiu (sq) ============= Version 2.7.1 ============= Fixes * Make the languages list in .desktop editor use GTK_SHADOW_IN (Jorn Baayen) Help Docs * Basque documentation translations (Pablo Saratxaga) Translators * Žygimantas Beručka (lt) * Gurban Mühemmet Tewekgeli (tk)
Diffstat (limited to 'x11/gnome-desktop/patches')
-rw-r--r--x11/gnome-desktop/patches/patch-af16
-rw-r--r--x11/gnome-desktop/patches/patch-ag12
2 files changed, 6 insertions, 22 deletions
diff --git a/x11/gnome-desktop/patches/patch-af b/x11/gnome-desktop/patches/patch-af
deleted file mode 100644
index 6b647bc2279..00000000000
--- a/x11/gnome-desktop/patches/patch-af
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-af,v 1.1 2004/05/11 12:31:27 danw Exp $
-
---- libgnome-desktop/egg-spawn.c.orig Tue Apr 13 08:49:36 2004
-+++ libgnome-desktop/egg-spawn.c
-@@ -28,6 +28,11 @@
- #include <glib.h>
- #include <gdk/gdk.h>
-
-+#if defined(__APPLE__)
-+#include <crt_externs.h>
-+#define environ (*_NSGetEnviron())
-+#endif
-+
- extern char **environ;
-
- /**
diff --git a/x11/gnome-desktop/patches/patch-ag b/x11/gnome-desktop/patches/patch-ag
index 7f28f7d0ece..ef95c48bd56 100644
--- a/x11/gnome-desktop/patches/patch-ag
+++ b/x11/gnome-desktop/patches/patch-ag
@@ -1,10 +1,10 @@
-$NetBSD: patch-ag,v 1.1 2004/05/11 12:31:27 danw Exp $
+$NetBSD: patch-ag,v 1.2 2004/09/21 16:54:06 jmmv Exp $
---- libgnome-desktop/gnome-desktop-item.c.orig Tue Apr 13 08:49:43 2004
+--- libgnome-desktop/gnome-desktop-item.c.orig 2004-08-06 08:52:22.000000000 +0200
+++ libgnome-desktop/gnome-desktop-item.c
-@@ -1396,6 +1396,11 @@ sn_error_trap_pop (SnDisplay *display,
- gdk_error_trap_pop ();
- }
+@@ -62,6 +62,11 @@
+
+ #define sure_string(s) ((s)!=NULL?(s):"")
+#if defined(__APPLE__)
+#include <crt_externs.h>
@@ -13,4 +13,4 @@ $NetBSD: patch-ag,v 1.1 2004/05/11 12:31:27 danw Exp $
+
extern char **environ;
- static char **
+ struct _GnomeDesktopItem {