mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 07:22:38 +01:00
sys-auth/*: move sys-auth/libfprint-tod-goodix-drivers to sys-auth/libfprint-2-tod1-goodix
This commit is contained in:
2
sys-auth/libfprint-2-tod1-goodix/Manifest
Normal file
2
sys-auth/libfprint-2-tod1-goodix/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST libfprint-2-tod1-goodix_0.0.4-0ubuntu1somerville1.tar.gz 2089305 BLAKE2B a5576ebb5ed3b8ba8ca61929871e2cda46b8b022101193848676d7d5e776728b894ec5a56672f8dddc0b2896e794b478a920b916619556bc5a3da10e1ca6f917 SHA512 63afff1758c68b7987cde9a32d3a674e516d38787a89bad0eb0f8940e37e6c6683b4ada79fcc307c477eaeca69e659c9c882d8a0b417fcedfe20acb615c476c6
|
||||
DIST libfprint-2-tod1-goodix_0.0.6.orig.tar.gz 654776 BLAKE2B 1329b320dfa4ed434b7dd0bbc019fe8086cd53a373df2627f1170d650c65f86db583e02eb16e43755a3f06d4729701ad019b3212cc7a77ffe15b2f88d646aed5 SHA512 f16df19a8c0dad93278f0ff1d6136030d0dca374effb627a8202d24077564712e33606c52b008c6696724c955bb14e5b978566a3d7db2d28e112a38965ad8c97
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit udev
|
||||
|
||||
DESCRIPTION="Goodix driver module for libfprint-2 Touch OEM Driver"
|
||||
HOMEPAGE="https://git.launchpad.net/libfprint-2-tod1-goodix/"
|
||||
SRC_URI="http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_${PV}-0ubuntu1somerville1.tar.gz"
|
||||
|
||||
LICENSE="Goodix"
|
||||
SLOT="0"
|
||||
S="${WORKDIR}/libfprint-2-tod1-goodix"
|
||||
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-tod1-goodix.rules
|
||||
exeinto usr/$(get_libdir)/libfprint-2/tod-1/
|
||||
doexe usr/lib/x86_64-linux-gnu/libfprint-2/tod-1/libfprint-tod-goodix-53xc-${PV}.so
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit udev
|
||||
|
||||
DESCRIPTION="Goodix driver module for libfprint-2 Touch OEM Driver"
|
||||
HOMEPAGE="https://git.launchpad.net/libfprint-2-tod1-goodix/"
|
||||
SRC_URI="http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-goodix/libfprint-2-tod1-goodix_${PV}.orig.tar.gz"
|
||||
|
||||
LICENSE="Goodix"
|
||||
SLOT="0"
|
||||
S="${WORKDIR}/libfprint-2-tod1-goodix"
|
||||
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-tod1-goodix.rules
|
||||
exeinto usr/$(get_libdir)/libfprint-2/tod-1/
|
||||
doexe usr/lib/x86_64-linux-gnu/libfprint-2/tod-1/libfprint-tod-goodix-53xc-${PV}.so
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
Reference in New Issue
Block a user