[packages/xorg-app-xinit] - updated to 1.3.3 - updated consolekit-support patch

qboosh qboosh at pld-linux.org
Tue Sep 10 21:47:07 CEST 2013


commit 282f52000321587b70c7239147811b46bd454a72
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Sep 10 21:47:07 2013 +0200

    - updated to 1.3.3
    - updated consolekit-support patch

 xorg-app-xinit-consolekit-support.patch | 27 +++++++++++++++++----------
 xorg-app-xinit.spec                     |  6 +++---
 2 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/xorg-app-xinit.spec b/xorg-app-xinit.spec
index 8702f45..5801fcd 100644
--- a/xorg-app-xinit.spec
+++ b/xorg-app-xinit.spec
@@ -1,12 +1,12 @@
 Summary:	xinit application - X Window System initializer
 Summary(pl.UTF-8):	Aplikacja xinit do uruchamiania X Window System
 Name:		xorg-app-xinit
-Version:	1.3.2
-Release:	4
+Version:	1.3.3
+Release:	1
 License:	MIT
 Group:		X11/Applications
 Source0:	http://xorg.freedesktop.org/releases/individual/app/xinit-%{version}.tar.bz2
-# Source0-md5:	9c0943cbd83e489ad1b05221b97efd44
+# Source0-md5:	3b8da0e6237aee9828cc809c647510a7
 Source1:	startx.1x.it
 Source2:	startx.1x.pl
 Source3:	xinit.1x.it
diff --git a/xorg-app-xinit-consolekit-support.patch b/xorg-app-xinit-consolekit-support.patch
index 087ae76..170f225 100644
--- a/xorg-app-xinit-consolekit-support.patch
+++ b/xorg-app-xinit-consolekit-support.patch
@@ -50,9 +50,9 @@ index 42421ef..998c7f8 100644
  #if defined(__SCO__) || defined(__UNIXWARE__)
  if [ "$REMOTE_SERVER" = "TRUE" ]; then
          exec SHELL_CMD ${client}
---- xinit-1.3.0/xinit.c.orig	2010-10-31 10:39:31.355103290 +0100
-+++ xinit-1.3.0/xinit.c	2010-10-31 10:51:48.107104966 +0100
-@@ -41,6 +41,12 @@
+--- xinit-1.3.3/xinit.c.orig	2013-09-10 21:39:35.624565251 +0200
++++ xinit-1.3.3/xinit.c	2013-09-10 21:44:42.254552405 +0200
+@@ -41,6 +41,12 @@ in this Software without prior written a
  #include <setjmp.h>
  #include <stdarg.h>
  
@@ -65,11 +65,10 @@ index 42421ef..998c7f8 100644
  #ifdef __APPLE__
  #include <AvailabilityMacros.h>
  #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
-@@ -395,6 +401,38 @@
-     return (serverpid != pidfound);
+@@ -559,6 +565,37 @@ setWindowPath(void)
+     free(newwindowpath);
  }
  
-+
 +#ifdef USE_CONKIT
 +static void
 +register_new_session_with_console_kit (void)
@@ -101,10 +100,10 @@ index 42421ef..998c7f8 100644
 +}
 +#endif /* USE_CONKIT */
 +
- static int
- startServer(char *server[])
+ static pid_t
+ startClient(char *client[])
  {
-@@ -568,6 +606,9 @@
+@@ -566,6 +603,9 @@ startClient(char *client[])
      if (clientpid == 0) {
          set_environment();
          setWindowPath();
@@ -114,7 +113,15 @@ index 42421ef..998c7f8 100644
  
          if (setuid(getuid()) == -1) {
              Error("cannot change uid");
-@@ -612,6 +653,13 @@
+@@ -586,6 +626,7 @@ startClient(char *client[])
+ 
+ static jmp_buf close_env;
+ 
++
+ static int
+ ignorexio(Display *dpy)
+ {
+@@ -610,6 +651,13 @@ shutdown(void)
              Error("can't send HUP to process group %d", clientpid);
      }
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-app-xinit.git/commitdiff/282f52000321587b70c7239147811b46bd454a72



More information about the pld-cvs-commit mailing list