diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/.thunderbird.metadata b/.thunderbird.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.thunderbird.metadata diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..509c83e --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,61 @@ +--- +document: modulemd +version: 2 +data: + name: thunderbird + stream: flatpak + summary: Mozilla Thunderbird mail/newsgroup client + description: >- + Mozilla Thunderbird is a standalone mail and newsgroup client. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [el8] + platform: [el8] + rust-toolset: ['rhel8'] + llvm-toolset: ['rhel8'] + requires: + flatpak-runtime: [el8] + platform: [el8] + profiles: + default: + rpms: + - thunderbird + buildopts: + rpms: + macros: | + %__meson /usr/bin/meson + %__ninja /usr/bin/ninja + components: + rpms: + dbus-glib: + rationale: Dependency of thunderbird + ref: rhel-8.3.0 + buildorder: 10 + gtk2: + rationale: Dependency of thunderbird + ref: stream-flatpak-rhel-8.3.1 + buildorder: 10 + mozilla-filesystem: + rationale: Dependency of thunderbird + ref: rhel-8.3.0 + buildorder: 10 + pipewire: + # After sbc + rationale: Dependency of thunderbird + ref: rhel-8.3.0 + buildorder: 20 + redhat-indexhtml: + rationale: Dependency of thunderbird + ref: rhel-8.3.0 + buildorder: 10 + sbc: + rationale: Dependency of pipewire + ref: rhel-8.3.0 + buildorder: 10 + thunderbird: + rationale: Application package + ref: stream-flatpak-rhel-8.3.1 + buildorder: 100