mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eudev: update to 3.2.12.
This commit is contained in:
parent
6cbcee12df
commit
7a0bd297e7
2 changed files with 10 additions and 31 deletions
|
@ -1,20 +0,0 @@
|
||||||
From 9d9e80239647d37e5cfe320c422cce879c2e0d2c Mon Sep 17 00:00:00 2001
|
|
||||||
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
|
|
||||||
Date: Sat, 9 Apr 2022 05:39:56 -0700
|
|
||||||
Subject: [PATCH] udev: add udev_dir as synonym of udevdir
|
|
||||||
|
|
||||||
---
|
|
||||||
src/udev/udev.pc.in | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/udev/udev.pc.in b/src/udev/udev.pc.in
|
|
||||||
index 4a9d867b8..cccebb245 100644
|
|
||||||
--- a/src/udev/udev.pc.in
|
|
||||||
+++ b/src/udev/udev.pc.in
|
|
||||||
@@ -3,4 +3,5 @@ Description: eudev
|
|
||||||
Version: @UDEV_VERSION@
|
|
||||||
prefix=@prefix@
|
|
||||||
exec_prefix=@exec_prefix@
|
|
||||||
-udevdir=@udevlibexecdir@
|
|
||||||
+udev_dir=@udevlibexecdir@
|
|
||||||
+udevdir=${udev_dir}
|
|
|
@ -3,33 +3,32 @@
|
||||||
_UDEV_VERSION="243" # compatible udev version provided
|
_UDEV_VERSION="243" # compatible udev version provided
|
||||||
|
|
||||||
pkgname=eudev
|
pkgname=eudev
|
||||||
version=3.2.11
|
version=3.2.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-hwdb --enable-manpages --disable-introspection"
|
configure_args="--enable-hwdb --enable-manpages"
|
||||||
hostmakedepends="pkg-config gperf"
|
hostmakedepends="pkg-config gperf"
|
||||||
makedepends="libblkid-devel libkmod-devel"
|
makedepends="libblkid-devel libkmod-devel"
|
||||||
checkdepends="xz tar perl"
|
checkdepends="xz tar perl"
|
||||||
short_desc="Fork of systemd-udev (enhanced userland device daemon)"
|
short_desc="Fork of systemd-udev (enhanced userland device daemon)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/eudev-project"
|
homepage="https://github.com/eudev-project/eudev"
|
||||||
|
changelog="https://github.com/eudev-project/eudev/releases"
|
||||||
distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
|
distfiles="https://github.com/eudev-project/eudev/releases/download/v${version}/eudev-${version}.tar.gz"
|
||||||
checksum=19847cafec67897da855fde56f9dc7d92e21c50e450aa79068a7e704ed44558b
|
checksum=ccdd64ec3c381d3c3ed0e99d2e70d1f62988c7763de89ca7bdffafa5eacb9ad8
|
||||||
conf_files="/etc/udev/udev.conf"
|
conf_files="/etc/udev/udev.conf"
|
||||||
|
|
||||||
|
if [ "$XBPS_ALLOW_CHROOT_BREAKOUT" ]; then
|
||||||
|
# requires unshare(2) which is not available in chroot
|
||||||
|
make_check=no
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv "${DESTDIR}/etc/udev/hwdb.d" "${DESTDIR}/usr/lib/udev"
|
mv "${DESTDIR}/etc/udev/hwdb.d" "${DESTDIR}/usr/lib/udev"
|
||||||
vsv udevd
|
vsv udevd
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
|
||||||
# requires unshare(2) which is not available in chroot
|
|
||||||
if [ ! "$XBPS_ALLOW_CHROOT_BREAKOUT" ]; then
|
|
||||||
make check
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
eudev-libudev-devel_package() {
|
eudev-libudev-devel_package() {
|
||||||
provides="libudev-devel-${_UDEV_VERSION}_${revision}"
|
provides="libudev-devel-${_UDEV_VERSION}_${revision}"
|
||||||
depends="eudev-libudev>=${version}_${revision}"
|
depends="eudev-libudev>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue