public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maxim Koltsov" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/
Date: Sun,  4 Aug 2019 19:36:36 +0000 (UTC)	[thread overview]
Message-ID: <1564947388.5c9f50f0bbb2a4701beffb7ce50d4a48f67ac6e0.maksbotan@gentoo> (raw)

commit:     5c9f50f0bbb2a4701beffb7ce50d4a48f67ac6e0
Author:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 19:35:15 2019 +0000
Commit:     Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 19:36:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9f50f0

sys-auth/fprintd: fix bug in systemd service

Closes: https://bugs.gentoo.org/688562
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan <AT> gentoo.org>

 sys-auth/fprintd/fprintd-0.8.1-r1.ebuild | 69 ++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild b/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild
new file mode 100644
index 00000000000..da760b51d70
--- /dev/null
+++ b/sys-auth/fprintd/fprintd-0.8.1-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools pam systemd
+
+DESCRIPTION="D-Bus service to access fingerprint readers"
+HOMEPAGE="https://cgit.freedesktop.org/libfprint/fprintd/"
+MY_PV="V_$(ver_rs 0- _)"
+SRC_URI="https://cgit.freedesktop.org/libfprint/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc pam static-libs"
+
+RDEPEND="
+	dev-libs/dbus-glib
+	dev-libs/glib:2
+	sys-auth/libfprint
+	sys-auth/polkit
+	pam? ( sys-libs/pam )
+"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc
+	dev-util/gtk-doc-am
+	dev-util/intltool
+	doc? ( dev-libs/libxml2 dev-libs/libxslt )
+"
+
+S=${WORKDIR}/${MY_PV}
+
+src_prepare() {
+	default
+
+	sed -i 's#@localstatedir@/lib/fprint#@localstatedir@/fprint#g' data/fprintd.service.in || die "sed failed"
+	eautoreconf
+}
+
+src_configure() {
+	econf --disable-silent-rules \
+		$(use_enable pam) \
+		$(use_enable static-libs static) \
+		$(use_enable doc gtk-doc-html) \
+		--with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+}
+
+src_install() {
+	emake DESTDIR="${D}" install \
+		pammoddir=$(getpam_mod_dir)
+
+	keepdir /var/lib/fprint
+
+	find "${D}" -name "*.la" -delete || die
+
+	dodoc AUTHORS NEWS README{,.transifex} TODO
+	newdoc pam/README README.pam_fprintd
+	if use doc ; then
+		insinto /usr/share/doc/${PF}/html
+		doins doc/{fprintd-docs,version}.xml
+		insinto /usr/share/doc/${PF}/html/dbus
+		doins doc/dbus/net.reactivated.Fprint.{Device,Manager}.ref.xml
+	fi
+}
+
+pkg_postinst() {
+	elog "Please take a look at README.pam_fprintd for integration docs."
+}


             reply	other threads:[~2019-08-04 19:37 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-04 19:36 Maxim Koltsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-17 10:11 [gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/ Nowa Ammerlaan
2025-06-17 10:11 Nowa Ammerlaan
2025-06-08 22:51 Sam James
2025-06-08 13:45 Sam James
2025-05-25 20:27 Sam James
2025-04-14  7:14 Joonas Niilola
2025-04-14  7:14 Joonas Niilola
2024-06-03  5:53 Sam James
2023-07-27  5:11 WANG Xuerui
2023-06-28  7:37 Sam James
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2023-02-24 16:29 Arthur Zamarin
2022-12-28  0:56 Sam James
2022-12-27 23:37 Sam James
2022-12-27 23:37 Sam James
2022-11-18 19:42 Arthur Zamarin
2022-11-18 19:24 Arthur Zamarin
2022-09-22  7:46 Michał Górny
2022-07-30 19:57 Arthur Zamarin
2022-04-29 10:21 Sam James
2022-04-17 19:17 Sam James
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-11 21:05 Jakov Smolić
2022-04-06  6:32 Agostino Sarubbo
2022-04-06  6:32 Agostino Sarubbo
2022-01-04 15:33 Marek Szuba
2021-12-10  1:24 Sam James
2021-12-02  8:29 Agostino Sarubbo
2021-12-02  8:24 Agostino Sarubbo
2021-11-19 20:01 Arthur Zamarin
2021-11-04 17:07 Sam James
2021-10-20  9:46 Sam James
2021-10-20  9:46 Sam James
2021-10-20  3:26 Sam James
2021-08-27 15:19 Yixun Lan
2021-07-25  1:10 Sam James
2021-07-24 15:22 Sam James
2021-04-02  9:23 Sergei Trofimovich
2021-03-26  7:45 Agostino Sarubbo
2021-03-25 18:12 Agostino Sarubbo
2021-03-25 13:02 Joonas Niilola
2021-03-25 13:02 Joonas Niilola
2021-03-25 13:02 Joonas Niilola
2021-03-15 18:06 Sergei Trofimovich
2021-03-15  6:32 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:11 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:35 Sam James
2021-03-04  0:23 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-01-05 22:00 Matt Turner
2019-08-04 19:36 Maxim Koltsov
2019-08-03 11:19 Aaron Bauman
2019-07-29 14:53 Mikle Kolyada
2019-07-29 14:53 Mikle Kolyada
2019-06-20  9:23 Mikle Kolyada
2019-06-09 19:25 Sergei Trofimovich
2019-06-06 21:31 Sergei Trofimovich
2019-06-06 21:24 Sergei Trofimovich
2019-06-05 18:14 Sergei Trofimovich
2019-01-18 18:01 Mikle Kolyada
2019-01-08 14:07 Maxim Koltsov
2018-05-21 16:25 Mikle Kolyada
2015-08-09 22:33 Michael Weber
2015-08-09 22:16 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1564947388.5c9f50f0bbb2a4701beffb7ce50d4a48f67ac6e0.maksbotan@gentoo \
    --to=maksbotan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox