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

Jan Steffens heftig at archlinux.org
Wed Nov 9 20:54:20 UTC 2016


    Date: Wednesday, November 9, 2016 @ 20:54:20
  Author: heftig
Revision: 280269

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

Added:
  fprintd/repos/extra-i686/PKGBUILD
    (from rev 280267, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-i686/pod.patch
    (from rev 280267, fprintd/trunk/pod.patch)
  fprintd/repos/extra-x86_64/PKGBUILD
    (from rev 280268, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-x86_64/pod.patch
    (from rev 280268, 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              |   80 +++++++++++++++++++++++++++++++++++++++++++++++
 /pod.patch             |   18 ++++++++++
 extra-i686/PKGBUILD    |   33 -------------------
 extra-i686/pod.patch   |    9 -----
 extra-x86_64/PKGBUILD  |   33 -------------------
 extra-x86_64/pod.patch |    9 -----
 6 files changed, 98 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-09 20:53:32 UTC (rev 280268)
+++ extra-i686/PKGBUILD	2016-11-09 20:54:20 UTC (rev 280269)
@@ -1,33 +0,0 @@
-# $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
-}

Copied: fprintd/repos/extra-i686/PKGBUILD (from rev 280267, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-09 20:54:20 UTC (rev 280269)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="D-Bus service to access fingerprint readers"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/fprint/fprintd"
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc gnome-common git)
+groups=(fprint)
+_commit=eabeaa258efd8aa8c69cb906952e7b95c777940f  # tags/V_0_7_0^0
+source=("git://anongit.freedesktop.org/libfprint/fprintd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/pod.patch
===================================================================
--- extra-i686/pod.patch	2016-11-09 20:53:32 UTC (rev 280268)
+++ extra-i686/pod.patch	2016-11-09 20:54:20 UTC (rev 280269)
@@ -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 280267, fprintd/trunk/pod.patch)
===================================================================
--- extra-i686/pod.patch	                        (rev 0)
+++ extra-i686/pod.patch	2016-11-09 20:54:20 UTC (rev 280269)
@@ -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	2016-11-09 20:53:32 UTC (rev 280268)
+++ extra-x86_64/PKGBUILD	2016-11-09 20:54:20 UTC (rev 280269)
@@ -1,33 +0,0 @@
-# $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
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 280268, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-09 20:54:20 UTC (rev 280269)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="D-Bus service to access fingerprint readers"
+arch=(i686 x86_64)
+url="https://www.freedesktop.org/wiki/Software/fprint/fprintd"
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc gnome-common git)
+groups=(fprint)
+_commit=eabeaa258efd8aa8c69cb906952e7b95c777940f  # tags/V_0_7_0^0
+source=("git://anongit.freedesktop.org/libfprint/fprintd#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/pod.patch
===================================================================
--- extra-x86_64/pod.patch	2016-11-09 20:53:32 UTC (rev 280268)
+++ extra-x86_64/pod.patch	2016-11-09 20:54:20 UTC (rev 280269)
@@ -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 280268, fprintd/trunk/pod.patch)
===================================================================
--- extra-x86_64/pod.patch	                        (rev 0)
+++ extra-x86_64/pod.patch	2016-11-09 20:54:20 UTC (rev 280269)
@@ -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