summaryrefslogtreecommitdiff
path: root/x11/gnome-session
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-11-28 22:17:23 +0000
committerdrochner <drochner@pkgsrc.org>2006-11-28 22:17:23 +0000
commit81a451db3ee35b65c99691718d34f97bd6e4ef8d (patch)
treea8d49df6efbc8651a18379c6aa2267aa86cc0048 /x11/gnome-session
parenta31570909c3583240f6a0b023e50119adbbe3326 (diff)
downloadpkgsrc-81a451db3ee35b65c99691718d34f97bd6e4ef8d.tar.gz
update to 2.16.2
changes: -UI improvements -Add fvwm and compiz support to gnome-wm -build system improvements -bugfixes -translation updates
Diffstat (limited to 'x11/gnome-session')
-rw-r--r--x11/gnome-session/Makefile4
-rw-r--r--x11/gnome-session/distinfo10
-rw-r--r--x11/gnome-session/patches/patch-ac12
3 files changed, 13 insertions, 13 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index 4a120dfa19f..265e4487023 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2006/10/30 21:46:03 drochner Exp $
+# $NetBSD: Makefile,v 1.78 2006/11/28 22:17:23 drochner Exp $
#
-DISTNAME= gnome-session-2.16.1
+DISTNAME= gnome-session-2.16.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.16/}
SITES.gnome-splash-2.16.0.png= ${MASTER_SITE_LOCAL:=gnome-splash/}
diff --git a/x11/gnome-session/distinfo b/x11/gnome-session/distinfo
index 508fa0412d4..f788e2d7f46 100644
--- a/x11/gnome-session/distinfo
+++ b/x11/gnome-session/distinfo
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.28 2006/10/30 21:46:03 drochner Exp $
+$NetBSD: distinfo,v 1.29 2006/11/28 22:17:24 drochner Exp $
-SHA1 (gnome-session-2.16.1.tar.bz2) = cdbd003624c3dfa9e9fd3dfc6022d9890c310219
-RMD160 (gnome-session-2.16.1.tar.bz2) = 99ea2540b00aebc97bcd9a51387e4f621060401a
-Size (gnome-session-2.16.1.tar.bz2) = 677501 bytes
+SHA1 (gnome-session-2.16.2.tar.bz2) = 37cbad34ce329c2109e5336bfe83a26f8ef44987
+RMD160 (gnome-session-2.16.2.tar.bz2) = aedb9906c7968080b5e5db044097c9294112d09a
+Size (gnome-session-2.16.2.tar.bz2) = 681853 bytes
SHA1 (gnome-splash-2.16.0.png) = 0d321be84c5668a2c0fecb494edc820d6b74ee9d
RMD160 (gnome-splash-2.16.0.png) = 28667abaaef6ac20dde9f4101554a5043b4f9c96
Size (gnome-splash-2.16.0.png) = 36601 bytes
SHA1 (patch-aa) = 3a7bac87c0031ea73bf313d3a2dcb983b83d7cbf
SHA1 (patch-ab) = 7287c9f0a921f2dfe28373027a4f3564d58e5ac8
-SHA1 (patch-ac) = 897bff38f3edef9571ce84ae838a6f7e8d3ca536
+SHA1 (patch-ac) = 315fc1edf2cb23bd6cd895604a78eee6b3e0e6ca
SHA1 (patch-ad) = 42aa7867f6b660e5eb4b59eb5d74a97a38078fe5
SHA1 (patch-ae) = a1e2996e9c8ffa8afdc92e60172d9baee285e1a6
diff --git a/x11/gnome-session/patches/patch-ac b/x11/gnome-session/patches/patch-ac
index de4bbaff267..bc131c3455a 100644
--- a/x11/gnome-session/patches/patch-ac
+++ b/x11/gnome-session/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.8 2006/09/15 15:18:16 jmmv Exp $
+$NetBSD: patch-ac,v 1.9 2006/11/28 22:17:24 drochner Exp $
---- gnome-session/main.c.orig 2006-07-26 14:46:36.000000000 +0200
+--- gnome-session/main.c.orig 2006-11-20 00:24:40.000000000 +0100
+++ gnome-session/main.c
@@ -43,6 +43,7 @@
#include "command.h"
@@ -9,8 +9,8 @@ $NetBSD: patch-ac,v 1.8 2006/09/15 15:18:16 jmmv Exp $
+#include "gsm-dbus.h"
#include "gsm-sound.h"
#include "gsm-gsd.h"
- #include "gsm-keyring.h"
-@@ -335,6 +336,7 @@ main (int argc, char *argv[])
+ #include "gsm-proxy.h"
+@@ -336,6 +337,7 @@ main (int argc, char *argv[])
char **versions;
GConfClient *gconf_client;
GOptionContext *goption_context;
@@ -18,7 +18,7 @@ $NetBSD: patch-ac,v 1.8 2006/09/15 15:18:16 jmmv Exp $
if (getenv ("GSM_VERBOSE_DEBUG"))
gsm_set_verbose (TRUE);
-@@ -419,6 +421,7 @@ main (int argc, char *argv[])
+@@ -420,6 +422,7 @@ main (int argc, char *argv[])
fprintf (stderr, "SESSION_MANAGER=%s\n", getenv ("SESSION_MANAGER"));
gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-session.png");
@@ -26,7 +26,7 @@ $NetBSD: patch-ac,v 1.8 2006/09/15 15:18:16 jmmv Exp $
/* Make sure children see the right value for DISPLAY. This is
useful if --display was specified on the command line. */
-@@ -503,6 +506,9 @@ main (int argc, char *argv[])
+@@ -506,6 +509,9 @@ main (int argc, char *argv[])
gsm_keyring_daemon_stop ();