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

2016-05-06 Thread Gaetan Bisson
Date: Saturday, May 7, 2016 @ 01:46:44
  Author: bisson
Revision: 267076

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

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

--+
 /PKGBUILD|   78 +
 core-i686/PKGBUILD   |   41 -
 core-i686/install|   20 
 core-x86_64/PKGBUILD |   41 -
 core-x86_64/install  |   20 
 5 files changed, 78 insertions(+), 122 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-06 23:46:43 UTC (rev 267075)
+++ core-i686/PKGBUILD  2016-05-06 23:46:44 UTC (rev 267076)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Maintainer: Gaetan Bisson 
-
-pkgname=pinentry
-pkgver=0.9.7
-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')
-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')
-
-install=install
-
-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 267075, 
pinentry/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-05-06 23:46:44 UTC (rev 267076)
@@ -0,0 +1,39 @@
+# $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
+}

Deleted: core-i686/install
===
--- core-i686/install   2016-05-06 23:46:43 UTC (rev 267075)
+++ core-i686/install   2016-05-06 23:46:44 UTC (rev 267076)
@@ -1,20 +0,0 @@
-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
-}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-05-06 23:46:43 UTC (rev 267075)
+++ core-x86_64/PKGBUILD2016-05-06 23:46:44 UTC (rev 267076)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 

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

2015-12-08 Thread Gaetan Bisson
Date: Tuesday, December 8, 2015 @ 09:34:09
  Author: bisson
Revision: 253600

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

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

-+
 /PKGBUILD   |   82 ++
 /install|   40 ++
 staging-i686/PKGBUILD   |   43 
 staging-i686/install|   20 ---
 staging-x86_64/PKGBUILD |   43 
 staging-x86_64/install  |   20 ---
 6 files changed, 122 insertions(+), 126 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-08 08:33:26 UTC (rev 253599)
+++ staging-i686/PKGBUILD   2015-12-08 08:34:09 UTC (rev 253600)
@@ -1,43 +0,0 @@
-# $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/PKGBUILD (from rev 253599, 
pinentry/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 08:34:09 UTC (rev 253600)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Maintainer: Gaetan Bisson 
+
+pkgname=pinentry
+pkgver=0.9.7
+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')
+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')
+
+install=install
+
+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
+}

Deleted: staging-i686/install
===
--- staging-i686/install2015-12-08 08:33:26 UTC (rev 253599)
+++ staging-i686/install2015-12-08 08:34:09 UTC (rev 253600)
@@ -1,20 +0,0 @@
-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-i686/install (from rev 253599, 

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

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

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

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

-+
 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 252360, 
pinentry/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-04 21:55:33 UTC (rev 252361)
@@ -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/testing-i686/pinentry.install (from rev 252360, 
pinentry/repos/staging-i686/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2015-12-04 21:55:33 UTC (rev 252361)
@@ -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 252360, 
pinentry/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-04 21:55:33 UTC (rev 252361)
@@ -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/testing-x86_64/pinentry.install (from rev 252360, 
pinentry/repos/staging-x86_64/pinentry.install)

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

2015-12-04 Thread Gaetan Bisson
Date: Saturday, December 5, 2015 @ 05:14:58
  Author: bisson
Revision: 252367

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-12-05 04:14:31 UTC (rev 252366)
+++ testing-i686/PKGBUILD   2015-12-05 04:14:58 UTC (rev 252367)
@@ -1,40 +0,0 @@
-# $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/testing-i686/PKGBUILD (from rev 252366, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-05 04:14:58 UTC (rev 252367)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=pinentry
+pkgver=0.9.6
+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' '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/testing-i686/install (from rev 252366, 
pinentry/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-12-05 04:14:58 UTC (rev 252367)
@@ -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
+}

Deleted: testing-i686/pinentry.install

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

2014-11-12 Thread Tobias Powalowski
Date: Wednesday, November 12, 2014 @ 12:44:43
  Author: tpowa
Revision: 226111

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 226110, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 226110, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 226110, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 226110, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 226110, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 226110, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   36 +
 testing-i686/pinentry.install|   20 
 testing-i686/qt4-pinentry-window.patch   |   28 ++
 testing-x86_64/PKGBUILD  |   36 +
 testing-x86_64/pinentry.install  |   20 
 testing-x86_64/qt4-pinentry-window.patch |   28 ++
 6 files changed, 168 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 226110, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-12 11:44:43 UTC (rev 226111)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.9.0
+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)
+install=pinentry.install
+md5sums=('40a05856cb3accf6679987b7899b0f5a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --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 226110, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2014-11-12 11:44:43 UTC (rev 226111)
@@ -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-i686/qt4-pinentry-window.patch (from rev 226110, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2014-11-12 11:44:43 UTC (rev 
226111)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 226110, 
pinentry/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ 

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

2014-11-03 Thread Tobias Powalowski
Date: Monday, November 3, 2014 @ 21:10:50
  Author: tpowa
Revision: 225591

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 225590, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 225590, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 225590, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 225590, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 225590, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 225590, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   39 +
 testing-i686/pinentry.install|   20 ++
 testing-i686/qt4-pinentry-window.patch   |   28 
 testing-x86_64/PKGBUILD  |   39 +
 testing-x86_64/pinentry.install  |   20 ++
 testing-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 174 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 225590, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-03 20:10:50 UTC (rev 225591)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.4
+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)
+#qt4-pinentry-window.patch)
+install=pinentry.install
+md5sums=('e2b6f94471ba1e978f6e5bf6b275189b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  #patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --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 225590, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2014-11-03 20:10:50 UTC (rev 225591)
@@ -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-i686/qt4-pinentry-window.patch (from rev 225590, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2014-11-03 20:10:50 UTC (rev 
225591)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 225590, 
pinentry/trunk/PKGBUILD)

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

2013-05-06 Thread Tobias Powalowski
Date: Monday, May 6, 2013 @ 12:04:21
  Author: tpowa
Revision: 184336

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 184335, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 184335, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 184335, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 184335, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 184335, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 184335, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/pinentry.install|   20 ++
 testing-i686/qt4-pinentry-window.patch   |   28 
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/pinentry.install  |   20 ++
 testing-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 176 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 184335, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-06 10:04:21 UTC (rev 184336)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.3
+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://www.gnupg.org/aegypten2;
+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
+qt4-pinentry-window.patch)
+install=pinentry.install
+md5sums=('2ae681cbca0d9fb774b2c90b11ebf56c'
+ '450b8713fe42f1bd93311ef84767c3d8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --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 184335, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2013-05-06 10:04:21 UTC (rev 184336)
@@ -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-i686/qt4-pinentry-window.patch (from rev 184335, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2013-05-06 10:04:21 UTC (rev 
184336)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 184335, 
pinentry/trunk/PKGBUILD)

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

2013-02-26 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 16:14:06
  Author: andrea
Revision: 178729

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

Added:
  pinentry/repos/staging-i686/
  pinentry/repos/staging-i686/PKGBUILD
(from rev 178728, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-i686/pinentry.install
(from rev 178728, pinentry/trunk/pinentry.install)
  pinentry/repos/staging-i686/qt4-pinentry-window.patch
(from rev 178728, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/staging-x86_64/
  pinentry/repos/staging-x86_64/PKGBUILD
(from rev 178728, pinentry/trunk/PKGBUILD)
  pinentry/repos/staging-x86_64/pinentry.install
(from rev 178728, pinentry/trunk/pinentry.install)
  pinentry/repos/staging-x86_64/qt4-pinentry-window.patch
(from rev 178728, pinentry/trunk/qt4-pinentry-window.patch)

--+
 staging-i686/PKGBUILD|   40 +
 staging-i686/pinentry.install|   20 ++
 staging-i686/qt4-pinentry-window.patch   |   28 
 staging-x86_64/PKGBUILD  |   40 +
 staging-x86_64/pinentry.install  |   20 ++
 staging-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 176 insertions(+)

Copied: pinentry/repos/staging-i686/PKGBUILD (from rev 178728, 
pinentry/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-26 15:14:06 UTC (rev 178729)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.2
+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://www.gnupg.org/aegypten2;
+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
+qt4-pinentry-window.patch)
+install=pinentry.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   moc-qt4 ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}
+md5sums=('82e6114e5e27a8ab36f314b332a6e024'
+ '450b8713fe42f1bd93311ef84767c3d8')

Copied: pinentry/repos/staging-i686/pinentry.install (from rev 178728, 
pinentry/trunk/pinentry.install)
===
--- staging-i686/pinentry.install   (rev 0)
+++ staging-i686/pinentry.install   2013-02-26 15:14:06 UTC (rev 178729)
@@ -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-i686/qt4-pinentry-window.patch (from rev 178728, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- staging-i686/qt4-pinentry-window.patch  (rev 0)
+++ staging-i686/qt4-pinentry-window.patch  2013-02-26 15:14:06 UTC (rev 
178729)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/staging-x86_64/PKGBUILD (from rev 178728, 

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

2012-09-07 Thread Tobias Powalowski
Date: Friday, September 7, 2012 @ 16:18:41
  Author: tpowa
Revision: 166441

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 166440, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 166440, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 166440, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 166440, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 166440, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 166440, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/pinentry.install|   20 ++
 testing-i686/qt4-pinentry-window.patch   |   28 
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/pinentry.install  |   20 ++
 testing-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 176 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 166440, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-07 20:18:41 UTC (rev 166441)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.2
+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://www.gnupg.org/aegypten2;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt')
+optdepends=('gtk2: for gtk2 backend'
+'qt: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2
+qt4-pinentry-window.patch)
+install=pinentry.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   /usr/bin/moc ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}
+md5sums=('82e6114e5e27a8ab36f314b332a6e024'
+ '450b8713fe42f1bd93311ef84767c3d8')

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 166440, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2012-09-07 20:18:41 UTC (rev 166441)
@@ -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-i686/qt4-pinentry-window.patch (from rev 166440, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2012-09-07 20:18:41 UTC (rev 
166441)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 166440, 

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

2012-05-25 Thread Tobias Powalowski
Date: Friday, May 25, 2012 @ 08:44:10
  Author: tpowa
Revision: 159496

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

Added:
  pinentry/repos/testing-i686/
  pinentry/repos/testing-i686/PKGBUILD
(from rev 159495, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-i686/pinentry.install
(from rev 159495, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-i686/qt4-pinentry-window.patch
(from rev 159495, pinentry/trunk/qt4-pinentry-window.patch)
  pinentry/repos/testing-x86_64/
  pinentry/repos/testing-x86_64/PKGBUILD
(from rev 159495, pinentry/trunk/PKGBUILD)
  pinentry/repos/testing-x86_64/pinentry.install
(from rev 159495, pinentry/trunk/pinentry.install)
  pinentry/repos/testing-x86_64/qt4-pinentry-window.patch
(from rev 159495, pinentry/trunk/qt4-pinentry-window.patch)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/pinentry.install|   20 ++
 testing-i686/qt4-pinentry-window.patch   |   28 
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/pinentry.install  |   20 ++
 testing-x86_64/qt4-pinentry-window.patch |   28 
 6 files changed, 176 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 159495, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-25 12:44:10 UTC (rev 159496)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.8.1
+pkgrel=4
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/aegypten2;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt')
+optdepends=('gtk2: for gtk2 backend'
+'qt: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.gz
+qt4-pinentry-window.patch)
+install=pinentry.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #fix: https://bugs.archlinux.org/task/29998
+  patch -Np1 -i ../qt4-pinentry-window.patch
+  for file in qt4/*.moc; do
+   /usr/bin/moc ${file/.moc/.h}  ${file}
+   done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+--disable-pinentry-gtk \
+--disable-pinentry-qt \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}
+md5sums=('81f99904daee5331eb6738408bb024b6'
+ '450b8713fe42f1bd93311ef84767c3d8')

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 159495, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2012-05-25 12:44:10 UTC (rev 159496)
@@ -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-i686/qt4-pinentry-window.patch (from rev 159495, 
pinentry/trunk/qt4-pinentry-window.patch)
===
--- testing-i686/qt4-pinentry-window.patch  (rev 0)
+++ testing-i686/qt4-pinentry-window.patch  2012-05-25 12:44:10 UTC (rev 
159496)
@@ -0,0 +1,28 @@
+From c2ab12b3742c929a225c3753439438edc27bfa81 Mon Sep 17 00:00:00 2001
+From: Stanislav Ochotnicky sochotni...@redhat.com
+Date: Tue, 1 Feb 2011 14:42:27 +0100
+Subject: [PATCH] Fix qt4 pinentry window created in the background
+
+This is probably just a workaround. Proper fix is being investigated.
+See:
+https://bugzilla.redhat.com/show_bug.cgi?id=589532
+http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdialog-sends-window-to-background
+---
+ qt4/pinentrydialog.cpp |1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/qt4/pinentrydialog.cpp b/qt4/pinentrydialog.cpp
+index 541baf4..d634eb6 100644
+--- a/qt4/pinentrydialog.cpp
 b/qt4/pinentrydialog.cpp
+@@ -69,7 +69,6 @@ void raiseWindow( QWidget* w )
+ SetForegroundWindow( w-winId() );
+ #endif
+ w-raise();
+-w-activateWindow();
+ }
+ 
+ QPixmap icon( QStyle::StandardPixmap which )
+-- 
+1.7.3.5
+

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 159495, 
pinentry/trunk/PKGBUILD)