Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/
Date: Wed, 20 Oct 2021 09:46:46
Message-Id: 1634723193.f4603946ce6faa202b9ddbea0f30582e336d88a6.sam@gentoo
1 commit: f4603946ce6faa202b9ddbea0f30582e336d88a6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 20 09:42:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 20 09:46:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4603946
7
8 sys-auth/fprintd: add 1.94.0
9
10 Closes: https://bugs.gentoo.org/812650
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-auth/fprintd/Manifest | 1 +
14 sys-auth/fprintd/fprintd-1.94.0.ebuild | 95 ++++++++++++++++++++++++++++++++++
15 2 files changed, 96 insertions(+)
16
17 diff --git a/sys-auth/fprintd/Manifest b/sys-auth/fprintd/Manifest
18 index 3a2c440d47f..9360412d9a6 100644
19 --- a/sys-auth/fprintd/Manifest
20 +++ b/sys-auth/fprintd/Manifest
21 @@ -2,3 +2,4 @@ DIST fprintd-0.8.1.tar.bz2 75254 BLAKE2B bf59c47c3d0186677bfd180e472e13773afebd4
22 DIST fprintd-v1.90.8.tar.bz2 635139 BLAKE2B 4f9e5c395c32dd5de3f5ed4d17e81c28a55de0f411deb3ccbc5d1330129be2bc8263c63c61a5e4910f74e49ebbbf508e858f5ee131eb4552e2ea8ab167bc6021 SHA512 0f38e0ce9f7c1459ba5359d0834569fe5d3f5ec3c9499d008dc39b9c869bbfa1cb293b1d96d22f9f36708f26984a1b3f0776685d628df69f1ed6db14de04a489
23 DIST fprintd-v1.90.9.tar.bz2 636538 BLAKE2B 8a2150887282aae722d143ec96a9c0c3b5dd066e4cba30c41d49b6f6afe95c26c585aec2d9b074d65dd1a3efd462dae294a98965a020c4e55a8cda7c00a827bb SHA512 2b0f3e5812dd29df2b78ff6082c75981c28af71fc07e19e7eb4743842562e7d5bfc0655d5fbb66bfb167bc3087100bd0f154257ad936eab03e9e8ccc2410481f
24 DIST fprintd-v1.92.0.tar.bz2 651377 BLAKE2B 39db660e3203b08c1233b9711f56c5b4539f1dff4f8cd9554dce4ce055e2fd2a63dc5e8792808232f86906bf1b7d15a7f155e67ddd49a98ff92ac75b4bd712f4 SHA512 e3fcf948321bf82398f06cca33cb29745c7fc38421025c9340dc85ba2ffb87e63f9546aae721ae72ad0c6f4268a856d60cd57089238d5c92e14b31de215f17d1
25 +DIST fprintd-v1.94.0.tar.bz2 656308 BLAKE2B f64f92af51f2d3eda059640cdfa88b26ca12326b3082e9489f6d807ec566aced86e1d19a59ad247ec2aaa6e6a90dd3d030c18e062e39143a1d4110e62e7ad03d SHA512 1ab8cf93d10317201c3f83880b9e6de4a391c2a12afe29725ae3556a7b0108a374eb96f6b2b5be69c01c386f62e3543e3f9a974867256c99e690dd19bdd5778d
26
27 diff --git a/sys-auth/fprintd/fprintd-1.94.0.ebuild b/sys-auth/fprintd/fprintd-1.94.0.ebuild
28 new file mode 100644
29 index 00000000000..0f1859660c2
30 --- /dev/null
31 +++ b/sys-auth/fprintd/fprintd-1.94.0.ebuild
32 @@ -0,0 +1,95 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +PYTHON_COMPAT=( python3_{8..10} )
39 +
40 +inherit meson pam python-any-r1 systemd
41 +
42 +MY_P="${PN}-v${PV}"
43 +DESCRIPTION="D-Bus service to access fingerprint readers"
44 +HOMEPAGE="https://gitlab.freedesktop.org/libfprint/fprintd"
45 +SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
46 +
47 +LICENSE="GPL-2+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
50 +IUSE="doc pam systemd test"
51 +RESTRICT="!test? ( test )"
52 +
53 +RDEPEND="
54 + dev-libs/dbus-glib
55 + dev-libs/glib:2
56 + >=sys-auth/libfprint-1.94.0:2
57 + sys-auth/polkit
58 + pam? (
59 + sys-libs/pam
60 + systemd? ( sys-apps/systemd )
61 + !systemd? ( sys-auth/elogind )
62 + )"
63 +
64 +DEPEND="
65 + ${RDEPEND}
66 + test? (
67 + $(python_gen_any_dep '
68 + dev-python/python-dbusmock[${PYTHON_USEDEP}]
69 + dev-python/dbus-python[${PYTHON_USEDEP}]
70 + dev-python/pycairo[${PYTHON_USEDEP}]
71 + pam? ( sys-libs/pam_wrapper[${PYTHON_USEDEP}] )
72 + ')
73 + )"
74 +
75 +BDEPEND="
76 + dev-lang/perl
77 + virtual/pkgconfig
78 + doc? (
79 + dev-libs/libxml2
80 + dev-libs/libxslt
81 + dev-util/gtk-doc
82 + )"
83 +
84 +PATCHES=(
85 + "${FILESDIR}/${PN}-1.90.7_0001-add-test-feature-and-make-tests-optional.patch"
86 + "${FILESDIR}/${PN}-1.90.8_0002-add-configure-option-for-libsystemd-provider.patch"
87 +)
88 +
89 +S="${WORKDIR}/${MY_P}"
90 +
91 +python_check_deps() {
92 + if use test; then
93 + has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]"
94 + fi
95 +
96 + has_version -d "dev-python/dbusmock[${PYTHON_USEDEP}]" &&
97 + has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" &&
98 + has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]"
99 +}
100 +
101 +pkg_setup() {
102 + use test && python-any-r1_pkg_setup
103 +}
104 +
105 +src_configure() {
106 + local emesonargs=(
107 + $(meson_feature test)
108 + $(meson_use pam)
109 + -Dgtk_doc=$(usex doc true false)
110 + -Dman=true
111 + -Dsystemd_system_unit_dir=$(systemd_get_systemunitdir)
112 + -Dpam_modules_dir=$(getpam_mod_dir)
113 + -Dlibsystemd=$(usex systemd libsystemd libelogind)
114 + )
115 + meson_src_configure
116 +}
117 +
118 +src_install() {
119 + meson_src_install
120 +
121 + dodoc AUTHORS NEWS README TODO
122 + newdoc pam/README README.pam_fprintd
123 +}
124 +
125 +pkg_postinst() {
126 + elog "Please take a look at README.pam_fprintd for integration docs."
127 +}