commit: 5f8ab21696527e226ec5febf88cfaf546251aba7 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Wed Nov 26 18:13:19 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Wed Nov 26 18:15:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8ab216
sys-auth/libfprint-2-tod1-broadcom: add 5.15.285 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> sys-auth/libfprint-2-tod1-broadcom/Manifest | 1 + .../libfprint-2-tod1-broadcom-5.15.285.ebuild | 38 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/sys-auth/libfprint-2-tod1-broadcom/Manifest b/sys-auth/libfprint-2-tod1-broadcom/Manifest index 2885127254c9..f1c23b9edf99 100644 --- a/sys-auth/libfprint-2-tod1-broadcom/Manifest +++ b/sys-auth/libfprint-2-tod1-broadcom/Manifest @@ -1 +1,2 @@ DIST libfprint-2-tod1-broadcom_5.12.018.orig.tar.gz 11986893 BLAKE2B c07734a3797162757ee783a2bf356674ea7faa79ec190c7177c9cec37a8fccfdab17f0c75148994bc2908781d29a5964b4aa90d2a14637ffc0ec37907136ef5c SHA512 731334c1f372fb6e45c51669a4330b93b0ba2e657560263a84da505c2d325a2b5a9caae2dbdc53fa0988f04326258ea3aa5a367b72aa5f7da8f88efd44665482 +DIST libfprint-2-tod1-broadcom_5.15.285-5.15.010.0.orig.tar.gz 11727635 BLAKE2B 409eb7fdb4a5a472e92ccbbc97da1dff1f25e608893bd7cbf2b185b0402a3b4fefeffe5faaf93f76908dd9662c012673d13712554eeb8f62290e7cf58d33a4ee SHA512 41261386b4361cbbe558c69bf569a6ebc876adf096ac58df5e606a4430032b243e3511a9d2751c492f5518953362244473033ee9738f182da4cf7c730d6a302b diff --git a/sys-auth/libfprint-2-tod1-broadcom/libfprint-2-tod1-broadcom-5.15.285.ebuild b/sys-auth/libfprint-2-tod1-broadcom/libfprint-2-tod1-broadcom-5.15.285.ebuild new file mode 100644 index 000000000000..00fe8e67504d --- /dev/null +++ b/sys-auth/libfprint-2-tod1-broadcom/libfprint-2-tod1-broadcom-5.15.285.ebuild @@ -0,0 +1,38 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit udev + +DESCRIPTION="Proprietary driver for the fingerprint reader on the Dell Latitude" +HOMEPAGE="https://git.launchpad.net/libfprint-2-tod1-broadcom/" +SRC_URI="http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-broadcom/libfprint-2-tod1-broadcom_${PV}-5.15.010.0.orig.tar.gz" +S="${WORKDIR}/brcm_linux_fp" + +LICENSE="Broadcom-tod" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="bindist mirror" +QA_PREBUILT="*" + +RDEPEND=" + dev-libs/openssl:0/3 + sys-auth/libfprint[tod(-)] +" + +src_install() { + udev_dorules lib/udev/rules.d/60-libfprint-2-device-broadcom.rules + exeinto usr/$(get_libdir)/libfprint-2/tod-1/ + doexe usr/lib/x86_64-linux-gnu/libfprint-2/tod-1/libfprint-2-tod-1-broadcom.so + mv var "${ED}" || die +} + +pkg_postinst() { + udev_reload +} + +pkg_postrm() { + udev_reload +}
