package/libpciaccess: bump to version 0.17
Drop patch (already in version) https://lists.x.org/archives/xorg-announce/2022-October/003226.html Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8a08b862c6
commit
bd6e79299f
@ -1,28 +0,0 @@
|
||||
From e1f9fc0a11559c1200005c4bfe34cd217ec117b4 Mon Sep 17 00:00:00 2001
|
||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Date: Fri, 25 Oct 2019 19:03:32 +0200
|
||||
Subject: [PATCH] pciaccess.pc.in: add Libs.Private
|
||||
|
||||
Add Libs.Private in pciaccess.pc.in so applications that wants to link
|
||||
statically with pciaccess will know that they have to link with its
|
||||
dependencies such as -lz
|
||||
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
[Upstream status:
|
||||
https://gitlab.freedesktop.org/xorg/lib/libpciaccess/merge_requests/10]
|
||||
---
|
||||
pciaccess.pc.in | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/pciaccess.pc.in b/pciaccess.pc.in
|
||||
index 706c5f7..c2da3d9 100644
|
||||
--- a/pciaccess.pc.in
|
||||
+++ b/pciaccess.pc.in
|
||||
@@ -8,3 +8,4 @@ Description: Library providing generic access to the PCI bus and devices.
|
||||
Version: @PACKAGE_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lpciaccess
|
||||
+Libs.Private: @PCIACCESS_LIBS@
|
||||
--
|
||||
2.23.0
|
||||
|
@ -1,7 +1,4 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2019-July/003014.html
|
||||
md5 b34e2cbdd6aa8f9cc3fa613fd401a6d6 libpciaccess-0.16.tar.bz2
|
||||
sha1 ffaa13f2df5f822da1089b55223b217c142ef919 libpciaccess-0.16.tar.bz2
|
||||
sha256 214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489 libpciaccess-0.16.tar.bz2
|
||||
sha512 2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1 libpciaccess-0.16.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2022-October/003226.html
|
||||
sha512 8484605c66ef18c8d8a3e029a6d33e26fcaa450c1263790d89ac8b0a160ffb2dfceaa6140ac9ad7d8087283ecbec8ac801f757e44890d547c3cbecd2c922ca47 libpciaccess-0.17.tar.xz
|
||||
# Hash for license file:
|
||||
sha256 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608 COPYING
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBPCIACCESS_VERSION = 0.16
|
||||
LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.bz2
|
||||
LIBPCIACCESS_VERSION = 0.17
|
||||
LIBPCIACCESS_SOURCE = libpciaccess-$(LIBPCIACCESS_VERSION).tar.xz
|
||||
LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
LIBPCIACCESS_LICENSE = MIT
|
||||
LIBPCIACCESS_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user