Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] usbutils: update to 014
@ 2021-11-09 18:09 uhohspaghetios
  2021-12-11 19:10 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: uhohspaghetios @ 2021-11-09 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages usbutils
https://github.com/void-linux/void-packages/pull/33985

usbutils: update to 014
<!-- 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->
Autogen no longer used for build.

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

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

From 6ed5d0cee98c2523be93c7df7bee3de59e57e130 Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Tue, 9 Nov 2021 13:07:12 -0500
Subject: [PATCH] usbutils: update to 014

---
 srcpkgs/usbutils/template | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/usbutils/template b/srcpkgs/usbutils/template
index c3a53b0aee02..0b149585e8e6 100644
--- a/srcpkgs/usbutils/template
+++ b/srcpkgs/usbutils/template
@@ -1,30 +1,19 @@
 # Template file for 'usbutils'
 pkgname=usbutils
-version=013
+version=014
 revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/hwdata --disable-zlib"
-hostmakedepends="autogen automake libtool pkg-config"
+hostmakedepends="automake libtool pkg-config"
 makedepends="eudev-libudev-devel libusb-devel"
 depends="hwids"
 short_desc="Linux USB utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
-homepage="http://linux-usb.sourceforge.net/"
-#changelog="https://raw.githubusercontent.com/gregkh/usbutils/master/NEWS"
+homepage="https://linux-usb.sourceforge.net/"
+changelog="https://raw.githubusercontent.com/gregkh/usbutils/master/NEWS"
 distfiles="${KERNEL_SITE}/utils/usb/usbutils/usbutils-${version}.tar.xz"
-checksum=9e23494fcc78b7a80ee29a07dd179c95ae2f71509c35728dbbabc2d1cca41338
-
-pre_configure() {
-	local autogen_args
-	autogen_args="--prefix=/usr"
-
-	if [ "$CROSS_BUILD" ]; then
-		autogen_args+="--build=${XBPS_CROSS_TRIPLET} --host=${XBPS_CROSS_TRIPLET}"
-	fi
-
-	./autogen.sh ${autogen_args}
-}
+checksum=3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69
 
 post_install() {
 	# Remove lsusb.py - avoid useless python scripts

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

* Re: [PR PATCH] [Merged]: usbutils: update to 014
  2021-11-09 18:09 [PR PATCH] usbutils: update to 014 uhohspaghetios
@ 2021-12-11 19:10 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2021-12-11 19:10 UTC (permalink / raw)
  To: ml

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

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

usbutils: update to 014
https://github.com/void-linux/void-packages/pull/33985

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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->
Autogen no longer used for build.

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

end of thread, other threads:[~2021-12-11 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 18:09 [PR PATCH] usbutils: update to 014 uhohspaghetios
2021-12-11 19:10 ` [PR PATCH] [Merged]: " Duncaen

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