- Update to version 1.4.0
* autogen.sh: use quoted string variables * Remove SCO support for SHELL_CMD and startx man page. * Remove support for ancient A/UX 3.0 support * Remove left over $(launchagents_DATA) in CLEANFILES * startx: Pass -keeptty when telling the server to start on the current tty * startx: Fix startx picking an already used display number when -nolock is used * remove bogus \/ escapes * launchd: Install binaries into libexecdir * startx: Add -listen tcp if nolisten_tcp is disabled for XQuartz * startx: Add support for enabling IGLX for XQuartz * startx: Don't use GNU expr extensions * autogen: add default patch prefix * startx: fix comment typo * startx: don't init defaultdisplay to :0 * autogen.sh: use exec instead of waiting for configure to finish * xinit: check for correct fork error code OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=38
This commit is contained in:
parent
a972900fbb
commit
0be8d38e75
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3
|
|
||||||
size 165881
|
|
3
xinit-1.4.0.tar.bz2
Normal file
3
xinit-1.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:230835eef2f5978a1e1344928168119373f6df1d0a32c09515e545721ee582ef
|
||||||
|
size 174491
|
@ -1,7 +1,7 @@
|
|||||||
Index: xinit-1.3.4/startx.cpp
|
Index: xinit-1.4.0/startx.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- xinit-1.3.4.orig/startx.cpp
|
--- xinit-1.4.0.orig/startx.cpp
|
||||||
+++ xinit-1.3.4/startx.cpp
|
+++ xinit-1.4.0/startx.cpp
|
||||||
@@ -50,10 +50,114 @@ export PATH
|
@@ -50,10 +50,114 @@ export PATH
|
||||||
userclientrc=$HOME/.xinitrc
|
userclientrc=$HOME/.xinitrc
|
||||||
sysclientrc=XINITDIR/xinitrc
|
sysclientrc=XINITDIR/xinitrc
|
||||||
@ -42,7 +42,7 @@ Index: xinit-1.3.4/startx.cpp
|
|||||||
+XCOMM
|
+XCOMM
|
||||||
+
|
+
|
||||||
+for WM in $WMLIST $WINDOWMANAGERLIST
|
+for WM in $WMLIST $WINDOWMANAGERLIST
|
||||||
+do
|
+do
|
||||||
+ test "$WM" = "$WANTEDWM" && {
|
+ test "$WM" = "$WANTEDWM" && {
|
||||||
+XCOMM
|
+XCOMM
|
||||||
+XCOMM is it reachable via $PATH?
|
+XCOMM is it reachable via $PATH?
|
||||||
@ -50,7 +50,7 @@ Index: xinit-1.3.4/startx.cpp
|
|||||||
+ type $WM >/dev/null 2>&1 || {
|
+ type $WM >/dev/null 2>&1 || {
|
||||||
+
|
+
|
||||||
+ echo "`basename $0`: error: the requested window manager '$1' could not be found!"
|
+ echo "`basename $0`: error: the requested window manager '$1' could not be found!"
|
||||||
+ echo "Window manager must be one of (currently installed window amangers):"
|
+ echo "Window manager must be one of (currently installed window amangers):"
|
||||||
+ for i in $WMLIST; do echo $i; done
|
+ for i in $WMLIST; do echo $i; done
|
||||||
+ exit 1
|
+ exit 1
|
||||||
+ }
|
+ }
|
||||||
@ -116,8 +116,8 @@ Index: xinit-1.3.4/startx.cpp
|
|||||||
+test -n "$DISPLAYMANAGER_XSERVER" && defaultserver=/usr/bin/$DISPLAYMANAGER_XSERVER
|
+test -n "$DISPLAYMANAGER_XSERVER" && defaultserver=/usr/bin/$DISPLAYMANAGER_XSERVER
|
||||||
defaultclientargs=""
|
defaultclientargs=""
|
||||||
defaultserverargs=""
|
defaultserverargs=""
|
||||||
defaultdisplay=":0"
|
defaultdisplay=""
|
||||||
@@ -300,6 +404,9 @@ EOF
|
@@ -312,6 +416,9 @@ EOF
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
@ -127,7 +127,7 @@ Index: xinit-1.3.4/startx.cpp
|
|||||||
|
|
||||||
#if defined(__APPLE__) || defined(__CYGWIN__)
|
#if defined(__APPLE__) || defined(__CYGWIN__)
|
||||||
eval XINIT \"$client\" $clientargs -- \"$server\" $display $serverargs
|
eval XINIT \"$client\" $clientargs -- \"$server\" $display $serverargs
|
||||||
@@ -308,6 +415,12 @@ XINIT "$client" $clientargs -- "$server"
|
@@ -320,6 +427,12 @@ XINIT "$client" $clientargs -- "$server"
|
||||||
#endif
|
#endif
|
||||||
retval=$?
|
retval=$?
|
||||||
|
|
||||||
@ -140,10 +140,10 @@ Index: xinit-1.3.4/startx.cpp
|
|||||||
if [ x"$enable_xauth" = x1 ] ; then
|
if [ x"$enable_xauth" = x1 ] ; then
|
||||||
if [ x"$removelist" != x ]; then
|
if [ x"$removelist" != x ]; then
|
||||||
XAUTH remove $removelist
|
XAUTH remove $removelist
|
||||||
Index: xinit-1.3.4/xinitrc.cpp
|
Index: xinit-1.4.0/xinitrc.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- xinit-1.3.4.orig/xinitrc.cpp
|
--- xinit-1.4.0.orig/xinitrc.cpp
|
||||||
+++ xinit-1.3.4/xinitrc.cpp
|
+++ xinit-1.4.0/xinitrc.cpp
|
||||||
@@ -48,8 +48,10 @@ if [ -d XINITDIR/xinitrc.d ] ; then
|
@@ -48,8 +48,10 @@ if [ -d XINITDIR/xinitrc.d ] ; then
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 4 14:27:04 UTC 2018 - sndirsch@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.4.0
|
||||||
|
* autogen.sh: use quoted string variables
|
||||||
|
* Remove SCO support for SHELL_CMD and startx man page.
|
||||||
|
* Remove support for ancient A/UX 3.0 support
|
||||||
|
* Remove left over $(launchagents_DATA) in CLEANFILES
|
||||||
|
* startx: Pass -keeptty when telling the server to start on the current tty
|
||||||
|
* startx: Fix startx picking an already used display number when -nolock is used
|
||||||
|
* remove bogus \/ escapes
|
||||||
|
* launchd: Install binaries into libexecdir
|
||||||
|
* startx: Add -listen tcp if nolisten_tcp is disabled for XQuartz
|
||||||
|
* startx: Add support for enabling IGLX for XQuartz
|
||||||
|
* startx: Don't use GNU expr extensions
|
||||||
|
* autogen: add default patch prefix
|
||||||
|
* startx: fix comment typo
|
||||||
|
* startx: don't init defaultdisplay to :0
|
||||||
|
* autogen.sh: use exec instead of waiting for configure to finish
|
||||||
|
* xinit: check for correct fork error code
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 1 12:37:18 UTC 2016 - mstaudt@suse.com
|
Wed Jun 1 12:37:18 UTC 2016 - mstaudt@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xinit
|
# spec file for package xinit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xinit
|
Name: xinit
|
||||||
Version: 1.3.4
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Window System initializer
|
Summary: X Window System initializer
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user