[arch-commits] Commit in usbview/repos/community-x86_64 (4 files)

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:09:24 UTC 2022


    Date: Monday, July 11, 2022 @ 20:09:24
  Author: eworm
Revision: 1249651

archrelease: copy trunk to community-x86_64

Added:
  usbview/repos/community-x86_64/PKGBUILD
    (from rev 1249650, usbview/trunk/PKGBUILD)
  usbview/repos/community-x86_64/usbview.install
    (from rev 1249650, usbview/trunk/usbview.install)
Deleted:
  usbview/repos/community-x86_64/PKGBUILD
  usbview/repos/community-x86_64/usbview.install

-----------------+
 PKGBUILD        |   66 +++++++++++++++++++++++++++---------------------------
 usbview.install |   22 +++++++++---------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:09:17 UTC (rev 1249650)
+++ PKGBUILD	2022-07-11 20:09:24 UTC (rev 1249651)
@@ -1,33 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Maintainer: coderobe <coderobe at archlinux.org>
-# Contributor: Jason Chu <jason at archlinux.org>
-
-pkgname=usbview
-pkgver=3.0
-pkgrel=1
-pkgdesc="Display the topology of devices on the USB bus"
-arch=('x86_64')
-url="http://www.kroah.com/linux/usb/"
-license=('GPL')
-depends=('gtk3' 'desktop-file-utils')
-makedepends=('pkg-config' 'imagemagick')
-install=${pkgname}.install
-source=("http://www.kroah.com/linux/usb/${pkgname}-${pkgver}.tar.gz")
-md5sums=('0e65d4978b1ac54f3bc8608d86af3a44')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" \
-       sysconfdir="${pkgdir}/etc" \
-       localstatedir="${pkgdir}/var" install
-}

Copied: usbview/repos/community-x86_64/PKGBUILD (from rev 1249650, usbview/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:09:24 UTC (rev 1249651)
@@ -0,0 +1,33 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: coderobe <coderobe at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=usbview
+pkgver=3.0
+pkgrel=2
+pkgdesc="Display the topology of devices on the USB bus"
+arch=('x86_64')
+url="http://www.kroah.com/linux/usb/"
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils')
+makedepends=('pkg-config' 'imagemagick')
+install=${pkgname}.install
+source=("http://www.kroah.com/linux/usb/${pkgname}-${pkgver}.tar.gz")
+md5sums=('0e65d4978b1ac54f3bc8608d86af3a44')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" \
+       sysconfdir="${pkgdir}/etc" \
+       localstatedir="${pkgdir}/var" install
+}

Deleted: usbview.install
===================================================================
--- usbview.install	2022-07-11 20:09:17 UTC (rev 1249650)
+++ usbview.install	2022-07-11 20:09:24 UTC (rev 1249651)
@@ -1,11 +0,0 @@
-post_install() {
-  echo ">>> Debugfs must be mounted in order to use usbview."
-  echo ">>> As root execute:"
-  echo ">>> \"mount -t debugfs none /sys/kernel/debug\" or add"
-  echo ">>> \"none /sys/kernel/debug debugfs defaults 0 0\""
-  echo ">>> to /etc/fstab"
-}
-
-post_upgrade() {
-  post_install
-}

Copied: usbview/repos/community-x86_64/usbview.install (from rev 1249650, usbview/trunk/usbview.install)
===================================================================
--- usbview.install	                        (rev 0)
+++ usbview.install	2022-07-11 20:09:24 UTC (rev 1249651)
@@ -0,0 +1,11 @@
+post_install() {
+  echo ">>> Debugfs must be mounted in order to use usbview."
+  echo ">>> As root execute:"
+  echo ">>> \"mount -t debugfs none /sys/kernel/debug\" or add"
+  echo ">>> \"none /sys/kernel/debug debugfs defaults 0 0\""
+  echo ">>> to /etc/fstab"
+}
+
+post_upgrade() {
+  post_install
+}



More information about the arch-commits mailing list