Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] elogind: update to 243.4.
@ 2020-01-30  9:11 voidlinux-github
  2020-01-30  9:51 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-30 10:04 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-30  9:11 UTC (permalink / raw)
  To: ml

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

There is a new pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages elogind-243.4
https://github.com/void-linux/void-packages/pull/18656

elogind: update to 243.4.
Ok:                  177
Expected Fail:         0
Fail:                  0
Unexpected Pass:       0
Skipped:               3
Timeout:               0

Same output on glibc and musl.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-243.4-18656.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]

From a603682dea034dd4acc1e6ca5b3a72595a5c1366 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 30 Jan 2020 10:09:13 +0100
Subject: [PATCH] elogind: update to 243.4.

---
 srcpkgs/elogind/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index fe658bfb995..b4b7446e9cf 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,6 +1,6 @@
 # Template file for 'elogind'
 pkgname=elogind
-version=241.4
+version=243.4
 revision=1
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
@@ -17,8 +17,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=fb4d0f931d5fb11af5a4426b0198e85fabc83d604ee24427b26480164cddb7e1
-conf_files="/etc/elogind/logind.conf"
+checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Dutmp=false"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] elogind: update to 243.4.
  2020-01-30  9:11 [PR PATCH] elogind: update to 243.4 voidlinux-github
@ 2020-01-30  9:51 ` voidlinux-github
  2020-01-30 10:04 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-30  9:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages elogind-243.4
https://github.com/void-linux/void-packages/pull/18656

elogind: update to 243.4.
Ok:                  177
Expected Fail:         0
Fail:                  0
Unexpected Pass:       0
Skipped:               3
Timeout:               0

Same output on glibc and musl.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-elogind-243.4-18656.patch --]
[-- Type: text/x-diff, Size: 2155 bytes --]

From a603682dea034dd4acc1e6ca5b3a72595a5c1366 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 30 Jan 2020 10:09:13 +0100
Subject: [PATCH 1/2] elogind: update to 243.4.

---
 srcpkgs/elogind/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index fe658bfb995..b4b7446e9cf 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -1,6 +1,6 @@
 # Template file for 'elogind'
 pkgname=elogind
-version=241.4
+version=243.4
 revision=1
 build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
@@ -17,8 +17,8 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.0-or-later"
 homepage="https://github.com/elogind/elogind"
 distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
-checksum=fb4d0f931d5fb11af5a4426b0198e85fabc83d604ee24427b26480164cddb7e1
-conf_files="/etc/elogind/logind.conf"
+checksum=f1098745863138e6270ea22e78a39baef9a0356b48246c5a53b34211992dc7db
+conf_files="/etc/elogind/*.conf"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Dutmp=false"

From ef708272547f7b840f2ddc7120dffeaba707da15 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Thu, 30 Jan 2020 10:50:40 +0100
Subject: [PATCH 2/2] elogind: enable building manpages again.

---
 srcpkgs/elogind/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template
index b4b7446e9cf..9dd079e8752 100644
--- a/srcpkgs/elogind/template
+++ b/srcpkgs/elogind/template
@@ -6,7 +6,7 @@ build_style=meson
 configure_args="-Dcgroup-controller=elogind -Dhalt-path=/usr/bin/halt
  -Drootlibexecdir=/usr/libexec/elogind -Dreboot-path=/usr/bin/reboot
  -Dkexec-path=/usr/bin/kexec -Ddefault-hierarchy=legacy
- -Ddefault-kill-user-processes=false"
+ -Ddefault-kill-user-processes=false -Dman=true"
 hostmakedepends="docbook-xsl gettext-devel git gperf intltool libxslt m4
  pkg-config shadow glib-devel"
 makedepends="acl-devel eudev-libudev-devel gettext-devel libglib-devel libcap-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: elogind: update to 243.4.
  2020-01-30  9:11 [PR PATCH] elogind: update to 243.4 voidlinux-github
  2020-01-30  9:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-30 10:04 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-30 10:04 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

elogind: update to 243.4.
https://github.com/void-linux/void-packages/pull/18656

Description:
Ok:                  177
Expected Fail:         0
Fail:                  0
Unexpected Pass:       0
Skipped:               3
Timeout:               0

Same output on glibc and musl.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-30 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30  9:11 [PR PATCH] elogind: update to 243.4 voidlinux-github
2020-01-30  9:51 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-30 10:04 ` [PR PATCH] [Merged]: " voidlinux-github

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).