[arch-commits] Commit in fprintd/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Oct 18 22:22:41 UTC 2017
Date: Wednesday, October 18, 2017 @ 22:22:40
Author: heftig
Revision: 308211
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
fprintd/repos/extra-i686/PKGBUILD
(from rev 308210, fprintd/trunk/PKGBUILD)
fprintd/repos/extra-x86_64/PKGBUILD
(from rev 308210, fprintd/trunk/PKGBUILD)
Deleted:
fprintd/repos/extra-i686/PKGBUILD
fprintd/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 92 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 46 ------------------------
extra-x86_64/PKGBUILD | 46 ------------------------
3 files changed, 92 insertions(+), 92 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-10-18 22:22:28 UTC (rev 308210)
+++ extra-i686/PKGBUILD 2017-10-18 22:22:40 UTC (rev 308211)
@@ -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.7.0+12+ge55ad52
-pkgrel=3
-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=e55ad52ded43dacd0f63ed57c2e02eac232e3e58 # master
-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-i686/PKGBUILD (from rev 308210, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-18 22:22:40 UTC (rev 308211)
@@ -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.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"
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-10-18 22:22:28 UTC (rev 308210)
+++ extra-x86_64/PKGBUILD 2017-10-18 22:22:40 UTC (rev 308211)
@@ -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.7.0+12+ge55ad52
-pkgrel=3
-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=e55ad52ded43dacd0f63ed57c2e02eac232e3e58 # master
-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 308210, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-10-18 22:22:40 UTC (rev 308211)
@@ -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.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"
+}
More information about the arch-commits
mailing list