[arch-commits] Commit in usbutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-11-12 Thread David Runge via arch-commits
Date: Thursday, November 12, 2020 @ 10:41:04
  Author: dvzrv
Revision: 400495

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/
  usbutils/repos/testing-x86_64/PKGBUILD
(from rev 400494, usbutils/trunk/PKGBUILD)

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Copied: usbutils/repos/testing-x86_64/PKGBUILD (from rev 400494, 
usbutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-11-12 10:41:04 UTC (rev 400495)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+# Contributor: Tobias Powalowski 
+# Contributor: Tom Gundersen 
+# Contributor: Judd Vinet 
+# Contributor: Curtis Campbell 
+
+pkgname=usbutils
+pkgver=013
+pkgrel=1
+pkgdesc="A collection of USB tools to query connected USB devices"
+arch=('x86_64')
+url="https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/;
+license=('GPL2')
+depends=('glibc' 'hwids')
+makedepends=('libusb' 'systemd')
+optdepends=('python: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+source=("https://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar"{.xz,.sign})
+sha512sums=('eb1751e5b82f7a1bdffc667662cebee6fd42f466e59d4eb4c98f0d3723d740305377da1df1ba5831402fddbbd1697bbfa2abd22d9ed175e2dee55d6d007e9e54'
+'SKIP')
+b2sums=('d6e7925e180ba90f27ca12f13ed985f34e51b230ec08188c91bf39bb8e64baa319aa63d473318e1a4cb21b53808e8610f837ea0bb85657072f1c70107d037873'
+'SKIP')
+validpgpkeys=('647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --datadir=/usr/share/hwdata
+  make
+}
+
+package() {
+  depends+=('libusb-1.0.so' 'libudev.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 {README.md,NEWS} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


[arch-commits] Commit in usbutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-08-26 Thread Antonio Rojas via arch-commits
Date: Monday, August 26, 2019 @ 11:54:49
  Author: arojas
Revision: 361229

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/
  usbutils/repos/testing-x86_64/PKGBUILD
(from rev 361228, usbutils/trunk/PKGBUILD)

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Copied: usbutils/repos/testing-x86_64/PKGBUILD (from rev 361228, 
usbutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-26 11:54:49 UTC (rev 361229)
@@ -0,0 +1,33 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Tom Gundersen 
+# Contributor: Judd Vinet 
+# Contributor: Curtis Campbell 
+pkgname=usbutils
+pkgver=012
+pkgrel=1
+pkgdesc="USB Device Utilities"
+arch=(x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url="http://linux-usb.sourceforge.net/;
+source=("https://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar"{.xz,.sign})
+md5sums=('0da98eb80159071fdbb00905390509d9'
+ 'SKIP')
+validpgpkeys=('647F28654894E3BD457199BE38DBBDC86092693E') # Greg Kroah-Hartman 

+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}


[arch-commits] Commit in usbutils/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-06-22 Thread Tobias Powalowski via arch-commits
Date: Friday, June 22, 2018 @ 08:38:04
  Author: tpowa
Revision: 327446

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/
  usbutils/repos/testing-x86_64/PKGBUILD
(from rev 327445, usbutils/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: usbutils/repos/testing-x86_64/PKGBUILD (from rev 327445, 
usbutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-22 08:38:04 UTC (rev 327446)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Tom Gundersen 
+# Contributor: Judd Vinet 
+# Contributor: Curtis Campbell 
+pkgname=usbutils
+pkgver=010
+pkgrel=1
+pkgdesc="USB Device Utilities"
+arch=(x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url="http://linux-usb.sourceforge.net/;
+source=("http://www.kernel.org/pub/linux/utils/usb/usbutils/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('938e3707593974be99a0dd6d1de76671')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}


[arch-commits] Commit in usbutils/repos/testing-x86_64 (5 files)

2011-08-17 Thread Eric BĂ©langer
Date: Thursday, August 18, 2011 @ 00:47:26
  Author: eric
Revision: 135725

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/PKGBUILD
(from rev 135724, usbutils/trunk/PKGBUILD)
  usbutils/repos/testing-x86_64/fix-python2.patch
(from rev 135724, usbutils/trunk/fix-python2.patch)
  usbutils/repos/testing-x86_64/usb.ids-2011.08.17
(from rev 135724, usbutils/trunk/usb.ids-2011.08.17)
Deleted:
  usbutils/repos/testing-x86_64/PKGBUILD
  usbutils/repos/testing-x86_64/fix-python2.patch

+
 PKGBUILD   |   86 
 fix-python2.patch  |   34 
 usb.ids-2011.08.17 |16529 +++
 3 files changed, 16589 insertions(+), 60 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 135724:135725 to see the changes.


[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-07-06 Thread Tobias Powalowski
Date: Wednesday, July 6, 2011 @ 03:14:38
  Author: tpowa
Revision: 130376

archrelease: remove testing-x86_64

Deleted:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-07-06 Thread Tobias Powalowski
Date: Wednesday, July 6, 2011 @ 03:14:55
  Author: tpowa
Revision: 130377

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-07-05 Thread Tobias Powalowski
Date: Tuesday, July 5, 2011 @ 11:17:47
  Author: tpowa
Revision: 130341

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-05-08 Thread Allan McRae
Date: Sunday, May 8, 2011 @ 22:21:28
  Author: allan
Revision: 123174

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-04-09 Thread Tobias Powalowski
Date: Saturday, April 9, 2011 @ 16:56:03
  Author: tpowa
Revision: 118973

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-03-25 Thread Tobias Powalowski
Date: Friday, March 25, 2011 @ 04:27:07
  Author: tpowa
Revision: 116704

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:29:24
  Author: tpowa
Revision: 104569

archrelease: remove testing-x86_64

Deleted:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-01-04 Thread Tobias Powalowski
Date: Tuesday, January 4, 2011 @ 03:29:39
  Author: tpowa
Revision: 104570

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2011-01-03 Thread Tobias Powalowski
Date: Monday, January 3, 2011 @ 18:12:35
  Author: tpowa
Revision: 104549

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2010-12-10 Thread Tobias Powalowski
Date: Friday, December 10, 2010 @ 18:06:08
  Author: tpowa
Revision: 102761

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2010-11-29 Thread Allan McRae
Date: Monday, November 29, 2010 @ 06:42:04
  Author: allan
Revision: 101493

db-move: usbutils removed by allan for move to [testing] (x86_64)

Deleted:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2010-11-28 Thread Tobias Powalowski
Date: Sunday, November 28, 2010 @ 08:23:55
  Author: tpowa
Revision: 101167

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2010-08-13 Thread Tobias Powalowski
Date: Friday, August 13, 2010 @ 06:23:34
  Author: tpowa
Revision: 87431

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/



[arch-commits] Commit in usbutils/repos (testing-x86_64)

2010-03-21 Thread Tobias Powalowski
Date: Sunday, March 21, 2010 @ 12:22:50
  Author: tpowa
Revision: 72939

archrelease: copy trunk to testing-x86_64

Added:
  usbutils/repos/testing-x86_64/