[arch-commits] Commit in libfprint/repos (6 files)

Tom Gundersen tomegun at archlinux.org
Fri Nov 23 08:19:21 UTC 2012


    Date: Friday, November 23, 2012 @ 03:19:21
  Author: tomegun
Revision: 171907

db-move: moved libfprint from [testing] to [extra] (i686, x86_64)

Added:
  libfprint/repos/extra-i686/PKGBUILD
    (from rev 171905, libfprint/repos/testing-i686/PKGBUILD)
  libfprint/repos/extra-x86_64/PKGBUILD
    (from rev 171905, libfprint/repos/testing-x86_64/PKGBUILD)
Deleted:
  libfprint/repos/extra-i686/PKGBUILD
  libfprint/repos/extra-x86_64/PKGBUILD
  libfprint/repos/testing-i686/
  libfprint/repos/testing-x86_64/

-----------------------+
 extra-i686/PKGBUILD   |   61 +++++++++++++++++++++++-------------------------
 extra-x86_64/PKGBUILD |   61 +++++++++++++++++++++++-------------------------
 2 files changed, 60 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-11-23 08:19:20 UTC (rev 171906)
+++ extra-i686/PKGBUILD	2012-11-23 08:19:21 UTC (rev 171907)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=libfprint
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Library for fingerprint readers"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
-license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
-groups=(fprint)
-options=(!libtool !emptydirs)
-_snap=$pkgname-dfff16f3e32519ad071bdb1233c75bfe3ffa5557
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
-
-build() {
-  cd "$srcdir/$_snap"
-  sed -i '\|^./configure|,+1d' autogen.sh
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$_snap"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('aa2fb6b90cf8c53aebd1f0e656dd70c1')

Copied: libfprint/repos/extra-i686/PKGBUILD (from rev 171905, libfprint/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-11-23 08:19:21 UTC (rev 171907)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Library for fingerprint readers"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+
+build() {
+  cd "$srcdir/$_snap"
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$_snap"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('2695b689910146b753111d48d8a6cb1c')

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-23 08:19:20 UTC (rev 171906)
+++ extra-x86_64/PKGBUILD	2012-11-23 08:19:21 UTC (rev 171907)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=libfprint
-pkgver=0.4.0
-pkgrel=3
-pkgdesc="Library for fingerprint readers"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
-license=(LGPL)
-depends=(libusb nss gdk-pixbuf2)
-groups=(fprint)
-options=(!libtool !emptydirs)
-_snap=$pkgname-dfff16f3e32519ad071bdb1233c75bfe3ffa5557
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
-
-build() {
-  cd "$srcdir/$_snap"
-  sed -i '\|^./configure|,+1d' autogen.sh
-  ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$_snap"
-  make DESTDIR="$pkgdir" install
-}
-md5sums=('aa2fb6b90cf8c53aebd1f0e656dd70c1')

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 171905, libfprint/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-23 08:19:21 UTC (rev 171907)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="Library for fingerprint readers"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/fprint/libfprint"
+license=(LGPL)
+depends=(libusb nss gdk-pixbuf2)
+groups=(fprint)
+options=(!libtool !emptydirs)
+_snap=$pkgname-b2a53a459cc4294dec049d8d7f1b92ebb704f983
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2)
+
+build() {
+  cd "$srcdir/$_snap"
+  NOCONFIGURE=1 ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$_snap"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('2695b689910146b753111d48d8a6cb1c')




More information about the arch-commits mailing list