[arch-commits] Commit in hwinfo/repos/community-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Mar 27 01:22:22 UTC 2020
Date: Friday, March 27, 2020 @ 01:22:21
Author: felixonmars
Revision: 604931
archrelease: copy trunk to community-x86_64
Added:
hwinfo/repos/community-x86_64/PKGBUILD
(from rev 604930, hwinfo/trunk/PKGBUILD)
hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 604930, 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-03-27 01:22:02 UTC (rev 604930)
+++ PKGBUILD 2020-03-27 01:22:21 UTC (rev 604931)
@@ -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.68
-pkgrel=2
-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)
-sha256sums=('066c3cd8802d81b5a55a3a6ba55095eba613e817c60ebae8be3465e7e702c216'
- '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-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 604930, hwinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-27 01:22:21 UTC (rev 604931)
@@ -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.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:
Deleted: custom_ioctl.patch
===================================================================
--- custom_ioctl.patch 2020-03-27 01:22:02 UTC (rev 604930)
+++ custom_ioctl.patch 2020-03-27 01:22:21 UTC (rev 604931)
@@ -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 604930, hwinfo/trunk/custom_ioctl.patch)
===================================================================
--- custom_ioctl.patch (rev 0)
+++ custom_ioctl.patch 2020-03-27 01:22:21 UTC (rev 604931)
@@ -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