Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hidapi: update to 0.9.0
@ 2019-06-19 15:55 voidlinux-github
  2019-06-19 16:16 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 15:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/z3ntu/void-packages hidapi
https://github.com/void-linux/void-packages/pull/12553

hidapi: update to 0.9.0
Let's see if this passes the CI

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hidapi-12553.patch --]
[-- Type: application/text/x-diff, Size: 1519 bytes --]

From aeec4ee97c49e0946f2428da05203b43e054476b Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:51:23 +0200
Subject: [PATCH] hidapi: update to 0.9.0

---
 srcpkgs/hidapi/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 03091c66f0c..ddc6e9cd91c 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,22 +1,20 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-_distver=0.8.0
-_patchver=rc1
-version=${_distver}${_patchver}
-revision=2
-wrksrc="${pkgname}-${pkgname}-${_distver}-${_patchver}"
+version=0.9.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
 short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://www.signal11.us/oss/hidapi/"
-distfiles="https://github.com/signal11/hidapi/archive/hidapi-${_distver}-${_patchver}.tar.gz"
-checksum=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
+homepage="https://github.com/libusb/hidapi"
+distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
+checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
 
 pre_configure() {
-	NOCONFIGURE=1 ./bootstrap
+	./bootstrap
 }
 post_install() {
 	rm -r ${DESTDIR}/usr/share

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

* Re: [PR PATCH] [Updated] hidapi: update to 0.9.0
  2019-06-19 15:55 [PR PATCH] hidapi: update to 0.9.0 voidlinux-github
@ 2019-06-19 16:16 ` voidlinux-github
  2019-06-19 16:16 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/z3ntu/void-packages hidapi
https://github.com/void-linux/void-packages/pull/12553

hidapi: update to 0.9.0
Let's see if this passes the CI

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hidapi-12553.patch --]
[-- Type: application/text/x-diff, Size: 2410 bytes --]

From aeec4ee97c49e0946f2428da05203b43e054476b Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:51:23 +0200
Subject: [PATCH 1/2] hidapi: update to 0.9.0

---
 srcpkgs/hidapi/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 03091c66f0c..ddc6e9cd91c 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,22 +1,20 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-_distver=0.8.0
-_patchver=rc1
-version=${_distver}${_patchver}
-revision=2
-wrksrc="${pkgname}-${pkgname}-${_distver}-${_patchver}"
+version=0.9.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
 short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://www.signal11.us/oss/hidapi/"
-distfiles="https://github.com/signal11/hidapi/archive/hidapi-${_distver}-${_patchver}.tar.gz"
-checksum=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
+homepage="https://github.com/libusb/hidapi"
+distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
+checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
 
 pre_configure() {
-	NOCONFIGURE=1 ./bootstrap
+	./bootstrap
 }
 post_install() {
 	rm -r ${DESTDIR}/usr/share

From cef988466763723cb9c5c2c6ce8e3bf846ef2b05 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:57:39 +0200
Subject: [PATCH 2/2] fix short_desc

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

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index ddc6e9cd91c..819d2943ed4 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
-short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
+short_desc="Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/libusb/hidapi"

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

* Re: [PR PATCH] [Updated] hidapi: update to 0.9.0
  2019-06-19 15:55 [PR PATCH] hidapi: update to 0.9.0 voidlinux-github
  2019-06-19 16:16 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-19 16:16 ` voidlinux-github
  2019-06-19 16:34 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/z3ntu/void-packages hidapi
https://github.com/void-linux/void-packages/pull/12553

hidapi: update to 0.9.0
Let's see if this passes the CI

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hidapi-12553.patch --]
[-- Type: application/text/x-diff, Size: 2410 bytes --]

From aeec4ee97c49e0946f2428da05203b43e054476b Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:51:23 +0200
Subject: [PATCH 1/2] hidapi: update to 0.9.0

---
 srcpkgs/hidapi/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 03091c66f0c..ddc6e9cd91c 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,22 +1,20 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-_distver=0.8.0
-_patchver=rc1
-version=${_distver}${_patchver}
-revision=2
-wrksrc="${pkgname}-${pkgname}-${_distver}-${_patchver}"
+version=0.9.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
 short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://www.signal11.us/oss/hidapi/"
-distfiles="https://github.com/signal11/hidapi/archive/hidapi-${_distver}-${_patchver}.tar.gz"
-checksum=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
+homepage="https://github.com/libusb/hidapi"
+distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
+checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
 
 pre_configure() {
-	NOCONFIGURE=1 ./bootstrap
+	./bootstrap
 }
 post_install() {
 	rm -r ${DESTDIR}/usr/share

From cef988466763723cb9c5c2c6ce8e3bf846ef2b05 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:57:39 +0200
Subject: [PATCH 2/2] fix short_desc

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

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index ddc6e9cd91c..819d2943ed4 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -6,7 +6,7 @@ wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
-short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
+short_desc="Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/libusb/hidapi"

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

* Re: [PR PATCH] [Updated] hidapi: update to 0.9.0
  2019-06-19 15:55 [PR PATCH] hidapi: update to 0.9.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-19 16:34 ` voidlinux-github
@ 2019-06-19 16:34 ` voidlinux-github
  2019-06-19 19:10 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 16:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/z3ntu/void-packages hidapi
https://github.com/void-linux/void-packages/pull/12553

hidapi: update to 0.9.0
Let's see if this passes the CI

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hidapi-12553.patch --]
[-- Type: application/text/x-diff, Size: 1604 bytes --]

From e24df298e0ce51f03782128170e97c997863ec82 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:51:23 +0200
Subject: [PATCH] hidapi: update to 0.9.0

---
 srcpkgs/hidapi/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 03091c66f0c..819d2943ed4 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,22 +1,20 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-_distver=0.8.0
-_patchver=rc1
-version=${_distver}${_patchver}
-revision=2
-wrksrc="${pkgname}-${pkgname}-${_distver}-${_patchver}"
+version=0.9.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
-short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
+short_desc="Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://www.signal11.us/oss/hidapi/"
-distfiles="https://github.com/signal11/hidapi/archive/hidapi-${_distver}-${_patchver}.tar.gz"
-checksum=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
+homepage="https://github.com/libusb/hidapi"
+distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
+checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
 
 pre_configure() {
-	NOCONFIGURE=1 ./bootstrap
+	./bootstrap
 }
 post_install() {
 	rm -r ${DESTDIR}/usr/share

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

* Re: [PR PATCH] [Updated] hidapi: update to 0.9.0
  2019-06-19 15:55 [PR PATCH] hidapi: update to 0.9.0 voidlinux-github
  2019-06-19 16:16 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-19 16:16 ` voidlinux-github
@ 2019-06-19 16:34 ` voidlinux-github
  2019-06-19 16:34 ` voidlinux-github
  2019-06-19 19:10 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 16:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/z3ntu/void-packages hidapi
https://github.com/void-linux/void-packages/pull/12553

hidapi: update to 0.9.0
Let's see if this passes the CI

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hidapi-12553.patch --]
[-- Type: application/text/x-diff, Size: 1604 bytes --]

From e24df298e0ce51f03782128170e97c997863ec82 Mon Sep 17 00:00:00 2001
From: Luca Weiss <luca@z3ntu.xyz>
Date: Wed, 19 Jun 2019 17:51:23 +0200
Subject: [PATCH] hidapi: update to 0.9.0

---
 srcpkgs/hidapi/template | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/hidapi/template b/srcpkgs/hidapi/template
index 03091c66f0c..819d2943ed4 100644
--- a/srcpkgs/hidapi/template
+++ b/srcpkgs/hidapi/template
@@ -1,22 +1,20 @@
 # Template file for 'hidapi'
 pkgname=hidapi
-_distver=0.8.0
-_patchver=rc1
-version=${_distver}${_patchver}
-revision=2
-wrksrc="${pkgname}-${pkgname}-${_distver}-${_patchver}"
+version=0.9.0
+revision=1
+wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
-short_desc="A Simple library for communicating with USB and Bluetooth HID devices"
+short_desc="Simple library for communicating with USB and Bluetooth HID devices"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="http://www.signal11.us/oss/hidapi/"
-distfiles="https://github.com/signal11/hidapi/archive/hidapi-${_distver}-${_patchver}.tar.gz"
-checksum=3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61
+homepage="https://github.com/libusb/hidapi"
+distfiles="https://github.com/libusb/hidapi/archive/hidapi-${version}.tar.gz"
+checksum=630ee1834bdd5c5761ab079fd04f463a89585df8fcae51a7bfe4229b1e02a652
 
 pre_configure() {
-	NOCONFIGURE=1 ./bootstrap
+	./bootstrap
 }
 post_install() {
 	rm -r ${DESTDIR}/usr/share

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

* Re: [PR PATCH] [Merged]: hidapi: update to 0.9.0
  2019-06-19 15:55 [PR PATCH] hidapi: update to 0.9.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-19 16:34 ` voidlinux-github
@ 2019-06-19 19:10 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-19 19:10 UTC (permalink / raw)
  To: ml

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

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

hidapi: update to 0.9.0
https://github.com/void-linux/void-packages/pull/12553
Description: PR should be fine this way I hope

The original author of hidapi (signal11) has been inactive for a long while now so the project has been forked under the libusb umbrella (https://github.com/libusb/hidapi) for development to continue there.

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

end of thread, other threads:[~2019-06-19 19:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19 15:55 [PR PATCH] hidapi: update to 0.9.0 voidlinux-github
2019-06-19 16:16 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-19 16:16 ` voidlinux-github
2019-06-19 16:34 ` voidlinux-github
2019-06-19 16:34 ` voidlinux-github
2019-06-19 19:10 ` [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).