commit:     b3a874bbe8e1686e08c54ec0964c1752f08a0217
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Jul  4 14:16:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 20 03:26:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a874bb

sys-auth/fprintd: bump to 1.92.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-auth/fprintd/Manifest              |  1 +
 sys-auth/fprintd/fprintd-1.92.0.ebuild | 96 ++++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)

diff --git a/sys-auth/fprintd/Manifest b/sys-auth/fprintd/Manifest
index 69e1a29b01d..3a2c440d47f 100644
--- a/sys-auth/fprintd/Manifest
+++ b/sys-auth/fprintd/Manifest
@@ -1,3 +1,4 @@
 DIST fprintd-0.8.1.tar.bz2 75254 BLAKE2B 
bf59c47c3d0186677bfd180e472e13773afebd4c3438e0e8e8cce34156df1c64c142b73d541fa876b96d4881e6967745a8c29be310dd33a509cb1863c836634e
 SHA512 
438098fb677b742fdb279f3df85a1f2c800fce7498130c09b7408f21656ff256323b3bce4c22a2499e52c2ca7cddbc7f26033be7869939d23f9b5c436aa1f252
 DIST fprintd-v1.90.8.tar.bz2 635139 BLAKE2B 
4f9e5c395c32dd5de3f5ed4d17e81c28a55de0f411deb3ccbc5d1330129be2bc8263c63c61a5e4910f74e49ebbbf508e858f5ee131eb4552e2ea8ab167bc6021
 SHA512 
0f38e0ce9f7c1459ba5359d0834569fe5d3f5ec3c9499d008dc39b9c869bbfa1cb293b1d96d22f9f36708f26984a1b3f0776685d628df69f1ed6db14de04a489
 DIST fprintd-v1.90.9.tar.bz2 636538 BLAKE2B 
8a2150887282aae722d143ec96a9c0c3b5dd066e4cba30c41d49b6f6afe95c26c585aec2d9b074d65dd1a3efd462dae294a98965a020c4e55a8cda7c00a827bb
 SHA512 
2b0f3e5812dd29df2b78ff6082c75981c28af71fc07e19e7eb4743842562e7d5bfc0655d5fbb66bfb167bc3087100bd0f154257ad936eab03e9e8ccc2410481f
+DIST fprintd-v1.92.0.tar.bz2 651377 BLAKE2B 
39db660e3203b08c1233b9711f56c5b4539f1dff4f8cd9554dce4ce055e2fd2a63dc5e8792808232f86906bf1b7d15a7f155e67ddd49a98ff92ac75b4bd712f4
 SHA512 
e3fcf948321bf82398f06cca33cb29745c7fc38421025c9340dc85ba2ffb87e63f9546aae721ae72ad0c6f4268a856d60cd57089238d5c92e14b31de215f17d1

diff --git a/sys-auth/fprintd/fprintd-1.92.0.ebuild 
b/sys-auth/fprintd/fprintd-1.92.0.ebuild
new file mode 100644
index 00000000000..db5a0d6162f
--- /dev/null
+++ b/sys-auth/fprintd/fprintd-1.92.0.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit meson pam python-any-r1 systemd
+
+MY_P="${PN}-v${PV}"
+
+DESCRIPTION="D-Bus service to access fingerprint readers"
+HOMEPAGE="https://gitlab.freedesktop.org/libfprint/fprintd";
+SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE="doc pam systemd test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       dev-libs/dbus-glib
+       dev-libs/glib:2
+       sys-auth/libfprint:2
+       sys-auth/polkit
+       pam? (
+               sys-libs/pam
+               systemd? ( sys-apps/systemd )
+               !systemd? ( sys-auth/elogind )
+       )"
+
+DEPEND="
+       ${RDEPEND}
+       test? (
+               $(python_gen_any_dep '
+                       dev-python/python-dbusmock[${PYTHON_USEDEP}]
+                       dev-python/dbus-python[${PYTHON_USEDEP}]
+                       dev-python/pycairo[${PYTHON_USEDEP}]
+                       pam? ( sys-libs/pam_wrapper[${PYTHON_USEDEP}] )
+               ')
+       )"
+
+BDEPEND="
+       dev-lang/perl
+       virtual/pkgconfig
+       doc? (
+               dev-libs/libxml2
+               dev-libs/libxslt
+               dev-util/gtk-doc
+       )"
+
+PATCHES=(
+       
"${FILESDIR}/${PN}-1.90.7_0001-add-test-feature-and-make-tests-optional.patch"
+       
"${FILESDIR}/${PN}-1.90.8_0002-add-configure-option-for-libsystemd-provider.patch"
+)
+
+S="${WORKDIR}/${MY_P}"
+
+python_check_deps() {
+       if use test; then
+               has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]"
+       fi
+       has_version -d "dev-python/dbusmock[${PYTHON_USEDEP}]" &&
+       has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" &&
+       has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+       use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+               local emesonargs=(
+                       $(meson_feature test)
+                       $(meson_use pam)
+                       -Dgtk_doc=$(usex doc true false)
+                       -Dman=true
+                       -Dsystemd_system_unit_dir=$(systemd_get_systemunitdir)
+                       -Dpam_modules_dir=$(getpam_mod_dir)
+                       -Dlibsystemd=$(usex systemd libsystemd libelogind)
+               )
+               meson_src_configure
+}
+
+src_install() {
+       meson_src_install
+
+       dodoc AUTHORS NEWS README TODO
+       newdoc pam/README README.pam_fprintd
+}
+
+pkg_postinst() {
+       elog "Please take a look at README.pam_fprintd for integration docs."
+}

Reply via email to