[arch-commits] Commit in fprintd/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Dec 10 12:11:51 UTC 2020
Date: Thursday, December 10, 2020 @ 12:11:50
Author: heftig
Revision: 403242
archrelease: copy trunk to extra-x86_64
Added:
fprintd/repos/extra-x86_64/PKGBUILD
(from rev 403239, fprintd/trunk/PKGBUILD)
Deleted:
fprintd/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-10 12:11:50 UTC (rev 403241)
+++ PKGBUILD 2020-12-10 12:11:50 UTC (rev 403242)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
-
-pkgname=fprintd
-pkgver=1.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/^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"
-}
Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 403239, fprintd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-10 12:11:50 UTC (rev 403242)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=1.90.7
+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=4612c1f3ed6e0acb7fda392ca0e5201107e00818 # tags/v1.90.7^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)
+
+ DESTDIR="$pkgdir" meson install -C build
+ install -d -m 700 "$pkgdir/var/lib/fprint"
+}
More information about the arch-commits
mailing list