mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
fprintd: update to 0.6.0.
This commit is contained in:
parent
204883fdfe
commit
e6de2652db
2 changed files with 3 additions and 28 deletions
|
@ -1,25 +0,0 @@
|
||||||
From 7710040ea723def69dde485d6f497fac87f215fa Mon Sep 17 00:00:00 2001
|
|
||||||
From: Bastien Nocera <hadess at hadess.net>
|
|
||||||
Date: Sun, 11 Aug 2013 18:58:20 +0200
|
|
||||||
Subject: [PATCH] data: Fix syntax error in fprintd.pod
|
|
||||||
|
|
||||||
fprintd.pod around line 100: =over without closing =back
|
|
||||||
POD document had syntax errors at /usr/bin/pod2man line 69.
|
|
||||||
---
|
|
||||||
data/fprintd.pod | 3 +++
|
|
||||||
1 file changed, 3 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/data/fprintd.pod b/data/fprintd.pod
|
|
||||||
index 83c7afc..7085920 100644
|
|
||||||
--- data/fprintd.pod
|
|
||||||
+++ data/fprintd.pod
|
|
||||||
@@ -100,3 +100,6 @@ By default, fprintd stores the fingerprints in B</var/lib/fprint/>
|
|
||||||
=over 8
|
|
||||||
|
|
||||||
=item B<dbus-daemon>, B<gnome-about-me>
|
|
||||||
+
|
|
||||||
+=back
|
|
||||||
+
|
|
||||||
--
|
|
||||||
1.8.3.1
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fprintd'
|
# Template file for 'fprintd'
|
||||||
pkgname=fprintd
|
pkgname=fprintd
|
||||||
version=0.5.1
|
version=0.6.0
|
||||||
revision=6
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sysconfdir=/etc/$pkgname --disable-static
|
configure_args="--sysconfdir=/etc/$pkgname --disable-static
|
||||||
|
@ -14,7 +14,7 @@ hostmakedepends="intltool pkg-config"
|
||||||
makedepends="libfprint-devel dbus-devel dbus-glib-devel polkit-devel pam-devel"
|
makedepends="libfprint-devel dbus-devel dbus-glib-devel polkit-devel pam-devel"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz"
|
distfiles="http://people.freedesktop.org/~hadess/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9256970fe30cb0332c1932fc0dad3c8d83570eb8e153305e9430e3cd90806e58
|
checksum=3f5462eeb4917d2f74925b904ceb2668c011b732d84fb1c5679f4f9ce9b6c6af
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/etc
|
mv $DESTDIR/etc/$pkgname/dbus-1 $DESTDIR/etc
|
||||||
|
|
Loading…
Add table
Reference in a new issue