]> granicus.if.org Git - handbrake/commit
scripts: add script for creating flatpak manifests
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 6 Jun 2018 23:20:34 +0000 (16:20 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 14 Jun 2018 20:51:08 +0000 (13:51 -0700)
commitf59f31f26ea461e502e6644390a15719982a4e20
treecb0d39d2c6747e4e7b46ae33bc8f7c2fc577efad
parent4e069713c1d4940f59d47fcd2f63b1a82706b053
scripts: add script for creating flatpak manifests

This script can generate manifests that are suitable for submitting to
flathub for publishing to their repository.  It can also be used for
generating manifests suitable for building local flatpak bundles and is
used during 'make pkg.create.flatpak'

(cherry picked from commit 93a153eee436a5ca71561dd40c4f128e51e4d47a)
make/include/contrib.defs
pkg/linux/flatpak/fr.handbrake.HandBrakeCLI.json
pkg/linux/flatpak/fr.handbrake.ghb.json
pkg/linux/module.defs
pkg/linux/module.rules
scripts/create_flatpak_manifest.py [new file with mode: 0755]