From 4e51e8e4f2306282609d03d9180db8cbc1283d44 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: May 17 2022 11:16:03 +0000 Subject: Update to Fedora 36, limit architectures and sync with Flathub --- diff --git a/container.yaml b/container.yaml index 709c40b..8408049 100644 --- a/container.yaml +++ b/container.yaml @@ -6,10 +6,10 @@ flatpak: branch: stable command: gnome-clocks finish-args: |- + --device=dri --share=ipc --socket=fallback-x11 --socket=wayland --socket=pulseaudio --share=network - --system-talk-name=org.freedesktop.GeoClue2 --metadata=X-DConf=migrate-path=/org/gnome/clocks/ diff --git a/gnome-clocks.yaml b/gnome-clocks.yaml index f0616f0..b202370 100644 --- a/gnome-clocks.yaml +++ b/gnome-clocks.yaml @@ -10,21 +10,24 @@ data: - MIT dependencies: - buildrequires: - flatpak-common: [f35] - flatpak-runtime: [f35] - platform: [f35] + flatpak-common: [f36] + flatpak-runtime: [f36] + platform: [f36] requires: - flatpak-common: [f35] - flatpak-runtime: [f35] - platform: [f35] + flatpak-common: [f36] + flatpak-runtime: [f36] + platform: [f36] profiles: default: rpms: - gnome-clocks + buildopts: + arches: [aarch64, x86_64] components: rpms: gnome-clocks: rationale: Application package - ref: f35 + ref: f36 + arches: [aarch64,x86_64] buildorder: 10 ...