[arch-commits] Commit in fprintd/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Dec 8 17:30:17 UTC 2020
Date: Tuesday, December 8, 2020 @ 17:30:17
Author: heftig
Revision: 403143
archrelease: copy trunk to extra-x86_64
Added:
fprintd/repos/extra-x86_64/PKGBUILD
(from rev 403142, fprintd/trunk/PKGBUILD)
Deleted:
fprintd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-08 17:30:00 UTC (rev 403142)
+++ PKGBUILD 2020-12-08 17:30:17 UTC (rev 403143)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
-
-pkgname=fprintd
-pkgver=1.90.1
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/fprint/fprintd"
-license=(GPL)
-depends=(glib2 libfprint polkit dbus dbus-glib libsystemd)
-makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
- python-dbusmock)
-groups=(fprint)
-_commit=580cceb50eafa934c40845ce11693f8aaa79e51b # tags/1.90.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/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build \
- -D pam_modules_dir=/usr/lib/security \
- -D gtk_doc=true
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- depends+=(libfprint-2.so)
-
- DESTDIR="$pkgdir" meson install -C build
- install -d -m 700 "$pkgdir/var/lib/fprint"
-}
Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 403142, fprintd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-08 17:30:17 UTC (rev 403143)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=v1.90.6
+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 libsystemd)
+makedepends=(gtk-doc git meson pam_wrapper python-cairo python-dbus
+ python-dbusmock)
+groups=(fprint)
+_commit=52058c1ea0c3bd0eeb6e10c81af98aa687227f7f # tags/v1.90.6^0
+source=("git+https://gitlab.freedesktop.org/libfprint/fprintd.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 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)
+
+ DESTDIR="$pkgdir" meson install -C build
+ install -d -m 700 "$pkgdir/var/lib/fprint"
+}
More information about the arch-commits
mailing list