From 9ee9202339b9209a4ad80a0c67ddc5ce321db042 Mon Sep 17 00:00:00 2001 From: lemmi Date: Tue, 30 Aug 2022 14:23:26 +0200 Subject: [PATCH] usbhid-dump: replace with usbutils usbhid-dump is shipped with usbutils --- srcpkgs/usbhid-dump/template | 17 ----------------- srcpkgs/usbutils/template | 5 +++-- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/usbhid-dump/template diff --git a/srcpkgs/usbhid-dump/template b/srcpkgs/usbhid-dump/template deleted file mode 100644 index bf47fb06439..00000000000 --- a/srcpkgs/usbhid-dump/template +++ /dev/null @@ -1,17 +0,0 @@ -# Template file for 'usbhid-dump' -pkgname=usbhid-dump -version=1.4 -revision=1 -build_style=gnu-configure -hostmakedepends="automake libtool pkg-config" -makedepends="libusb-devel" -short_desc="USB HID device dumping utility" -maintainer="lemmi " -license="GPL-2.0-or-later" -homepage="https://github.com/DIGImend/usbhid-dump" -distfiles="https://github.com/DIGImend/usbhid-dump/archive/${version}.tar.gz" -checksum=8e39092396bddbda3bc520b39417f78c09958efb3df1f2e16ff37006a3b1905d - -pre_configure() { - autoreconf -i -f -} diff --git a/srcpkgs/usbutils/template b/srcpkgs/usbutils/template index 0b149585e8e..4c7f552a3fe 100644 --- a/srcpkgs/usbutils/template +++ b/srcpkgs/usbutils/template @@ -1,7 +1,7 @@ # Template file for 'usbutils' pkgname=usbutils version=014 -revision=1 +revision=2 build_style=gnu-configure configure_args="--datadir=/usr/share/hwdata --disable-zlib" hostmakedepends="automake libtool pkg-config" @@ -10,10 +10,11 @@ depends="hwids" short_desc="Linux USB utilities" maintainer="Enno Boland " license="GPL-2.0-only" -homepage="https://linux-usb.sourceforge.net/" +homepage="https://github.com/gregkh/usbutils" changelog="https://raw.githubusercontent.com/gregkh/usbutils/master/NEWS" distfiles="${KERNEL_SITE}/utils/usb/usbutils/usbutils-${version}.tar.xz" checksum=3a079cfad60560227b67192482d7813bf96326fcbb66c04254839715f276fc69 +replaces="usbhid-dump<=1.4_1" post_install() { # Remove lsusb.py - avoid useless python scripts