[arch-commits] Commit in fprintd/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Sat Aug 17 10:25:30 UTC 2013


    Date: Saturday, August 17, 2013 @ 12:25:30
  Author: heftig
Revision: 193153

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fprintd/repos/extra-i686/PKGBUILD
    (from rev 193152, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-i686/pod.patch
    (from rev 193152, fprintd/trunk/pod.patch)
  fprintd/repos/extra-x86_64/PKGBUILD
    (from rev 193152, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-x86_64/pod.patch
    (from rev 193152, fprintd/trunk/pod.patch)
Deleted:
  fprintd/repos/extra-i686/PKGBUILD
  fprintd/repos/extra-i686/fingerprint-auth
  fprintd/repos/extra-x86_64/PKGBUILD
  fprintd/repos/extra-x86_64/fingerprint-auth

-------------------------------+
 /PKGBUILD                     |   74 ++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD           |   34 ------------------
 extra-i686/fingerprint-auth   |    6 ---
 extra-i686/pod.patch          |    9 ++++
 extra-x86_64/PKGBUILD         |   34 ------------------
 extra-x86_64/fingerprint-auth |    6 ---
 extra-x86_64/pod.patch        |    9 ++++
 7 files changed, 92 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-08-17 10:24:46 UTC (rev 193152)
+++ extra-i686/PKGBUILD	2013-08-17 10:25:30 UTC (rev 193153)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
-
-pkgname=fprintd
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/fprint/fprintd"
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-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')
-
-build() {
-  cd $_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --disable-static
-  make
-}
-
-package() {
-  cd $_snap
-  make DESTDIR="$pkgdir" pammoddir="/usr/lib/security" install
-  install -Dm644 ../fingerprint-auth "$pkgdir/etc/pam.d/fingerprint-auth"
-}

Copied: fprintd/repos/extra-i686/PKGBUILD (from rev 193152, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-08-17 10:25:30 UTC (rev 193153)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="D-Bus service to access fingerprint readers"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/fprint/fprintd"
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc)
+groups=(fprint)
+options=(!libtool)
+_snap=V_${pkgver//./_}
+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 $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" pammoddir="/usr/lib/security" install
+}

Deleted: extra-i686/fingerprint-auth
===================================================================
--- extra-i686/fingerprint-auth	2013-08-17 10:24:46 UTC (rev 193152)
+++ extra-i686/fingerprint-auth	2013-08-17 10:25:30 UTC (rev 193153)
@@ -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

Copied: fprintd/repos/extra-i686/pod.patch (from rev 193152, fprintd/trunk/pod.patch)
===================================================================
--- extra-i686/pod.patch	                        (rev 0)
+++ extra-i686/pod.patch	2013-08-17 10:25:30 UTC (rev 193153)
@@ -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

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-08-17 10:24:46 UTC (rev 193152)
+++ extra-x86_64/PKGBUILD	2013-08-17 10:25:30 UTC (rev 193153)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
-
-pkgname=fprintd
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/fprint/fprintd"
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-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')
-
-build() {
-  cd $_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --disable-static
-  make
-}
-
-package() {
-  cd $_snap
-  make DESTDIR="$pkgdir" pammoddir="/usr/lib/security" install
-  install -Dm644 ../fingerprint-auth "$pkgdir/etc/pam.d/fingerprint-auth"
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 193152, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-08-17 10:25:30 UTC (rev 193153)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="D-Bus service to access fingerprint readers"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/fprint/fprintd"
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc)
+groups=(fprint)
+options=(!libtool)
+_snap=V_${pkgver//./_}
+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 $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" pammoddir="/usr/lib/security" install
+}

Deleted: extra-x86_64/fingerprint-auth
===================================================================
--- extra-x86_64/fingerprint-auth	2013-08-17 10:24:46 UTC (rev 193152)
+++ extra-x86_64/fingerprint-auth	2013-08-17 10:25:30 UTC (rev 193153)
@@ -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

Copied: fprintd/repos/extra-x86_64/pod.patch (from rev 193152, fprintd/trunk/pod.patch)
===================================================================
--- extra-x86_64/pod.patch	                        (rev 0)
+++ extra-x86_64/pod.patch	2013-08-17 10:25:30 UTC (rev 193153)
@@ -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