[arch-commits] Commit in fprintd/trunk (PKGBUILD fingerprint-auth pod.patch)

Jan Steffens heftig at nymeria.archlinux.org
Sat Aug 17 10:23:57 UTC 2013


    Date: Saturday, August 17, 2013 @ 12:23:57
  Author: heftig
Revision: 193151

0.5.1

Added:
  fprintd/trunk/pod.patch
Modified:
  fprintd/trunk/PKGBUILD
Deleted:
  fprintd/trunk/fingerprint-auth

------------------+
 PKGBUILD         |   23 +++++++++++++----------
 fingerprint-auth |    6 ------
 pod.patch        |    9 +++++++++
 3 files changed, 22 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 10:18:44 UTC (rev 193150)
+++ PKGBUILD	2013-08-17 10:23:57 UTC (rev 193151)
@@ -3,7 +3,7 @@
 # Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
 
 pkgname=fprintd
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="D-Bus service to access fingerprint readers"
 arch=(i686 x86_64)
@@ -13,22 +13,25 @@
 makedepends=(intltool gtk-doc)
 groups=(fprint)
 options=(!libtool)
-backup=(etc/pam.d/fingerprint-auth)
 _snap=V_${pkgver//./_}
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2
-        fingerprint-auth)
-md5sums=('9db46783dc9d75e84d63a3addbaa0507'
-         '8c7da9ccd28ec87dd2572ddfb85d563e')
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz
+        pod.patch)
+md5sums=('e9b40ab0298a50d28b6af728e2a40a1b'
+         '67736669f52d146b67607f35f7b9e36b')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../pod.patch
+}
+
 build() {
-  cd $_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --disable-static
   make
 }
 
 package() {
-  cd $_snap
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" pammoddir="/usr/lib/security" install
-  install -Dm644 ../fingerprint-auth "$pkgdir/etc/pam.d/fingerprint-auth"
 }

Deleted: fingerprint-auth
===================================================================
--- fingerprint-auth	2013-08-17 10:18:44 UTC (rev 193150)
+++ fingerprint-auth	2013-08-17 10:23:57 UTC (rev 193151)
@@ -1,6 +0,0 @@
-auth  required    pam_tally.so    onerr=succeed file=/var/log/faillog
-auth  required    pam_shells.so
-auth  requisite   pam_nologin.so
-auth  required    pam_env.so
-auth  required    pam_fprintd.so
-auth  optional    pam_permit.so

Added: pod.patch
===================================================================
--- pod.patch	                        (rev 0)
+++ pod.patch	2013-08-17 10:23:57 UTC (rev 193151)
@@ -0,0 +1,9 @@
+diff -u -r fprintd-0.5.1/data/fprintd.pod fprintd-0.5.1-pod/data/fprintd.pod
+--- fprintd-0.5.1/data/fprintd.pod	2013-06-26 13:10:17.000000000 +0200
++++ fprintd-0.5.1-pod/data/fprintd.pod	2013-08-17 12:17:36.330332635 +0200
+@@ -100,3 +100,5 @@
+ =over 8
+ 
+ =item B<dbus-daemon>, B<gnome-about-me>
++
++=back




More information about the arch-commits mailing list