diff --git a/container.yaml b/container.yaml index 43670c6..0d3a258 100644 --- a/container.yaml +++ b/container.yaml @@ -1,6 +1,3 @@ -compose: - modules: - - shotwell:stable flatpak: id: org.gnome.Shotwell branch: stable @@ -23,3 +20,7 @@ flatpak: --filesystem=xdg-run/gvfs --filesystem=xdg-run/gvfsd --talk-name=org.freedesktop.secrets + runtime-name: flatpak-runtime + runtime-version: f39 + packages: + - shotwell diff --git a/shotwell.yaml b/shotwell.yaml deleted file mode 100644 index 334031f..0000000 --- a/shotwell.yaml +++ /dev/null @@ -1,42 +0,0 @@ ---- -document: modulemd -version: 2 -data: - summary: A photo organizer for the GNOME desktop - description: >- - Shotwell is an easy-to-use, fast photo organizer designed for the GNOME desktop. - It allows you to import photos from your camera or disk, organize them by date - and subject matter, even ratings. It also offers basic photo editing, like crop, - red-eye correction, color adjustments, and straighten. Shotwell's non-destructive - photo editor does not alter your master photos, making it easy to experiment and - correct errors. - license: - module: - - MIT - dependencies: - - buildrequires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - requires: - flatpak-common: [f38] - flatpak-runtime: [f38] - platform: [f38] - profiles: - default: - rpms: - - shotwell - buildopts: - arches: [aarch64, x86_64] - components: - rpms: - libgphoto2: - rationale: Runtime dependency - ref: f38 - arches: [aarch64, x86_64] - shotwell: - rationale: Application package - ref: f38 - buildorder: 10 - arches: [aarch64, x86_64] -...