[arch-commits] Commit in fprintd/repos (4 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 30 17:48:17 UTC 2017
Date: Sunday, April 30, 2017 @ 17:48:16
Author: heftig
Revision: 295121
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
fprintd/repos/extra-i686/PKGBUILD
(from rev 295120, fprintd/trunk/PKGBUILD)
fprintd/repos/extra-x86_64/PKGBUILD
(from rev 295120, fprintd/trunk/PKGBUILD)
Deleted:
fprintd/repos/extra-i686/PKGBUILD
fprintd/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 90 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 40 ---------------------
extra-x86_64/PKGBUILD | 40 ---------------------
3 files changed, 90 insertions(+), 80 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-04-30 17:47:42 UTC (rev 295120)
+++ extra-i686/PKGBUILD 2017-04-30 17:48:16 UTC (rev 295121)
@@ -1,40 +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=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=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 \
- --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
-}
Copied: fprintd/repos/extra-i686/PKGBUILD (from rev 295120, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-30 17:48:16 UTC (rev 295121)
@@ -0,0 +1,45 @@
+# $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=2
+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
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-04-30 17:47:42 UTC (rev 295120)
+++ extra-x86_64/PKGBUILD 2017-04-30 17:48:16 UTC (rev 295121)
@@ -1,40 +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=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=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 \
- --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
-}
Copied: fprintd/repos/extra-x86_64/PKGBUILD (from rev 295120, fprintd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-04-30 17:48:16 UTC (rev 295121)
@@ -0,0 +1,45 @@
+# $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=2
+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
+}
More information about the arch-commits
mailing list