[cheese] Update flatpak manifest and appdata



commit abd9c410a977ff622ad2489d388e1b4c37060ed1
Author: David King <amigadave amigadave com>
Date:   Tue Sep 22 11:13:27 2020 +0100

    Update flatpak manifest and appdata
    
    Make the minimal required changes to build against the current SDK.

 data/org.gnome.Cheese.appdata.xml.in |  6 ++++++
 data/org.gnome.Cheese.yml            | 24 ++++++++++++++++++------
 2 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/data/org.gnome.Cheese.appdata.xml.in b/data/org.gnome.Cheese.appdata.xml.in
index 19c7b5d7..b1a901f1 100644
--- a/data/org.gnome.Cheese.appdata.xml.in
+++ b/data/org.gnome.Cheese.appdata.xml.in
@@ -37,4 +37,10 @@
   <update_contact>davidk gnome org</update_contact>
   <project_group>GNOME</project_group>
   <translation type="gettext">cheese</translation>
+  <content_rating type="oars-1.1"/>
+  <releases>
+    <release>
+      <url>https://gitlab.gnome.org/GNOME/cheese/raw/3.38.0/NEWS</url>
+    </release>
+  </releases>
 </component>
diff --git a/data/org.gnome.Cheese.yml b/data/org.gnome.Cheese.yml
index 57f212fc..bb829571 100644
--- a/data/org.gnome.Cheese.yml
+++ b/data/org.gnome.Cheese.yml
@@ -1,7 +1,7 @@
 id: org.gnome.Cheese
 runtime: org.gnome.Platform
 sdk: org.gnome.Sdk
-runtime-version: 3.30
+runtime-version: "3.38"
 command: cheese
 tags:
   - nightly
@@ -12,10 +12,7 @@ finish-args:
   - --socket=pulseaudio
   - --socket=wayland
   - --device=all
-  - --filesystem=xdg-run/dconf
-  - --filesystem=~/.config/dconf:ro
-  - --talk-name=ca.desrt.dconf
-  - --env=DCONF_USER_CONFIG_DIR=.config/dconf
+  - --metadata=X-DConf=migrate-path=/org/gnome/Cheese/
   - --filesystem=xdg-pictures
   - --filesystem=xdg-videos
 cleanup:
@@ -50,12 +47,27 @@ modules:
       - type: git
         url: https://gitlab.gnome.org/GNOME/totem-video-thumbnailer.git
   - name: gnome-video-effects
+    buildsystem: meson
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/gnome-video-effects.git
+  - name: libcanberra
+    config-opts:
+      - --enable-gstreamer
+      - --enable-pulse
+      - --disable-oss
+      - --disable-static
+      - --with-builtin=dso
+      - --with-systemdsystemunitdir=no
+    sources:
+      - type: git
+        url: http://git.0pointer.net/clone/libcanberra.git
+        commit: c0620e432650e81062c1967cc669829dbd29b310
+        disable-shallow-clone: true
   - name: cheese
+    buildsystem: meson
     config-opts:
-      - --disable-introspection
+      - -Dintrospection=false
     sources:
       - type: git
         url: https://gitlab.gnome.org/GNOME/cheese.git


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]