[arch-commits] Commit in fprintd/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sat Nov 6 00:50:36 UTC 2021
Date: Saturday, November 6, 2021 @ 00:50:36
Author: heftig
Revision: 427387
archrelease: copy trunk to extra-x86_64
Added:
fprintd/repos/extra-x86_64/PKGBUILD
(from rev 427386, fprintd/trunk/PKGBUILD)
Deleted:
fprintd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 00:50:18 UTC (rev 427386)
+++ PKGBUILD 2021-11-06 00:50:36 UTC (rev 427387)
@@ -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.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"
-}
Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 427386, fprintd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 00:50:36 UTC (rev 427387)
@@ -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.1
+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=a734ceff71bc57a9dc564d9d56b88efe471daf01 # tags/v1.94.1^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