[arch-commits] Commit in hwinfo/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 09:01:30 UTC 2020
Date: Thursday, April 23, 2020 @ 09:01:30
Author: felixonmars
Revision: 617826
archrelease: copy trunk to community-x86_64
Added:
hwinfo/repos/community-x86_64/PKGBUILD
(from rev 617824, hwinfo/trunk/PKGBUILD)
hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 617824, hwinfo/trunk/custom_ioctl.patch)
Deleted:
hwinfo/repos/community-x86_64/PKGBUILD
hwinfo/repos/community-x86_64/custom_ioctl.patch
--------------------+
PKGBUILD | 80 +++++++++++++++++++++++++--------------------------
custom_ioctl.patch | 32 ++++++++++----------
2 files changed, 56 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 09:01:28 UTC (rev 617825)
+++ PKGBUILD 2020-04-23 09:01:30 UTC (rev 617826)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Gergely Imreh <imrehg at gmail.com>
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.69
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=(x86_64)
-url='https://github.com/openSUSE/hwinfo'
-license=(GPL2)
-depends=(libx86emu perl)
-makedepends=(flex git sysfsutils)
-options=(!emptydirs)
-source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz"
- custom_ioctl.patch)
-sha512sums=('0b21f77d03f61abee53b90070b2aa634faf8383b50ef5c548b41079858bd6b3b67fc817666a5a77cc38a4cfabd9f00b2516db659b5e6def18e8882650f24a7f7'
- '88134fb6a08b86841c6b560afc9b8bb009c45bda1674437ef1b36f3d67ea37056717567252a314812dc30f174f0ad2be8768fba23469df42afbf5ebdd4666a3c')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -p0 -i ../custom_ioctl.patch
- echo 'touch changelog' > git2log
-}
-
-build() {
- make -C $pkgname-$pkgver -j1 \
- HWINFO_VERSION="$pkgver" \
- CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
- LIBDIR=/usr/lib
-}
-
-package() {
- make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR="$pkgdir" install
- mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
-}
-
-# getver: github.com/openSUSE/hwinfo/releases
-# vim: ts=2 sw=2 et:
Copied: hwinfo/repos/community-x86_64/PKGBUILD (from rev 617824, hwinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-23 09:01:30 UTC (rev 617826)
@@ -0,0 +1,40 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Gergely Imreh <imrehg at gmail.com>
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.70
+pkgrel=1
+pkgdesc='Hardware detection tool from openSUSE'
+arch=(x86_64)
+url='https://github.com/openSUSE/hwinfo'
+license=(GPL2)
+depends=(libx86emu perl)
+makedepends=(flex git sysfsutils)
+options=(!emptydirs)
+source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz"
+ custom_ioctl.patch)
+sha512sums=('d0b97e630cab8959322abcc97fa940e78df805d33239b79e9bbdc8f3d2509dea3b37c4c6c9351d61519e57b337332186177bdb96a046fac3faaafd112642b7c5'
+ '88134fb6a08b86841c6b560afc9b8bb009c45bda1674437ef1b36f3d67ea37056717567252a314812dc30f174f0ad2be8768fba23469df42afbf5ebdd4666a3c')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p0 -i ../custom_ioctl.patch
+ echo 'touch changelog' > git2log
+}
+
+build() {
+ make -C $pkgname-$pkgver -j1 \
+ HWINFO_VERSION="$pkgver" \
+ CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
+ LIBDIR=/usr/lib
+}
+
+package() {
+ make -C $pkgname-$pkgver LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+ mv "$pkgdir/usr/sbin" "$pkgdir/usr/bin"
+}
+
+# getver: github.com/openSUSE/hwinfo/releases
+# vim: ts=2 sw=2 et:
Deleted: custom_ioctl.patch
===================================================================
--- custom_ioctl.patch 2020-04-23 09:01:28 UTC (rev 617825)
+++ custom_ioctl.patch 2020-04-23 09:01:30 UTC (rev 617826)
@@ -1,16 +0,0 @@
---- src/hd/kbd.c.old 2010-03-15 23:37:52.000000000 +0800
-+++ src/hd/kbd.c 2010-03-22 10:50:58.000000000 +0800
-@@ -146,11 +146,13 @@
- }
-
- if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
-+ /* Removing since TIOCGDEV is not supported by the mainline kernel
- if(ioctl(fd, TIOCGDEV, &u) != -1) {
- tty_major = (u >> 8) & 0xfff;
- tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
- ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
- }
-+ */
-
- if (0)
- ;
Copied: hwinfo/repos/community-x86_64/custom_ioctl.patch (from rev 617824, hwinfo/trunk/custom_ioctl.patch)
===================================================================
--- custom_ioctl.patch (rev 0)
+++ custom_ioctl.patch 2020-04-23 09:01:30 UTC (rev 617826)
@@ -0,0 +1,16 @@
+--- src/hd/kbd.c.old 2010-03-15 23:37:52.000000000 +0800
++++ src/hd/kbd.c 2010-03-22 10:50:58.000000000 +0800
+@@ -146,11 +146,13 @@
+ }
+
+ if(!dev && (fd = open(DEV_CONSOLE, O_RDWR | O_NONBLOCK | O_NOCTTY)) >= 0) {
++ /* Removing since TIOCGDEV is not supported by the mainline kernel
+ if(ioctl(fd, TIOCGDEV, &u) != -1) {
+ tty_major = (u >> 8) & 0xfff;
+ tty_minor = (u & 0xff) | ((u >> 12) & 0xfff00);
+ ADD2LOG(DEV_CONSOLE ": major %u, minor %u\n", tty_major, tty_minor);
+ }
++ */
+
+ if (0)
+ ;
More information about the arch-commits
mailing list