Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libevdev: update to 1.10.0.
@ 2020-10-27 18:22 skmpz
  2020-12-20  4:29 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: skmpz @ 2020-10-27 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libevdev-1.10.0
https://github.com/void-linux/void-packages/pull/25921

libevdev: update to 1.10.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libevdev-1.10.0-25921.patch --]
[-- Type: text/x-diff, Size: 1025 bytes --]

From 1907031818d0634df1e111d69292dcc14d8da792 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 27 Oct 2020 22:21:45 +0400
Subject: [PATCH] libevdev: update to 1.10.0.

---
 srcpkgs/libevdev/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libevdev/template b/srcpkgs/libevdev/template
index 2515be2f638..da46145b57c 100644
--- a/srcpkgs/libevdev/template
+++ b/srcpkgs/libevdev/template
@@ -1,6 +1,6 @@
 # Template file for 'libevdev'
 pkgname=libevdev
-version=1.9.1
+version=1.10.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-gcov"
@@ -11,7 +11,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libevdev/"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=f5603c48c5afd76b14df7a5124e0a94a102f8da0d45826192325069d1bbc7acb
+checksum=3522c26e2c148be0ad68ce26fbced408a4185dea90bfe8079dc82b8ace962d4a
 
 post_install() {
 	vlicense COPYING

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

* Re: libevdev: update to 1.10.0.
  2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
@ 2020-12-20  4:29 ` ericonr
  2021-01-16  5:47 ` biopsin
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-12-20  4:29 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25921#issuecomment-748561432

Comment:
This should be good to merge, I will wait until we have https://github.com/void-linux/void-packages/pull/27145 to do it, ok?

Please ping me in a while, if I forget.

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

* Re: libevdev: update to 1.10.0.
  2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
  2020-12-20  4:29 ` ericonr
@ 2021-01-16  5:47 ` biopsin
  2021-01-18 21:32 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: biopsin @ 2021-01-16  5:47 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/25921#issuecomment-761469974

Comment:
ping

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

* Re: libevdev: update to 1.10.0.
  2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
  2020-12-20  4:29 ` ericonr
  2021-01-16  5:47 ` biopsin
@ 2021-01-18 21:32 ` ericonr
  2021-01-18 21:35 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-18 21:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25921#issuecomment-762479841

Comment:
Since this uses a bunch of kernel header stuff, I will wait for GCC to be merged.

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

* Re: [PR REVIEW] libevdev: update to 1.10.0.
  2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
                   ` (2 preceding siblings ...)
  2021-01-18 21:32 ` ericonr
@ 2021-01-18 21:35 ` ericonr
  2021-01-21 20:47 ` ericonr
  2021-02-15  2:58 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-18 21:35 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25921#discussion_r559803780

Comment:
Hm, this version (or the more recent 1.10.1) aren't in https://www.freedesktop.org/wiki/Software/libevdev/

Weird.

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

* Re: [PR REVIEW] libevdev: update to 1.10.0.
  2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
                   ` (3 preceding siblings ...)
  2021-01-18 21:35 ` [PR REVIEW] " ericonr
@ 2021-01-21 20:47 ` ericonr
  2021-02-15  2:58 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-01-21 20:47 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25921#discussion_r562186633

Comment:
Got upstream to fix :)

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

* Re: [PR PATCH] [Closed]: libevdev: update to 1.10.0.
  2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
                   ` (4 preceding siblings ...)
  2021-01-21 20:47 ` ericonr
@ 2021-02-15  2:58 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-02-15  2:58 UTC (permalink / raw)
  To: ml

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

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

libevdev: update to 1.10.0.
https://github.com/void-linux/void-packages/pull/25921

Description:


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

end of thread, other threads:[~2021-02-15  2:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27 18:22 [PR PATCH] libevdev: update to 1.10.0 skmpz
2020-12-20  4:29 ` ericonr
2021-01-16  5:47 ` biopsin
2021-01-18 21:32 ` ericonr
2021-01-18 21:35 ` [PR REVIEW] " ericonr
2021-01-21 20:47 ` ericonr
2021-02-15  2:58 ` [PR PATCH] [Closed]: " ericonr

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