diff --git a/container.yaml b/container.yaml index a399755..a8ee700 100644 --- a/container.yaml +++ b/container.yaml @@ -1,6 +1,7 @@ -compose: - modules: - - falkon:stable +platforms: + only: + - x86_64 + - aarch64 flatpak: id: org.kde.falkon branch: stable @@ -17,3 +18,7 @@ flatpak: --system-talk-name=org.freedesktop.GeoClue2 --system-talk-name=org.freedesktop.UPower.* --talk-name=org.kde.kwalletd5 + runtime-name: flatpak-kde5-runtime + runtime-version: f39 + packages: + - falkon diff --git a/falkon.yaml b/falkon.yaml deleted file mode 100644 index 2834b3b..0000000 --- a/falkon.yaml +++ /dev/null @@ -1,34 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: Modern web browser - description: >- - Falkon is a modern web browser based on QtWebEngine (which is itself based on - the Chromium core, i.e., Blink) and the Qt framework. It is designed to be lightweight - and fast and offers advanced functions such as - an integrated advertisement blocker, - - a search engine manager, - a SSL certificate manager, - speed dial - theming - support, and - seamless integration into your desktop environment. - license: - module: - - MIT - buildopts: - arches: [aarch64, x86_64] - dependencies: - - buildrequires: - flatpak-kde5-runtime: [f38] - platform: [f38] - requires: - flatpak-kde5-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - falkon - components: - rpms: - falkon: - rationale: Application package - ref: f38 - arches: [aarch64, x86_64] -...