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

Jan Steffens heftig at archlinux.org
Fri Feb 27 12:30:20 UTC 2015


    Date: Friday, February 27, 2015 @ 13:30:20
  Author: heftig
Revision: 232067

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

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

------------------------+
 /PKGBUILD              |   66 +++++++++++++++++++++++++++++++++++++++++++++++
 /pod.patch             |   18 ++++++++++++
 extra-i686/PKGBUILD    |   36 -------------------------
 extra-i686/pod.patch   |    9 ------
 extra-x86_64/PKGBUILD  |   36 -------------------------
 extra-x86_64/pod.patch |    9 ------
 6 files changed, 84 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-i686/PKGBUILD	2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,36 +0,0 @@
-# $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)
-_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
-}

Copied: fprintd/repos/extra-i686/PKGBUILD (from rev 232066, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-02-27 12:30:20 UTC (rev 232067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.6.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)
+_snap=V_${pkgver//./_}
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+md5sums=('ca61f22513a25020bea7bb96d4322c9d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+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/pod.patch
===================================================================
--- extra-i686/pod.patch	2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-i686/pod.patch	2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,9 +0,0 @@
-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

Copied: fprintd/repos/extra-i686/pod.patch (from rev 232066, fprintd/trunk/pod.patch)
===================================================================
--- extra-i686/pod.patch	                        (rev 0)
+++ extra-i686/pod.patch	2015-02-27 12:30:20 UTC (rev 232067)
@@ -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	2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-x86_64/PKGBUILD	2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,36 +0,0 @@
-# $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)
-_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
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 232066, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-02-27 12:30:20 UTC (rev 232067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.6.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)
+_snap=V_${pkgver//./_}
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+md5sums=('ca61f22513a25020bea7bb96d4322c9d')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+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/pod.patch
===================================================================
--- extra-x86_64/pod.patch	2015-02-27 12:29:32 UTC (rev 232066)
+++ extra-x86_64/pod.patch	2015-02-27 12:30:20 UTC (rev 232067)
@@ -1,9 +0,0 @@
-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

Copied: fprintd/repos/extra-x86_64/pod.patch (from rev 232066, fprintd/trunk/pod.patch)
===================================================================
--- extra-x86_64/pod.patch	                        (rev 0)
+++ extra-x86_64/pod.patch	2015-02-27 12:30:20 UTC (rev 232067)
@@ -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