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

Tom Gundersen tomegun at archlinux.org
Tue Dec 4 12:22:42 UTC 2012


    Date: Tuesday, December 4, 2012 @ 07:22:42
  Author: tomegun
Revision: 172506

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-12-04 12:22:13 UTC (rev 172505)
+++ extra-i686/PKGBUILD	2012-12-04 12:22:42 UTC (rev 172506)
@@ -1,30 +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=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')

Copied: libfprint/repos/extra-i686/PKGBUILD (from rev 172505, libfprint/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-04 12:22:42 UTC (rev 172506)
@@ -0,0 +1,28 @@
+# $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.5.0
+pkgrel=1
+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)
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('65d118369a47a93be623816f54cdb847')

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-12-04 12:22:13 UTC (rev 172505)
+++ extra-x86_64/PKGBUILD	2012-12-04 12:22:42 UTC (rev 172506)
@@ -1,30 +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=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')

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 172505, libfprint/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-04 12:22:42 UTC (rev 172506)
@@ -0,0 +1,28 @@
+# $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.5.0
+pkgrel=1
+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)
+source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('65d118369a47a93be623816f54cdb847')




More information about the arch-commits mailing list