1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

speedo,w32: Install a native pinentry.

* build-aux/speedo.mk: Always build pinentry for w32.
(speedo_pkg_pinentry_configure): Adjust to modern pinentry.
* build-aux/speedo/w32/inst.nsi: Install native pinentry under the
name pinentry-basic.exe.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2015-05-06 11:06:26 +02:00
parent f77fd572db
commit 154abaf3c9
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 21 additions and 15 deletions

View file

@ -816,12 +816,10 @@ Section "-gtk+" SEC_gtk_
SectionEnd
!endif
!ifdef WITH_GUI
Section "-pinentry" SEC_pinentry
SetOutPath "$INSTDIR\bin"
File /oname=pinentry.exe "bin/pinentry-gtk-2.exe"
File /oname=pinentry-basic.exe "bin/pinentry-w32.exe"
SectionEnd
!endif
!ifdef WITH_GUI
Section "gpa" SEC_gpa
@ -933,11 +931,9 @@ Section "-un.gpa"
SectionEnd
!endif
!ifdef WITH_GUI
Section "-un.pinentry"
Delete "$INSTDIR\bin\pinentry.exe"
Delete "$INSTDIR\bin\pinentry-basic.exe"
SectionEnd
!endif
!ifdef WITH_GUI
Section "-un.gtk+"