mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-07 02:52:38 +01:00
sys-auth/libfprint-tod: bump to 1.90.7_p20210222
This commit is contained in:
47
sys-auth/libfprint-tod/libfprint-tod-1.90.7_p20210222.ebuild
Normal file
47
sys-auth/libfprint-tod/libfprint-tod-1.90.7_p20210222.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson udev
|
||||
|
||||
DESCRIPTION="light fork of libfprint to expose internal Drivers API"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/3v1n0/libfprint/-/tree/tod/"
|
||||
SRC_URI="https://gitlab.freedesktop.org/3v1n0/libfprint/-/archive/v${PV/_p/+git}+tod1/libfprint-v${PV/_p/+git}+tod1.tar.bz2 -> ${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
RDEPEND="dev-libs/glib:2
|
||||
dev-libs/nss
|
||||
>=dev-libs/libgusb-0.3.1
|
||||
!sys-auth/libfprint
|
||||
virtual/libusb:1=
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/pixman
|
||||
x11-libs/libX11
|
||||
x11-libs/libXv"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/gtk-doc"
|
||||
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=( ${FILESDIR}/${PN/-tod/}-0.8.2-fix-implicit-declaration.patch )
|
||||
|
||||
S="${WORKDIR}/${PN/-tod/}-v${PV/_p/+git}+tod1"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use examples gtk-examples)
|
||||
-Ddoc=false
|
||||
-Ddrivers=all
|
||||
-Dtod=true
|
||||
-Dudev_rules=true
|
||||
-Dudev_rules_dir=$(get_udevdir)/rules.d
|
||||
--libdir=/usr/$(get_libdir)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user