diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-12 11:36:43 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-11-12 11:36:43 +0800 |
commit | 7c2cb6e4162a0e46463b197bcb76fca3911fd327 (patch) | |
tree | ce4225398aa144fa8cb39d0912b184e1780a1c40 /x11/gnome-session/files | |
parent | 8205db2edbc4570ee1ff003aec85fe8294f52d9b (diff) | |
download | marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.gz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.bz2 marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.lz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.xz marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.tar.zst marcuscom-ports-7c2cb6e4162a0e46463b197bcb76fca3911fd327.zip |
Update to 2.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1312 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/files')
3 files changed, 32 insertions, 0 deletions
diff --git a/x11/gnome-session/files/patch-configure b/x11/gnome-session/files/patch-configure new file mode 100644 index 000000000..61084626c --- /dev/null +++ b/x11/gnome-session/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed May 8 14:27:04 2002 ++++ configure Wed May 8 14:27:23 2002 +@@ -7232,6 +7232,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in new file mode 100644 index 000000000..60c14531b --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in @@ -0,0 +1,11 @@ +--- gnome-session/Makefile.in.orig Wed May 8 14:36:22 2002 ++++ gnome-session/Makefile.in Wed May 8 14:36:34 2002 +@@ -129,7 +129,7 @@ + + NULL = + +-defaultdir = $(datadir)/gnome ++defaultdir = $(datadir) + + INCLUDES = $(GNOME_SESSION_CFLAGS) $(DISABLE_DEPRECATED_CFLAGS) $(STANDARD_PROPERTIES_CFLAGS) $(WARN_CFLAGS) -DGNOMELOCALEDIR=\""$(prefix)/share/locale\"" -DGNOME_ICONDIR=\""$(datadir)/pixmaps\"" -DREBOOT_COMMAND=\""$(REBOOT_COMMAND)\"" -DHALT_COMMAND=\""$(HALT_COMMAND)\"" -DDEFAULTDIR="\"$(defaultdir)\"" + diff --git a/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in b/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in new file mode 100644 index 000000000..9bd6c9a2c --- /dev/null +++ b/x11/gnome-session/files/patch-gnome-session_gnome-session.schemas.in.in @@ -0,0 +1,11 @@ +--- gnome-session/gnome-session.schemas.in.in.orig Mon Oct 14 17:18:15 2002 ++++ gnome-session/gnome-session.schemas.in.in Mon Oct 14 17:17:44 2002 +@@ -50,7 +50,7 @@ + <applyto>/apps/gnome-session/options/splash_image</applyto> + <owner>gnome</owner> + <type>string</type> +- <default>@prefix@/share/pixmaps/splash/gnome-splash.png</default> ++ <default>@datadir@/pixmaps/splash/gnome-splash.png</default> + <locale name="C"> + <short>Splash Screen Image</short> + <long>Preferred Image to use for the splash screen when logging in to the GNOME Desktop</long> |