aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/speedo (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-04speedo,w32: Fix uninstallationAndre Heinecke1-0/+2
* build-aux/speedo/w32/inst.nsi (-un.gnupg): Delete distsigkey and dirmngr-conf.skel
2016-05-04speedo,w32: Install localisationAndre Heinecke1-0/+239
* build-aux/speedo/w32/inst.nsi (-libgpg-error, GnuPG): Install l10n. (-un.libgpg-error, -un.gnupg): Uninstall l10n files.
2016-04-21w32: Replace libiconv DLL by iconv feature of libgpg-error.Werner Koch1-9/+9
* configure.ac: Do nor require libiconv for W32. * common/utf8conv.c [W32]: Do not incluce iconv.h. Request libgpg-error iconv macros. (jnlib_iconv): Use ICONV_CONST macro. * build-aux/speedo/w32/inst.nsi [!WITH_GUI]: Do not install libiconv. * build-aux/speedo.mk (speedo_spkgs) [!WITH_GUI]: Likewise. Signed-off-by: Werner Koch <[email protected]>
2016-04-20speedo: Use swdb.lst to define the SQLite version.Werner Koch2-6/+24
* build-aux/speedo.mk: Change sqlite to use our mirror and the swdb.lst file. * build-aux/speedo/w32/inst.nsi: gpg is now build and installed as gpg. Signed-off-by: Werner Koch <[email protected]>
2015-12-04speedo,w32: Improve installer.Werner Koch1-0/+3
* build-aux/speedo/w32/inst.nsi (SEC_gnupg): Install dirmngr.conf and distsigkey.gpg. (un.gnupglast): Stop dirmngr. Signed-off-by: Werner Koch <[email protected]>
2015-05-12speedo,w32: Update Windows README.Werner Koch2-68/+15
--
2015-05-06speedo,w32: Install a native pinentry.Werner Koch1-6/+2
* 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 <[email protected]>
2015-02-02w32: Change default Windows install dir and add bin to PATH.Werner Koch1-20/+72
* build-aux/speedo.mk (WITH_GUI): New macro. The Windows installer is now build by default without any GUI stuff. * build-aux/speedo/w32/inst.nsi: Change standard installation directory. (AddToPath, un.RemoveFromPath): New. (gnupginst): Add bin directory to the PATH. Signed-off-by: Werner Koch <[email protected]>
2014-11-21speedo: Add simple logos to the installer.Werner Koch4-21/+32
* build-aux/speedo/w32/README.txt: Include GnuPG Readme. * build-aux/speedo/w32/gnupg-logo-150x57.bmp: New. * build-aux/speedo/w32/gnupg-logo-164x314.bmp: New. * build-aux/speedo/w32/inst.nsi: Add logos. * build-aux/speedo.mk ($(bdir)/NEWS.tmp): Extract news items. -- The welcome page logo is basically a placeholder until someone has created a pretty one.
2014-11-20speedo: Add libadns to the Windows installer.Werner Koch1-0/+15
--
2014-11-13speedo: Install -dev files for the libraries.Werner Koch1-0/+38
--
2014-11-05speedo: Append the date to the Windows installer.Werner Koch1-3/+4
* build-aux/speedo.mk (BUILD_DATESTR): New. (dist-source, installer): Use it.
2014-09-18speedo: Various fixesWerner Koch1-9/+9
* build-aux/speedo.mk: Take zlib and bzip2 from ftp.gnupg.org. Minor other fixes.
2014-09-17speedo: Improve speedo Makefile.Werner Koch1-0/+19
-- Building for the native platform is now a mere make -f build-aux/speedo.mk native You may also use "help" as target.
2014-08-12speedo: Comment typo fixWerner Koch1-2/+2
--
2014-07-03speedo: Update w32 installerWerner Koch1-16/+16
--
2014-06-27speedo: Fix the w32 installer nameWerner Koch1-1/+1
2014-06-17speedo: Support building from dist-source generated tarball.Werner Koch1-1/+2
2014-06-11speedo: Improve building of the w32 installer.Werner Koch2-1/+27
* build-aux/speedo.mk: Change name of build directory to PLAY. Improve the dist-source target. * build-aux/speedo/w32/gdk-pixbuf-loaders.cache: Add a blank line (plus comment). * build-aux/speedo/w32/inst.nsi: Change name of file to gnupg-w32-*. Install more tools. -- gdk-pixbuf-loaders.cache needs to end with an extra LF or the gdk-pixbuf is not able to read the last entry. The final comment is to make our git sanity checks happy. Running make -f build-aux/speedo.mk \ TARGETOS=w32 TARBALLS=~/tarballs installer does now create a working installer. After removing dirmngr from the installation GPA kind of works. There are remaining problems with dirmngr and scdaemon which will be fixed soon. Running make -f build-aux/speedo.mk \ TARGETOS=w32 TARBALLS=~/tarballs dist-source creates an xz compressed tarball with all the sources used to build the installer. Distributing this tarball along with the installer is sufficient to comply with the GPL. Well, some more instructions should be given in the readme files.
2014-06-10speedo: Revamped speedo and include a w32 installer.Werner Koch11-0/+3631
* build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now.