From 64a7afc472c22c96fddb4919b9d31be5b8b6ef71 Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Fri, 12 Aug 2022 20:52:54 +0530 Subject: [PATCH 1/2] Update runtime to 42 --- com.github.artemanufrij.playmyvideos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.github.artemanufrij.playmyvideos.yml b/com.github.artemanufrij.playmyvideos.yml index aafe246..5bf516e 100644 --- a/com.github.artemanufrij.playmyvideos.yml +++ b/com.github.artemanufrij.playmyvideos.yml @@ -1,9 +1,9 @@ id: com.github.artemanufrij.playmyvideos sdk: org.gnome.Sdk runtime: org.gnome.Platform -runtime-version: '40' +runtime-version: '42' base: io.elementary.BaseApp -base-version: 'juno-20.08' +base-version: 'juno-21.08' finish-args: - --share=ipc - --socket=x11 @@ -26,7 +26,7 @@ add-extensions: org.freedesktop.Platform.ffmpeg-full: directory: lib/ffmpeg add-ld-path: '.' - version: '20.08' + version: '21.08' autodelete: false cleanup: - "*.a" @@ -41,7 +41,7 @@ modules: - name: playmyvideos buildsystem: meson post-install: - - install -Dm644 /app/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.svg -t /app/share/icons/hicolor/128x128/apps/ + - install -Dm644 /app/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.svg -t /app/share/icons/hicolor/scalable/apps/ sources: - type: archive url: "https://github.com/artemanufrij/playmyvideos/archive/1.1.2.tar.gz" From 6c04cbc688b3a063ea077f2d6e866971ef890d2b Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Fri, 12 Aug 2022 20:56:33 +0530 Subject: [PATCH 2/2] Add shared-modules for clutter and switch to fallback-x11 --- .gitmodules | 3 +++ com.github.artemanufrij.playmyvideos.yml | 4 +++- shared-modules | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 shared-modules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1e7a990 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shared-modules"] + path = shared-modules + url = https://github.com/flathub/shared-modules.git diff --git a/com.github.artemanufrij.playmyvideos.yml b/com.github.artemanufrij.playmyvideos.yml index 5bf516e..fdc20b2 100644 --- a/com.github.artemanufrij.playmyvideos.yml +++ b/com.github.artemanufrij.playmyvideos.yml @@ -6,7 +6,7 @@ base: io.elementary.BaseApp base-version: 'juno-21.08' finish-args: - --share=ipc - - --socket=x11 + - --socket=fallback-x11 - --socket=wayland - --device=dri - --socket=pulseaudio @@ -38,6 +38,8 @@ cleanup-commands: - rm -rv /app/share/gir-1.0 - rm -rv /app/share/vala* modules: + - "shared-modules/clutter/clutter.json" + - name: playmyvideos buildsystem: meson post-install: diff --git a/shared-modules b/shared-modules new file mode 160000 index 0000000..c937a66 --- /dev/null +++ b/shared-modules @@ -0,0 +1 @@ +Subproject commit c937a6608497a990a56a22b444a062f949df5a0c