mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
With this change it's possible to build Keyman from the source tarball by running `./build.sh` from the Keyman root directory. When building Keyman as part of the Ubuntu/Debian packaging, we don't use the toplevel `build.sh` file but instead call the build scripts in the subdirectories. This omits building some components that are currently not needed for running Keyman for Linux. The `dist.sh` script only includes the necessary files in this case, distinguished by the `origdist` parameter. This results in a significantly smaller tarball (2.5MB vs 51MB). This change also enhances the `generate_tar_ignore_list` function so that it is now possible to add `build` to the exclude list to ignore all `build` subdirectories. Fixes: #15544 Build-bot: skip Test-bot: skip |
||
|---|---|---|
| .. | ||
| test | ||
| .editorconfig | ||
| build.sh | ||
| create-test-po.py | ||
| deb-packaging.sh | ||
| deb.sh | ||
| debian.sh | ||
| dist.sh | ||
| install.sh | ||
| launchpad.sh | ||
| package-build.inc.sh | ||
| reconf.sh | ||
| upload-to-debian.sh | ||
| verify_api.inc.sh | ||
| watch.in | ||