This moves this pkg to the new stable gnome branch, too much to list here. pkgsrc note: automatic dbus startup doesn't work well, it seems to conflict with another dbus autostart. Better start the session with "dbus-launch". gdm-2.18 will take care of that.
13 lines
556 B
Text
13 lines
556 B
Text
$NetBSD: patch-aa,v 1.8 2007/04/11 20:25:38 drochner Exp $
|
|
|
|
--- gnome-session/Makefile.in.orig 2007-03-12 19:59:22.000000000 +0100
|
|
+++ gnome-session/Makefile.in
|
|
@@ -309,7 +309,7 @@ INCLUDES = \
|
|
-DGNOME_KEYRING_DAEMON=\""$(GNOME_KEYRING_DAEMON)"\" \
|
|
-DGNOME_ICONDIR=\""$(datadir)/pixmaps\"" \
|
|
-DRSH_COMMAND=\""$(RSH_COMMAND)\"" \
|
|
- -DGCONFTOOL_CMD=\""$(GCONFTOOL)\"" \
|
|
+ -DGCONFTOOL_CMD=\""$(REAL_GCONFTOOL)\"" \
|
|
-DDEFAULTDIR="\"$(defaultdir)\"" \
|
|
-DESD_SERVER="\"$(ESD_SERVER)\"" \
|
|
-DAT_SPI_REGISTRYD_DIR="\"$(AT_SPI_REGISTRYD_DIR)\""
|