[arch-commits] Commit in pinentry/repos (3 files)
Gaëtan Bisson
bisson at archlinux.org
Mon Dec 11 00:33:58 UTC 2017
Date: Monday, December 11, 2017 @ 00:33:58
Author: bisson
Revision: 312157
db-move: moved pinentry from [testing] to [core] (x86_64)
Added:
pinentry/repos/core-x86_64/PKGBUILD
(from rev 312156, pinentry/repos/testing-x86_64/PKGBUILD)
Deleted:
pinentry/repos/core-x86_64/PKGBUILD
pinentry/repos/testing-x86_64/
----------------------+
/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
core-x86_64/PKGBUILD | 40 ----------------------------------------
2 files changed, 41 insertions(+), 40 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2017-12-11 00:33:54 UTC (rev 312156)
+++ core-x86_64/PKGBUILD 2017-12-11 00:33:58 UTC (rev 312157)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=pinentry
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol'
-url='http://gnupg.org/related_software/pinentry/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'libcap' 'libassuan' 'libsecret')
-makedepends=('gtk2' 'qt5-base' 'gcr')
-optdepends=('gtk2: gtk2 backend'
- 'qt5-base: qt backend'
- 'gcr: gnome3 backend')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('85d9ac81ebad3fb082514c505c90c39a0456f1f6' 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --enable-pinentry-tty \
- --enable-pinentry-curses \
- --enable-fallback-curses \
- --enable-pinentry-emacs \
- --enable-pinentry-gtk2 \
- --enable-pinentry-gnome3 \
- --enable-pinentry-qt \
- --enable-libsecret \
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: pinentry/repos/core-x86_64/PKGBUILD (from rev 312156, pinentry/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2017-12-11 00:33:58 UTC (rev 312157)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=pinentry
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol'
+url='http://gnupg.org/related_software/pinentry/'
+arch=('x86_64')
+license=('GPL')
+depends=('ncurses' 'libcap' 'libassuan' 'libsecret')
+makedepends=('gtk2' 'qt5-base' 'gcr')
+optdepends=('gtk2: gtk2 backend'
+ 'qt5-base: qt backend'
+ 'gcr: gnome3 backend')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --enable-pinentry-tty \
+ --enable-pinentry-curses \
+ --enable-fallback-curses \
+ --enable-pinentry-emacs \
+ --enable-pinentry-gtk2 \
+ --enable-pinentry-gnome3 \
+ --enable-pinentry-qt \
+ --enable-libsecret \
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list