Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libinput: update to 1.18.0.
@ 2021-07-18  9:10 paper42
  2021-08-04 21:33 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2021-07-18  9:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libinput-1.18.0
https://github.com/void-linux/void-packages/pull/32031

libinput: update to 1.18.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libinput-1.18.0-32031.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]

From 52e025cb1678f3f0becc045404ebffa0fd534584 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 18 Jul 2021 11:01:29 +0200
Subject: [PATCH] libinput: update to 1.18.0.

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

diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template
index 6361bb405ee7..cbc57210bf5b 100644
--- a/srcpkgs/libinput/template
+++ b/srcpkgs/libinput/template
@@ -1,6 +1,6 @@
 # Template file for 'libinput'
 pkgname=libinput
-version=1.17.3
+version=1.18.0
 revision=1
 build_style=meson
 configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
@@ -13,7 +13,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libinput"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=0d010e0bf601b5d3a06b3c4d77d67751cf554f3e6448e57aa046ea9ee8f818ac
+checksum=18c6a286583268d39841348e561fbb4713bde0c643b360f5d8a3f27800afdb9a
 
 build_options="debug_gui"
 desc_option_debug_gui="Build with debug GUI (GTK+3)"

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

* Re: [PR PATCH] [Updated] libinput: update to 1.18.0.
  2021-07-18  9:10 [PR PATCH] libinput: update to 1.18.0 paper42
@ 2021-08-04 21:33 ` paper42
  2021-08-04 21:44 ` paper42
  2021-08-05 16:38 ` [PR PATCH] [Merged]: libinput: update to 1.18.1 paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-04 21:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libinput-1.18.0
https://github.com/void-linux/void-packages/pull/32031

libinput: update to 1.18.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libinput-1.18.0-32031.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]

From cbfc2921486123401fc6f2258550de46ddc3ef17 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 18 Jul 2021 11:01:29 +0200
Subject: [PATCH] libinput: update to 1.18.0.

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

diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template
index 6361bb405ee7..cbc57210bf5b 100644
--- a/srcpkgs/libinput/template
+++ b/srcpkgs/libinput/template
@@ -1,6 +1,6 @@
 # Template file for 'libinput'
 pkgname=libinput
-version=1.17.3
+version=1.18.0
 revision=1
 build_style=meson
 configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
@@ -13,7 +13,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libinput"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=0d010e0bf601b5d3a06b3c4d77d67751cf554f3e6448e57aa046ea9ee8f818ac
+checksum=18c6a286583268d39841348e561fbb4713bde0c643b360f5d8a3f27800afdb9a
 
 build_options="debug_gui"
 desc_option_debug_gui="Build with debug GUI (GTK+3)"

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

* Re: [PR PATCH] [Updated] libinput: update to 1.18.0.
  2021-07-18  9:10 [PR PATCH] libinput: update to 1.18.0 paper42
  2021-08-04 21:33 ` [PR PATCH] [Updated] " paper42
@ 2021-08-04 21:44 ` paper42
  2021-08-05 16:38 ` [PR PATCH] [Merged]: libinput: update to 1.18.1 paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-04 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libinput-1.18.0
https://github.com/void-linux/void-packages/pull/32031

libinput: update to 1.18.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libinput-1.18.0-32031.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]

From fa6323ff5cd499a42e3827b9b952d0f7fc22db02 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 18 Jul 2021 11:01:29 +0200
Subject: [PATCH] libinput: update to 1.18.1.

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

diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template
index 6361bb405ee7..ef558a68d6a5 100644
--- a/srcpkgs/libinput/template
+++ b/srcpkgs/libinput/template
@@ -1,6 +1,6 @@
 # Template file for 'libinput'
 pkgname=libinput
-version=1.17.3
+version=1.18.1
 revision=1
 build_style=meson
 configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
@@ -13,7 +13,7 @@ maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="MIT"
 homepage="https://www.freedesktop.org/wiki/Software/libinput"
 distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=0d010e0bf601b5d3a06b3c4d77d67751cf554f3e6448e57aa046ea9ee8f818ac
+checksum=9ca14021fbc2523bc0610582c51f368321592040b6ca63becc2fa1ea11f1a7cb
 
 build_options="debug_gui"
 desc_option_debug_gui="Build with debug GUI (GTK+3)"

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

* Re: [PR PATCH] [Merged]: libinput: update to 1.18.1.
  2021-07-18  9:10 [PR PATCH] libinput: update to 1.18.0 paper42
  2021-08-04 21:33 ` [PR PATCH] [Updated] " paper42
  2021-08-04 21:44 ` paper42
@ 2021-08-05 16:38 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-08-05 16:38 UTC (permalink / raw)
  To: ml

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

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

libinput: update to 1.18.1.
https://github.com/void-linux/void-packages/pull/32031

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-08-05 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18  9:10 [PR PATCH] libinput: update to 1.18.0 paper42
2021-08-04 21:33 ` [PR PATCH] [Updated] " paper42
2021-08-04 21:44 ` paper42
2021-08-05 16:38 ` [PR PATCH] [Merged]: libinput: update to 1.18.1 paper42

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