[arch-commits] Commit in pinentry/repos (6 files)

2016-12-02 Thread Gaëtan Bisson
Date: Friday, December 2, 2016 @ 23:30:15
  Author: bisson
Revision: 282539

db-move: moved pinentry from [testing] to [core] (i686, x86_64)

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 282538, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 282538, pinentry/repos/testing-x86_64/PKGBUILD)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

--+
 /PKGBUILD|   80 +
 core-i686/PKGBUILD   |   40 
 core-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-12-02 18:23:42 UTC (rev 282538)
+++ core-i686/PKGBUILD  2016-12-02 23:30:15 UTC (rev 282539)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=pinentry
-pkgver=0.9.7
-pkgrel=3
-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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' '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-i686/PKGBUILD (from rev 282538, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-12-02 23:30:15 UTC (rev 282539)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+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
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-12-02 18:23:42 UTC (rev 282538)
+++ core-x86_64/PKGBUILD2016-12-02 23:30:15 UTC (rev 282539)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=pinentry
-pkgver=0.9.7
-pkgrel=3
-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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-pinentry-tty \
-   --enable-pinentry-cur

[arch-commits] Commit in pinentry/repos (6 files)

2016-09-16 Thread Gaëtan Bisson
Date: Saturday, September 17, 2016 @ 03:38:59
  Author: bisson
Revision: 276554

db-move: moved pinentry from [testing] to [core] (i686, x86_64)

Added:
  pinentry/repos/core-i686/PKGBUILD
(from rev 276553, pinentry/repos/testing-i686/PKGBUILD)
  pinentry/repos/core-x86_64/PKGBUILD
(from rev 276553, pinentry/repos/testing-x86_64/PKGBUILD)
Deleted:
  pinentry/repos/core-i686/PKGBUILD
  pinentry/repos/core-x86_64/PKGBUILD
  pinentry/repos/testing-i686/
  pinentry/repos/testing-x86_64/

--+
 /PKGBUILD|   80 +
 core-i686/PKGBUILD   |   39 ---
 core-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-09-17 02:45:06 UTC (rev 276553)
+++ core-i686/PKGBUILD  2016-09-17 03:38:59 UTC (rev 276554)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=pinentry
-pkgver=0.9.7
-pkgrel=2
-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')
-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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-pinentry-curses \
-   --enable-fallback-curses \
-   --enable-pinentry-tty \
-   --enable-pinentry-emacs \
-   --enable-pinentry-gtk2 \
-   --enable-pinentry-gnome3 \
-   --enable-pinentry-qt \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: pinentry/repos/core-i686/PKGBUILD (from rev 276553, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-09-17 03:38:59 UTC (rev 276554)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=pinentry
+pkgver=0.9.7
+pkgrel=3
+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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' '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
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-09-17 02:45:06 UTC (rev 276553)
+++ core-x86_64/PKGBUILD2016-09-17 03:38:59 UTC (rev 276554)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=pinentry
-pkgver=0.9.7
-pkgrel=2
-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')
-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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' 'SKIP')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --enable-pinentry-curses \
-   --enable-fallback-curses \
-   --enable-pinentry-tty \
- 

[arch-commits] Commit in pinentry/repos (6 files)

2016-09-15 Thread Gaëtan Bisson
Date: Thursday, September 15, 2016 @ 20:33:52
  Author: bisson
Revision: 276521

db-move: moved pinentry from [staging] to [testing] (i686, x86_64)

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 276520, pinentry/repos/staging-i686/PKGBUILD)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 276520, pinentry/repos/staging-x86_64/PKGBUILD)
Deleted:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 276520, 
pinentry/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-15 20:33:52 UTC (rev 276521)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=pinentry
+pkgver=0.9.7
+pkgrel=3
+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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' '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/testing-x86_64/PKGBUILD (from rev 276520, 
pinentry/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-09-15 20:33:52 UTC (rev 276521)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=pinentry
+pkgver=0.9.7
+pkgrel=3
+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=('9bdcf5f4096aa8b26956afb0ecdd3d7849ffa0cd' '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
+}


[arch-commits] Commit in pinentry/repos (6 files)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:12:56
  Author: foutrelis
Revision: 252979

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-i686/PKGBUILD
(from rev 252978, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-i686/install
(from rev 252978, pinentry/trunk/install)
  pinentry/repos/staging-x86_64/
  pinentry/repos/staging-x86_64/PKGBUILD
(from rev 252978, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-x86_64/install
(from rev 252978, pinentry/trunk/install)

-+
 staging-i686/PKGBUILD   |   43 +++
 staging-i686/install|   20 
 staging-x86_64/PKGBUILD |   43 +++
 staging-x86_64/install  |   20 
 4 files changed, 126 insertions(+)

Copied: pinentry/repos/staging-i686/PKGBUILD (from rev 252978, 
pinentry/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-06 20:12:56 UTC (rev 252979)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=3
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+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=('296992d7b26ba2a517b093ccae26bc00b88b3bb5' 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+install=install
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # https://bugs.gnupg.org/gnupg/issue1961
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-fallback-curses \
+   --enable-pinentry-tty \
+   --enable-pinentry-emacs \
+   --enable-pinentry-gtk2 \
+   --enable-pinentry-gnome3 \
+   --enable-pinentry-qt \
+
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-i686/install (from rev 252978, 
pinentry/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-12-06 20:12:56 UTC (rev 252979)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/staging-x86_64/PKGBUILD (from rev 252978, 
pinentry/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-06 20:12:56 UTC (rev 252979)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=3
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+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=('296992d7b26ba2a517b093ccae26bc00b88b3bb5' 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+install=install
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # https://bugs.gnupg.org/gnupg/issue1961
+   CXXFLAGS+=' -std=c++11'
+
+   ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-fallback-curses \
+   --enable-pinentry-tty \
+   --enable-pinentry-emacs \
+   --enable-pinentry-gtk2 \
+   --enable-pinentry-gnome3 \
+   --enable-pinentry-qt \
+
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-x86_64/install (from rev 252978, 
pinentry/trunk/install)
===
--- staging-x86_64/install

[arch-commits] Commit in pinentry/repos (6 files)

2015-12-04 Thread Gaetan Bisson
Date: Friday, December 4, 2015 @ 22:28:33
  Author: bisson
Revision: 252356

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-i686/PKGBUILD
(from rev 252355, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-i686/pinentry.install
(from rev 252355, pinentry/trunk/pinentry.install)
  pinentry/repos/staging-x86_64/
  pinentry/repos/staging-x86_64/PKGBUILD
(from rev 252355, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-x86_64/pinentry.install
(from rev 252355, pinentry/trunk/pinentry.install)

-+
 staging-i686/PKGBUILD   |   40 ++
 staging-i686/pinentry.install   |   20 +++
 staging-x86_64/PKGBUILD |   40 ++
 staging-x86_64/pinentry.install |   20 +++
 4 files changed, 120 insertions(+)

Copied: pinentry/repos/staging-i686/PKGBUILD (from rev 252355, 
pinentry/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-i686/pinentry.install (from rev 252355, 
pinentry/trunk/pinentry.install)
===
--- staging-i686/pinentry.install   (rev 0)
+++ staging-i686/pinentry.install   2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/staging-x86_64/PKGBUILD (from rev 252355, 
pinentry/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16' 'libassuan')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+sha1sums=('296992d7b26ba2a517b093ccae26bc00b88b3bb5'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-x86_64/pinentry.install (from rev 252355, 
pinentry/trunk/pinentry.install)
===
--- staging-x86_64/pinentry.install (rev 0)
+++ staging-x86_64/pinentry.install 2015-12-04 21:28:33 UTC (rev 252356)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinent

[arch-commits] Commit in pinentry/repos (6 files)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 04:53:33
  Author: foutrelis
Revision: 245651

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-i686/PKGBUILD
(from rev 245650, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-i686/pinentry.install
(from rev 245650, pinentry/trunk/pinentry.install)
  pinentry/repos/staging-x86_64/
  pinentry/repos/staging-x86_64/PKGBUILD
(from rev 245650, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-x86_64/pinentry.install
(from rev 245650, pinentry/trunk/pinentry.install)

-+
 staging-i686/PKGBUILD   |   40 ++
 staging-i686/pinentry.install   |   20 +++
 staging-x86_64/PKGBUILD |   40 ++
 staging-x86_64/pinentry.install |   20 +++
 4 files changed, 120 insertions(+)

Copied: pinentry/repos/staging-i686/PKGBUILD (from rev 245650, 
pinentry/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-10 02:53:33 UTC (rev 245651)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.5
+pkgrel=2
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('55439c4436b59573a29e144916ee5b61'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-i686/pinentry.install (from rev 245650, 
pinentry/trunk/pinentry.install)
===
--- staging-i686/pinentry.install   (rev 0)
+++ staging-i686/pinentry.install   2015-09-10 02:53:33 UTC (rev 245651)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/staging-x86_64/PKGBUILD (from rev 245650, 
pinentry/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-10 02:53:33 UTC (rev 245651)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.5
+pkgrel=2
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('55439c4436b59573a29e144916ee5b61'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/staging-x86_64/pinentry.install (from rev 245650, 
pinentry/trunk/pinentry.install)
===
--- staging-x86_64/pinentry.install (rev 0)
+++ staging-x86_64/pinentry.install 2015-09-10 02:53:33 UTC (rev 245651)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x 

[arch-commits] Commit in pinentry/repos (6 files)

2015-07-09 Thread Tobias Powalowski
Date: Thursday, July 9, 2015 @ 14:33:55
  Author: tpowa
Revision: 241895

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 241894, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 241894, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 241894, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 241894, pinentry/trunk/pinentry.install)

-+
 testing-i686/PKGBUILD   |   40 ++
 testing-i686/pinentry.install   |   20 +++
 testing-x86_64/PKGBUILD |   40 ++
 testing-x86_64/pinentry.install |   20 +++
 4 files changed, 120 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 241894, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-09 12:33:55 UTC (rev 241895)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('55439c4436b59573a29e144916ee5b61'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 241894, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2015-07-09 12:33:55 UTC (rev 241895)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 241894, 
pinentry/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-09 12:33:55 UTC (rev 241895)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('55439c4436b59573a29e144916ee5b61'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+
+  # https://bugs.gnupg.org/gnupg/issue1961
+  CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: pinentry/repos/testing-x86_64/pinentry.install (from rev 241894, 
pinentry/trunk/pinentry.install)
===
--- testing-x86_64/pinentry.install (rev 0)
+++ testing-x86_64/pinentry.install 2015-07-09 12:33:55 UTC (rev 241895)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/in

[arch-commits] Commit in pinentry/repos (6 files)

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:52:56
  Author: tpowa
Revision: 238223

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 238222, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 238222, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 238222, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 238222, pinentry/trunk/pinentry.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/pinentry.install   |   20 
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/pinentry.install |   20 
 4 files changed, 112 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 238222, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 238222, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 238222, 
pinentry/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pinentry
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gnupg.org/related_software/pinentry/";
+depends=('ncurses' 'libcap>=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h} > ${file}
+  # done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Copied: pinentry/repos/testing-x86_64/pinentry.install (from rev 238222, 
pinentry/trunk/pinentry.install)
===
--- testing-x86_64/pinentry.install (rev 0)
+++ testing-x86_64/pinentry.install 2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgra