Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xf86-input-wacom: update to 0.39.0.
@ 2020-01-05 10:36 voidlinux-github
  2020-01-05 10:40 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-05 10:46 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-05 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages xf86-input-wacom
https://github.com/void-linux/void-packages/pull/18051

xf86-input-wacom: update to 0.39.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xf86-input-wacom-18051.patch --]
[-- Type: text/x-diff, Size: 1151 bytes --]

From 7ae25ba79c9ccf1e1dc061d58eb40621c4217698 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 5 Jan 2020 11:35:59 +0100
Subject: [PATCH] xf86-input-wacom: update to 0.39.0.

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

diff --git a/srcpkgs/xf86-input-wacom/template b/srcpkgs/xf86-input-wacom/template
index 6e693fde90d..d87e7bf8d95 100644
--- a/srcpkgs/xf86-input-wacom/template
+++ b/srcpkgs/xf86-input-wacom/template
@@ -1,6 +1,6 @@
 # Template file for 'xf86-input-wacom'
 pkgname=xf86-input-wacom
-version=0.38.0
+version=0.39.0
 revision=1
 lib32disabled=yes
 build_style=gnu-configure
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/linuxwacom/xf86-input-wacom"
 distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
-checksum=a1cd08dfb92eb770353b838561a0d89e06a54f599c808ec4d8bbb4f3c686a370
+checksum=12bf826e21bb61a9569be434e04cb1fcc68f7d8185a847ce899163f3152a1387
 
 xf86-input-wacom-devel_package() {
 	lib32disabled=yes

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

* Re: [PR PATCH] [Updated] xf86-input-wacom: update to 0.39.0.
  2020-01-05 10:36 [PR PATCH] xf86-input-wacom: update to 0.39.0 voidlinux-github
@ 2020-01-05 10:40 ` voidlinux-github
  2020-01-05 10:46 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-05 10:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages xf86-input-wacom
https://github.com/void-linux/void-packages/pull/18051

xf86-input-wacom: update to 0.39.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xf86-input-wacom-18051.patch --]
[-- Type: text/x-diff, Size: 1247 bytes --]

From 43b751f1b3899b79cd9ae3666685ae695252940e Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 5 Jan 2020 11:40:28 +0100
Subject: [PATCH] xf86-input-wacom: update to 0.39.0.

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

diff --git a/srcpkgs/xf86-input-wacom/template b/srcpkgs/xf86-input-wacom/template
index 6e693fde90d..b418bba2d4e 100644
--- a/srcpkgs/xf86-input-wacom/template
+++ b/srcpkgs/xf86-input-wacom/template
@@ -1,8 +1,7 @@
 # Template file for 'xf86-input-wacom'
 pkgname=xf86-input-wacom
-version=0.38.0
+version=0.39.0
 revision=1
-lib32disabled=yes
 build_style=gnu-configure
 configure_args="--without-systemd-unit-dir"
 hostmakedepends="pkg-config"
@@ -13,7 +12,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/linuxwacom/xf86-input-wacom"
 distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
-checksum=a1cd08dfb92eb770353b838561a0d89e06a54f599c808ec4d8bbb4f3c686a370
+checksum=12bf826e21bb61a9569be434e04cb1fcc68f7d8185a847ce899163f3152a1387
+lib32disabled=yes
 
 xf86-input-wacom-devel_package() {
 	lib32disabled=yes

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

* Re: [PR PATCH] [Merged]: xf86-input-wacom: update to 0.39.0.
  2020-01-05 10:36 [PR PATCH] xf86-input-wacom: update to 0.39.0 voidlinux-github
  2020-01-05 10:40 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-05 10:46 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-05 10:46 UTC (permalink / raw)
  To: ml

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

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

xf86-input-wacom: update to 0.39.0.
https://github.com/void-linux/void-packages/pull/18051

Description:


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05 10:36 [PR PATCH] xf86-input-wacom: update to 0.39.0 voidlinux-github
2020-01-05 10:40 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-05 10:46 ` [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).