[arch-commits] Commit in lshw/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Sat Aug 7 00:08:25 UTC 2021


    Date: Saturday, August 7, 2021 @ 00:08:25
  Author: spupykin
Revision: 994632

archrelease: copy trunk to community-x86_64

Added:
  lshw/repos/community-x86_64/PKGBUILD
    (from rev 994631, lshw/trunk/PKGBUILD)
Deleted:
  lshw/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-07 00:08:17 UTC (rev 994631)
+++ PKGBUILD	2021-08-07 00:08:25 UTC (rev 994632)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
-# Contributor: Chuck Yang <Chuck.Yang at gmail.com>
-
-pkgname=lshw
-pkgver=B.02.19.2
-pkgrel=1
-pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine."
-url="https://ezix.org/project/wiki/HardwareLiSter"
-license=('GPL')
-arch=('x86_64')
-depends=('gcc-libs' 'hwids')
-optdepends=('gtk2')
-makedepends=('gcc' 'gtk2' 'sqlite')
-source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz)
-sha256sums=('9bb347ac87142339a366a1759ac845e3dbb337ec000aa1b99b50ac6758a80f80')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' src/gui/integration/gtk-lshw.desktop
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make SBINDIR=/usr/bin
-  make SBINDIR=/usr/bin gui
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install
-  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install-gui
-  install -Dm0644 src/gui/integration/gtk-lshw.desktop "$pkgdir"/usr/share/applications/gtk-lshw.desktop
-  install -Dm0644 src/gui/integration/gtk-lshw.pam "$pkgdir"/usr/share/doc/$pkgname/gtk-lshw.pam
-  install -Dm0644 src/gui/integration/console.apps "$pkgdir"/usr/share/doc/$pkgname/console.apps
-  rm -f "$pkgdir"/usr/share/lshw/{pci,usb}.ids
-}

Copied: lshw/repos/community-x86_64/PKGBUILD (from rev 994631, lshw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-07 00:08:25 UTC (rev 994632)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
+# Contributor: Chuck Yang <Chuck.Yang at gmail.com>
+
+pkgname=lshw
+pkgver=B.02.19.2
+pkgrel=2
+pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine."
+url="https://ezix.org/project/wiki/HardwareLiSter"
+license=('GPL')
+arch=('x86_64')
+depends=('gcc-libs' 'hwids')
+optdepends=('gtk2')
+makedepends=('gcc' 'gtk2' 'sqlite')
+source=(https://ezix.org/software/files/lshw-$pkgver.tar.gz)
+sha256sums=('9bb347ac87142339a366a1759ac845e3dbb337ec000aa1b99b50ac6758a80f80')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' src/gui/integration/gtk-lshw.desktop
+  sed -i '/^LDFLAGS=$/d' src/core/Makefile src/gui/Makefile
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export VERSION=$pkgver
+  make SBINDIR=/usr/bin
+  make SBINDIR=/usr/bin gui
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install
+  make DESTDIR="$pkgdir"/ SBINDIR=/usr/bin install-gui
+  install -Dm0644 src/gui/integration/gtk-lshw.desktop "$pkgdir"/usr/share/applications/gtk-lshw.desktop
+  install -Dm0644 src/gui/integration/gtk-lshw.pam "$pkgdir"/usr/share/doc/$pkgname/gtk-lshw.pam
+  install -Dm0644 src/gui/integration/console.apps "$pkgdir"/usr/share/doc/$pkgname/console.apps
+  rm -f "$pkgdir"/usr/share/lshw/{pci,usb}.ids
+}



More information about the arch-commits mailing list