Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] xinit: update to 1.4.2.
Date: Tue, 24 Jan 2023 16:35:50 +0100	[thread overview]
Message-ID: <20230124153550.zhItYqjRQ_Z68tdZCiF8If8EJvJfST5u1WHpoXZnaOc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41838@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages xinit-1.4.2
https://github.com/void-linux/void-packages/pull/41838

xinit: update to 1.4.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**, x86_64

Removed the fs25361.patch, for my use case it works properly without it. (Saw that arch uses it, but alpine doesn't...)

#### Local build testing
- I built this PR locally for my native architecture, x86_64
```
SUMMARY
pkg:xinit host:x86_64 target:x86_64 cross:n result:OK
pkg:xinit host:x86_64 target:aarch64-musl cross:y result:OK
```


A patch file from https://github.com/void-linux/void-packages/pull/41838.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xinit-1.4.2-41838.patch --]
[-- Type: text/x-diff, Size: 3254 bytes --]

From ad68f35e107fdb7b80687cb5cda644639a5779f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 24 Jan 2023 12:01:12 +0000
Subject: [PATCH] xinit: update to 1.4.2.

---
 .../xinit/patches/06_move_serverauthfile_into_tmp.diff    | 8 +++++---
 srcpkgs/xinit/patches/fs25361.patch                       | 7 ++++---
 srcpkgs/xinit/template                                    | 8 ++++----
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff b/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff
index 8d810c7da0ba..48daba4dcba1 100644
--- a/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff
+++ b/srcpkgs/xinit/patches/06_move_serverauthfile_into_tmp.diff
@@ -5,16 +5,18 @@ The trap patch didn't seem to work on reboot.
  startx.cpp |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: startx.cpp.orig
+Index: xinit/startx.cpp
 ===================================================================
+diff --git a/startx.cpp b/startx.cpp
+index dfbebe1..63f9ac6 100644
 --- a/startx.cpp
 +++ b/startx.cpp
-@@ -273,7 +273,7 @@
+@@ -272,7 +272,7 @@ if [ x"$enable_xauth" = x1 ] ; then
      dummy=0
  
      XCOMM create a file with auth information for the server. ':0' is a dummy.
 -    xserverauthfile=$HOME/.serverauth.$$
 +    xserverauthfile=`mktemp -p /tmp serverauth.XXXXXXXXXX`
-     trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
+     trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP BUS TERM
      xauth -q -f "$xserverauthfile" << EOF
  add :$dummy . $mcookie
diff --git a/srcpkgs/xinit/patches/fs25361.patch b/srcpkgs/xinit/patches/fs25361.patch
index 56dfcc9916d9..f2cefb1f1514 100644
--- a/srcpkgs/xinit/patches/fs25361.patch
+++ b/srcpkgs/xinit/patches/fs25361.patch
@@ -1,6 +1,7 @@
---- a/startx.cpp	2018-03-10 02:46:03.000000000 +0100
-+++ b/startx.cpp	2018-03-12 20:30:43.041201031 +0100
-@@ -296,9 +296,9 @@
+diff -u xinit.orig/startx.cpp xinit/startx.cpp
+--- xinit.orig/startx.cpp	2011-08-02 18:26:57.161711018 +0400
++++ xinit/startx.cpp	2011-08-02 19:06:39.348816866 +0400
+@@ -290,9 +290,9 @@
      XCOMM now add the same credentials to the client authority file
      XCOMM if '$displayname' already exists do not overwrite it as another
      XCOMM server may need it. Add them to the '$xserverauthfile' instead.
diff --git a/srcpkgs/xinit/template b/srcpkgs/xinit/template
index b687c0ccd2c4..88b19c2f3cef 100644
--- a/srcpkgs/xinit/template
+++ b/srcpkgs/xinit/template
@@ -1,7 +1,7 @@
 # Template file for 'xinit'
 pkgname=xinit
-version=1.4.1
-revision=3
+version=1.4.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-xinitdir=/etc/X11/xinit"
 hostmakedepends="pkg-config"
@@ -10,8 +10,8 @@ short_desc="X init program"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://xorgwiki.freedesktop.org/xorg"
-distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
-checksum=de9b8f617b68a70f6caf87da01fcf0ebd2b75690cdcba9c921d0ef54fa54abb9
+distfiles="${XORG_SITE}/app/xinit-${version}.tar.xz"
+checksum=b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23
 
 conf_files="
 	/etc/X11/xinit/xinitrc

  reply	other threads:[~2023-01-24 15:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-24 12:06 [PR PATCH] " motorto
2023-01-24 15:35 ` motorto [this message]
2023-02-06 15:01 ` vincele
2023-02-06 21:29 ` [PR REVIEW] " kruceter
2023-02-06 21:29 ` kruceter
2023-02-11  5:24 ` classabbyamp
2023-02-11 15:18 ` [PR PATCH] [Updated] " motorto
2023-02-11 15:18 ` [PR REVIEW] " motorto
2023-02-11 15:41 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230124153550.zhItYqjRQ_Z68tdZCiF8If8EJvJfST5u1WHpoXZnaOc@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).