flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

Tool to build flatpaks from source

Results 197 flatpak-builder issues
Sort by recently updated
recently updated
newest added

### Checklist - [x] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a feature request that...

enhancement

### Checklist - [x] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a feature request that...

enhancement

In 1.3.5 flatpak-builder switched to defaulting to compressed downloads using curl which sends an empty string as the accept encoding header. https://github.com/flatpak/flatpak-builder/pull/556 Now, some websites/servers are broken and don't understand...

`/foobar/` in cleanup pattern should be treated the same as `/foobar`. Fixes https://github.com/flatpak/flatpak-builder/issues/476

As can be seen with #92 and #261 lots of distros miss the implicit elfutils dependency of flatpak-builder. Void and Alpine Linux still don't have it (I'll add it in...

enhancement

If a project needs to be built in-place it's a bug in the project then the maintainer can disable it, but by default the right thing to do is to...

enhancement

Strip and compress of elf files run sequential not parallel. This can sometimes take a while and it is a bit annoying to see that only one of the 8...

enhancement

At the moment, `flatpak-builder` will download the required sdk if `--install-deps-from=REMOTE` is passed. It would be a nice feature for beginners if flatpak-builder were to try downloading the sdk from...