[arch-commits] Commit in libfprint/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Aug 8 15:30:43 UTC 2019
Date: Thursday, August 8, 2019 @ 15:30:42
Author: heftig
Revision: 359327
archrelease: copy trunk to extra-x86_64
Added:
libfprint/repos/extra-x86_64/PKGBUILD
(from rev 359325, libfprint/trunk/PKGBUILD)
Deleted:
libfprint/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-08 15:30:40 UTC (rev 359326)
+++ PKGBUILD 2019-08-08 15:30:42 UTC (rev 359327)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=libfprint
-pkgver=0.99.0+1+ga1e46de
-pkgrel=1
-pkgdesc="Library for fingerprint readers"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fprint/libfprint"
-license=(LGPL)
-depends=(libusb nss pixman glib2)
-makedepends=(git meson gtk-doc)
-groups=(fprint)
-_commit=a1e46de462757e3c900d3d959b4e53a0d2410e49 # master
-source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D x11-examples=false -D gtk-examples=false
- ninja -C build
-}
-
-check() {
- meson test -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 359325, libfprint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-08 15:30:42 UTC (rev 359327)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=1.0
+pkgrel=1
+pkgdesc="Library for fingerprint readers"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/fprint/libfprint"
+license=(LGPL)
+depends=(libusb nss pixman glib2)
+makedepends=(git meson gtk-doc)
+groups=(fprint)
+_commit=823f2c1067a27deae4153dd9ece6ce24bedc0680 # tags/V_1_0^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D x11-examples=false -D gtk-examples=false
+ ninja -C build
+}
+
+check() {
+ meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list