4 We need tocheck whether setting Threadpriority in 01-giowin32.pacth
5 is still required. It is not in upstream.
7 02-gspawn-w32.patch is required.
8 03-gspawn-w32-fixup.patch is required.
10 (04-* is not required).
13 ** There is no advantage to conditionally define translation strings,
14 as the tables are purged of unnecessary strings by makensis. Thus
15 we should probably define strings where they are used, rather in the
16 inst-*.nsi files of the package to which they belong. This would
17 also simplify management of po/POFILES.in.
18 ** Dependency tracking is partly missing: The installer should depend on
19 catalogs.nsi and any included LANG.nsi. gettext usually works at
20 run-time, and thus there is no canonical support for this already.
21 ** /bin/bash is used unconditionally in po/Makevars.
22 ** nsis-msgfmt could check if a language file (nlf/nsh) exists for the
23 installed version of makensis/Modern UI.
24 ** po/Rules-nsis requires a compiler for the build platform, and an installed
25 libgettextpo. None of this is configurable at this point.
26 ** nsis-xgettext.awk could be made more robust, although there is no
28 ** Test what happens with --disable-nls.
31 ** Some versions of strip don't work.
32 Werner's GNU strip 2.15.91 20040904 is fine but
33 Marcus' GNU strip 2.15.94 20050118 does not work.
34 ** Mo file installation macro
35 ** Allow optional packages. For example, GPGME depends on Qt, which
36 limits the number of different installers you can build. To make
37 this more flexible, we need optional packages in configure.ac
38 checks, and optional configure flags in Makefile.am. The installer
39 itself already supports them well.
41 * Component related issues:
42 ** Check which iconv to use !!
43 ** Finish integration of GnuPG.
44 ** Add the missing packages: Sylpheed Eudore extensions.
45 ** Remove the /nonfatal from the keyserver helper installing
46 This might need that we check what files are actually available.
48 * The following items are related to package auto-detection and
49 configuration. They are not critical.
50 ** BUG: If there is more than one version of a package, the script
51 breaks. The GPG4WIN_FIND function must filter and pick one of the
53 ** GLITCH: If unnecessary dependency packages are enabled, they are
54 included in the installer, although they never will be (and can't
55 be) installed (they can't be installed because they can't be
56 selected). To fix this, configure would need to know which
57 packages can be selected and which can't.
58 ** Invent something clever to cope with new versions of packages, which
59 may have a different file list. We can't use globs because Delete
60 must still work. Either have inst-PACKAGE-VERSION.nsi files, or
61 have globs plus some scripting to generate the .nis files. !
62 ** Record the dependencies in the build list in the gpg4win.mk.in
63 Makefile using make dependencies between the stamp-final-$(1)
64 targets. This would hopefully ensure that parallel makes work. !
68 Copyright 2005 g10 Code GmbH
70 This file is free software; as a special exception the author gives
71 unlimited permission to copy and/or distribute it, with or without
72 modifications, as long as this notice is preserved.
74 This file is distributed in the hope that it will be useful, but
75 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
76 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR