[arch-commits] Commit in libfprint/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed May 25 23:55:45 UTC 2022


    Date: Wednesday, May 25, 2022 @ 23:55:45
  Author: heftig
Revision: 446540

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-25 23:55:36 UTC (rev 446539)
+++ PKGBUILD	2022-05-25 23:55:45 UTC (rev 446540)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Tom Gundersen <teg at jklm.no>
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=libfprint
-pkgver=1.94.3
-pkgrel=1
-pkgdesc="Library for fingerprint readers"
-url="https://fprint.freedesktop.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(libgusb pixman nss systemd libgudev)
-makedepends=(git meson gtk-doc gobject-introspection)
-checkdepends=(cairo)
-provides=(libfprint-2.so)
-groups=(fprint)
-_commit=8fad2652ee75836e5a60c73af0f06cc8b57a07f5  # tags/v1.94.3^0
-source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: libfprint/repos/extra-x86_64/PKGBUILD (from rev 446539, libfprint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-25 23:55:45 UTC (rev 446540)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+
+pkgname=libfprint
+pkgver=1.94.4
+pkgrel=1
+pkgdesc="Library for fingerprint readers"
+url="https://fprint.freedesktop.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(libgusb pixman nss systemd libgudev)
+makedepends=(git meson gtk-doc gobject-introspection)
+checkdepends=(cairo)
+provides=(libfprint-2.so)
+groups=(fprint)
+options=(debug)
+_commit=f20b8bc3112d1ae240df79fd9b648ded99b74e06  # tags/v1.94.4^0
+source=("git+https://gitlab.freedesktop.org/libfprint/libfprint.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list