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

Jan Steffens heftig at gemini.archlinux.org
Thu Aug 26 19:32:20 UTC 2021


    Date: Thursday, August 26, 2021 @ 19:32:20
  Author: heftig
Revision: 422578

archrelease: copy trunk to extra-x86_64

Added:
  fprintd/repos/extra-x86_64/PKGBUILD
    (from rev 422577, fprintd/trunk/PKGBUILD)
Deleted:
  fprintd/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 19:32:11 UTC (rev 422577)
+++ PKGBUILD	2021-08-26 19:32:20 UTC (rev 422578)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
-
-pkgname=fprintd
-pkgver=1.92.0
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-url="https://fprint.freedesktop.org/"
-arch=(x86_64)
-license=(GPL)
-depends=(glib2 libfprint polkit dbus dbus-glib systemd)
-makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
-             python-dbusmock)
-groups=(fprint)
-_commit=b760a82ac68177516bd0a36656a3d2c040e8fcf7  # tags/v1.92.0^0
-source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D pam_modules_dir=/usr/lib/security \
-    -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libfprint-2.so)
-
-  meson install -C build --destdir "$pkgdir"
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 422577, fprintd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-26 19:32:20 UTC (rev 422578)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=1.94.0
+pkgrel=1
+pkgdesc="D-Bus service to access fingerprint readers"
+url="https://fprint.freedesktop.org/"
+arch=(x86_64)
+license=(GPL)
+depends=(glib2 libfprint polkit dbus dbus-glib systemd)
+makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
+             python-dbusmock)
+groups=(fprint)
+_commit=fc7e058e937db861d1868a55b5316798d14fe0b7  # tags/v1.94.0^0
+source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D pam_modules_dir=/usr/lib/security \
+    -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libfprint-2.so)
+
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list