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

Jan Steffens heftig at archlinux.org
Sun Sep 2 07:57:06 UTC 2018


    Date: Sunday, September 2, 2018 @ 07:57:06
  Author: heftig
Revision: 333197

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-02 07:56:32 UTC (rev 333196)
+++ PKGBUILD	2018-09-02 07:57:06 UTC (rev 333197)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
-
-pkgname=fprintd
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="D-Bus service to access fingerprint readers"
-arch=(i686 x86_64)
-url="https://www.freedesktop.org/wiki/Software/fprint/fprintd"
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-makedepends=(intltool gtk-doc gnome-common git)
-groups=(fprint)
-_commit=8eba30992053d045bed534546586bb4f79ff8814  # tags/V_0_8_0^0
-source=("git+https://anongit.freedesktop.org/git/libfprint/fprintd#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
-    --localstatedir=/var \
-    --disable-static \
-    --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -d -m 700 "$pkgdir/var/lib/fprint"
-}

Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 333196, fprintd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-02 07:57:06 UTC (rev 333197)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Nikolay Rysev <mad.f3ka at gmail.com>
+
+pkgname=fprintd
+pkgver=0.8.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=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc gnome-common git)
+groups=(fprint)
+_commit=9e32cd525724f21eebf2336a06b13a39c6616ab0  # tags/V_0_8_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
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --libexecdir=/usr/lib \
+    --localstatedir=/var \
+    --disable-static \
+    --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -d -m 700 "$pkgdir/var/lib/fprint"
+}



More information about the arch-commits mailing list