summaryrefslogtreecommitdiffstats
path: root/x11/gnome-session/files/patch-gnome-session_Makefile.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-27 03:02:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-27 03:02:27 +0800
commit9a31c38fb238a73b57ed751b2538556f9e2dcf3d (patch)
tree92c60807af0a65c8f2225ce8df1390d854186ef2 /x11/gnome-session/files/patch-gnome-session_Makefile.in
parentf9447e339a56d396f2f109b312bcdfb32e4d6be9 (diff)
downloadmarcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.gz
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.bz2
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.lz
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.xz
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.tar.zst
marcuscom-ports-9a31c38fb238a73b57ed751b2538556f9e2dcf3d.zip
Update to 2.27.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/files/patch-gnome-session_Makefile.in')
-rw-r--r--x11/gnome-session/files/patch-gnome-session_Makefile.in41
1 files changed, 38 insertions, 3 deletions
diff --git a/x11/gnome-session/files/patch-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in
index 7febc702d..dcf1a21e9 100644
--- a/x11/gnome-session/files/patch-gnome-session_Makefile.in
+++ b/x11/gnome-session/files/patch-gnome-session_Makefile.in
@@ -1,6 +1,24 @@
---- gnome-session/Makefile.in.orig 2009-02-21 19:46:07.000000000 +0100
-+++ gnome-session/Makefile.in 2009-02-21 19:46:57.000000000 +0100
-@@ -317,6 +317,7 @@
+--- gnome-session/Makefile.in.orig 2009-08-26 14:18:15.000000000 -0400
++++ gnome-session/Makefile.in 2009-08-26 14:20:10.000000000 -0400
+@@ -73,6 +73,7 @@ am_gnome_session_OBJECTS = gsm-app.$(OBJ
+ gdm-log.$(OBJEXT) main.$(OBJEXT) gsm-store.$(OBJEXT) \
+ gsm-inhibitor.$(OBJEXT) gsm-manager.$(OBJEXT) \
+ gsm-session-save.$(OBJEXT) gsm-xsmp-server.$(OBJEXT) \
++ gsm-power-manager.$(OBJEXT) \
+ $(am__objects_1)
+ gnome_session_OBJECTS = $(am_gnome_session_OBJECTS)
+ gnome_session_DEPENDENCIES = libgsmutil.la \
+@@ -339,8 +340,7 @@ INCLUDES = \
+ -DLIBEXECDIR=\"$(libexecdir)\" \
+ -DGTKBUILDER_DIR=\""$(pkgdatadir)"\" \
+ -DGCONF_SANITY_CHECK=\""$(GCONF_SANITY_CHECK)"\" \
+- -DGCONFTOOL_CMD=\"$(GCONFTOOL)\" \
+- -DI_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
++ -DGCONFTOOL_CMD=\"$(GCONFTOOL)\"
+
+ test_inhibit_SOURCES = \
+ test-inhibit.c \
+@@ -360,6 +360,7 @@ test_client_dbus_LDADD = \
gnome_session_LDADD = \
libgsmutil.la \
@@ -8,3 +26,20 @@
$(top_builddir)/egg/libeggdesktopfile.la \
$(SM_LIBS) \
$(ICE_LIBS) \
+@@ -389,6 +390,8 @@ gnome_session_SOURCES = \
+ gsm-logout-dialog.c \
+ gsm-inhibit-dialog.h \
+ gsm-inhibit-dialog.c \
++ gsm-power-manager.c \
++ gsm-power-manager.h \
+ gs-idle-monitor.h \
+ gs-idle-monitor.c \
+ gsm-presence.h \
+@@ -574,6 +577,7 @@ distclean-compile:
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-dbus-client.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-gconf.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-inhibit-dialog.Po@am__quote@
++@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-power-manager.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-inhibitor.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-logout-dialog.Po@am__quote@
+ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-manager.Po@am__quote@