Commit Graph

296 Commits

Author SHA1 Message Date
2795512822 build: remove dev flatpak and replace nightly with gtk3 manifest.
Now gtk3-port old branch has become master!
Also we don't need a dev flatpak for now. We'll see later when we will
do new development releases.
2018-05-27 22:24:37 +02:00
fc8d815ab8 build: update the flatpak howto. 2018-05-27 22:20:09 +02:00
c6a1b9bcde Update various places with old git repository URIs. 2018-05-27 04:19:18 +02:00
0034bd44b3 build: update GNOME's git repository URI. 2018-05-27 04:09:47 +02:00
Ell
cdfcf5bdcf build: add Czech translation to the Windows installer 2018-05-26 14:55:47 -04:00
d436eb66fc Installer: put back compatibility DLLs (for really old plugins) 2018-05-21 00:31:57 +02:00
fd59ecf2c5 Installer: set compatibility options to run Python plugins in high-DPI-aware mode 2018-05-21 00:31:57 +02:00
952e7f365c Installer: remove .dll files from plug-ins directory 2018-05-21 00:31:57 +02:00
0dc3b76306 Installer: fix typos 2018-05-21 00:31:57 +02:00
2a438351dd Installer: Python fixes 2018-05-21 00:31:57 +02:00
399ac63548 build: cleaner flatpak building script. 2018-05-16 20:00:11 +02:00
c64c985726 build: add HEIF support in flatpak nightly and gtk3. 2018-05-16 19:52:50 +02:00
a36f47356a Installer: missed a directory when removing cruft 2018-05-15 00:25:09 +02:00
aa7f602978 Installer: use smaller compression dictionary (might help prevent problems as in #795892) 2018-05-15 00:03:51 +02:00
f557b22d23 Installer: clean up old .debug files during install (they're useless) 2018-05-15 00:01:08 +02:00
391b81c9a4 Installer: updated ghostscript 2018-05-14 22:46:44 +02:00
1d30426102 build: add a flatpak for the gtk3-port branch.
This flatpak is tested and working.
I have not yet verified though if it has the maximum options enabled
(guessing not), but only that we had at least the required dependencies
at least.

When we will merge, it will become the nightly flatpak and the current
nightly can be used to follow the 2.10 (future) branch.
2018-05-14 01:24:47 +02:00
b748dea801 build: add my cron script to build dev flatpak regularly.
This is the script I have been personally using for some time now to
build the devel and nightly flatpak on my server regularly through cron
files.
It is not the best script, arguably, and we can most likely do better.
But for now, it worked for me and is a first step toward maybe making
official nightly flatpak builds soon.
2018-05-13 22:42:54 +02:00
0d26d00ca3 build: replace some survivor s/2.9/2.10/. 2018-05-11 03:01:00 +02:00
5427d82d21 Installer: better error message about unsupported OS 2018-05-10 17:18:34 +02:00
324873c7b8 build: no need for the splash screen patch anymore (was for 2.10.0 RC2). 2018-05-05 18:30:38 +02:00
1ef0f50698 build: update nightly and dev flatpak.
In particular a bunch of dependencies were moved to the BaseApp.
Dev flatpak is actually a bit useless now (since last dev release is
older than stable). But I keep the dev manifest around to make it easier
to update for the future when we'll have a new dev release.
2018-05-05 16:12:11 +02:00
2d3b8f67a8 Installer: optional GIMP debug symbols inclusion 2018-05-05 00:32:46 +02:00
7376f9ce29 Installer: update URLs 2018-05-02 17:34:26 +02:00
c5bde2559e Installer: require Windows 7 or newer 2018-05-02 17:18:46 +02:00
8bc219b2c3 Installer: require Windows 7 or newer 2018-05-02 17:18:46 +02:00
2f28ddf62b Installer: include less cruft 2018-05-02 17:18:46 +02:00
fc34accf4c Installer: another leftover library to clean up 2018-05-02 17:18:46 +02:00
68b4938830 Installer: fixes for upgrading from 2.8 2018-05-02 14:04:13 +02:00
69cbd89694 Installer: use mingw Python 2018-05-02 13:02:17 +02:00
074b337d43 Installer: don't attempt signing when not compressing the installer 2018-05-02 11:40:06 +02:00
449e7b4961 Installer: NOCOMPRESSION fix 2 (installer name) 2018-05-02 11:36:50 +02:00
e8947d2ac4 Installer: oops, NOCOMPRESSION should only affect installer compression 2018-05-02 11:35:16 +02:00
634b0e68c3 Installer: add missing files 2018-05-02 11:34:29 +02:00
e7c50755f9 Installer: more fixes for split GIMP/deps directories 2018-05-02 02:17:48 +02:00
d981c930c5 Installer: forgot a few things for GIMP/deps split 2018-05-02 02:17:48 +02:00
770f596c6e Installer: fix mode 2018-05-02 02:17:48 +02:00
b6813cfe3c Installer: split GIMP and dependencies again (makes it easier to digitally sign
binaries I built myself)
2018-05-02 02:17:48 +02:00
68f4c8a5ed Revert "build: fix removal of old GIMP versions during installation on Windows"
This reverts commit d8ae5481ac.

The original code was meant to remove old (pre-2.8) installers, which used WinGimp AppId.
2018-05-02 02:17:48 +02:00
Ell
d8ae5481ac build: fix removal of old GIMP versions during installation on Windows
Fix the registry path where uninstaller information is searched for
during installation, so that old GIMP versions are properly
uninstalled before installing a new version.

This fix has already been included in the 2.10.0 installer.
2018-05-01 01:12:10 -04:00
Ell
25db980d01 build: add MyPaint brushes component to the Windows installer
In order to bundle the MyPaint brushes, GIMP needs to be configured
with --enable-bundled-mypaint-brushes, and the brushes need to be
present at $GIMP_DIR32\share\mypaint-data.
2018-05-01 01:12:10 -04:00
Ell
de508da0e9 build: add 2.10 splash to the Windows installer 2018-05-01 01:11:56 -04:00
Ell
bf7bbdba2e build: add Chinese (Taiwan) translation to the Windows installer 2018-05-01 01:11:56 -04:00
6463e80c71 build: update my howto for flatpak releases.
After a small fiasco of 5 consecutive builds, add some newly learned
ways to test the builds beforehand on flathub infrastructure, for the
next time.
2018-04-27 18:35:33 +02:00
da2430deaa build: fix the forgotten splash screen for dev flatpak. 2018-04-21 18:09:21 +02:00
147c09f19e Bug 795161 - Misc. typo fixes in source comments and doxygen
Found via `codespell`
Follow-up to  commit 7fdb963e01
2018-04-18 21:06:57 +02:00
12b9d7a4e7 build: update dev flatpak to 2.10.0 RC2. 2018-04-18 12:34:07 +02:00
Ell
65c7ce5e7d build: add Chinese (China) translation to the Windows installer 2018-04-13 08:16:50 -04:00
9dfd35be05 build: update base dependencies to fix flatpak. 2018-04-09 04:03:18 +02:00
d907898c65 build: update dev and nightly flatpak manifests.
Dev flatpak now builds the 2.10.0 RC1.
Both manifest tested and working.
2018-04-07 01:17:09 +02:00