Alexander Larsson

Results 496 comments of Alexander Larsson

_From @daa84 on March 9, 2017 18:14_ And how about build tools? If i want to download rustc/cargo for build how to do this?

For the record, i made a rust SDK here: https://github.com/flathub/flathub/pull/89

Well, the sdk should not be writable, but it seems the extension point is not mounted there.

Note: This should only happen if we're building a runtime or something and we're actually copying the extensions into the result, or if you pass --rebuild-on-sdk-change

At least it now prints warnings for unknown propeties

_From @ace13 on May 3, 2017 8:12_ You can skip all the build steps, and only parse the manifest, by doing something like; ``` flatpak-builder --download-only --disable-download directory_name com.application.manifest.json ```...

_From @TingPing on May 3, 2017 9:36_ I actually believe this will be the best method to lint them going forward: https://github.com/TingPing/flatpak-manifest-schema External tools and editors will do a better...

Having multiple git sources works, it just that the way flatpak-builder works the sources are extracted, in the specified order, inside the build directory. Two git checkouts cannot be in...

Although you're right in that if you mix a git repo with say an archive, then it would work without dest if you had the right order.

This issue was moved to flatpak/flatpak-builder#16