hwids: update to 0.366.
This commit is contained in:
parent
924d721a10
commit
5a5d5de95b
|
@ -1,25 +0,0 @@
|
|||
From d3325fd72bd45ba74e709b4083521104193b224e Mon Sep 17 00:00:00 2001
|
||||
From: Markus Volk <f_l_k@t-online.de>
|
||||
Date: Wed, 9 Nov 2022 18:37:41 +0100
|
||||
Subject: [PATCH] hwdata.pc.in: use sysroot prefix for pkgdatadir variable
|
||||
|
||||
The pc_sysroot is automatically added to cflags and libs but not
|
||||
to 'pkg-config --variable'. This matches what wayland-protocols does.
|
||||
|
||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
||||
---
|
||||
hwdata.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/hwdata.pc.in b/hwdata.pc.in
|
||||
index 8dd73b6..c5791d3 100644
|
||||
--- a/hwdata.pc.in
|
||||
+++ b/hwdata.pc.in
|
||||
@@ -1,6 +1,6 @@
|
||||
prefix=@prefix@
|
||||
datadir=@datadir@
|
||||
-pkgdatadir=@pkgdatadir@
|
||||
+pkgdatadir=${pc_sysrootdir}@pkgdatadir@
|
||||
|
||||
Name: @NAME@
|
||||
Description: Hardware identification and configuration data
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'hwids'
|
||||
pkgname=hwids
|
||||
reverts="20201207_1 20210613_1 20200813.1_1 20200813.1_2 20200306_1 20200204_1 20191025_1 20190818_1 20190316_1 20180917_1 20180518_1 20180315_1 20171003_1 20170715_1 20170328_1 20161103_1 20160801_1 20160421_1 20160306_1 20150717_1 20150421_1 20150129_1 20150118_1"
|
||||
version=0.364
|
||||
version=0.366
|
||||
revision=1
|
||||
short_desc="Hardware Identification Databases"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/vcrhonek/hwdata"
|
||||
distfiles="https://github.com/vcrhonek/hwdata/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=e79ee7e0251c94273ac8ffa7f68892152d3cfc243a471bc61771d8ab53da3331
|
||||
checksum=bdc91561ec210877e6d1e3ec3abf0305389d7bcc3bf616bcecb2bdf74e3a7696
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/hwdata
|
||||
|
|
Loading…
Reference in New Issue