From 5e96fb8e56565ae627675e10b1fc9a8056b7a653 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 15 Dec 2022 11:53:34 +0000 Subject: [PATCH] Upload New File --- sh.popcorntime.PopcornTime.yml | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sh.popcorntime.PopcornTime.yml diff --git a/sh.popcorntime.PopcornTime.yml b/sh.popcorntime.PopcornTime.yml new file mode 100644 index 0000000..a06c4f8 --- /dev/null +++ b/sh.popcorntime.PopcornTime.yml @@ -0,0 +1,43 @@ +app-id: sh.popcorntime.PopcornTime +runtime: org.freedesktop.Platform +runtime-version: '21.08' +sdk: org.freedesktop.Sdk +base: org.electronjs.Electron2.BaseApp +base-version: '21.08' +command: popcorntime-wrapper +separate-locales: false +finish-args: + - --share=ipc + - --share=network + - --socket=x11 + - --socket=pulseaudio + - --filesystem=host + - --talk-name=org.freedesktop.Notifications +modules: +- name: popcorntime + buildsystem: simple + cleanup: + - Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip + sources: + - type: file + only-arches: + - x86_64 + url: https://popcorn-time.ga/build-ru/Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip + sha256: e6577548a60072e2d22b49f65cb6b4a68343aa26efed9835030b78b0a1199f36 + - type: file + path: sh.popcorntime.PopcornTime.metainfo.xml + - type: script + dest-filename: popcorntime-wrapper + commands: + - exec /app/popcorntime/Popcorn-Time + build-commands: + - install -d /app/popcorntime + - unzip Popcorn-Time-0.4.9+21.ga14488b2-linux64.zip -d /app/popcorntime + - install popcorntime-wrapper /app/bin/ + - install -d /app/share/icons/hicolor/256x256/apps/ + - install /app/popcorntime/src/app/images/icon.png /app/share/icons/hicolor/256x256/apps/sh.popcorntime.PopcornTime.png + - install -d /app/share/applications + - touch sh.popcorntime.PopcornTime.desktop + - install -Dp -m644 sh.popcorntime.PopcornTime.metainfo.xml /app/share/metainfo/sh.popcorntime.PopcornTime.metainfo.xml + - install -m644 sh.popcorntime.PopcornTime.desktop /app/share/applications/sh.popcorntime.PopcornTime.desktop + - desktop-file-edit --set-key=Exec --set-value='popcorntime-wrapper %U' --set-key=Icon --set-value='sh.popcorntime.PopcornTime' --set-key=Comment --set-value='Watch Movies and TV Shows instantly' --set-key=Name --set-value='Popcorn-Time' --set-key=MimeType --set-value='application/x-bittorrent;x-scheme-handler/magnet;' --set-key=StartupNotify --set-value='false' --set-key=Categories --set-value='AudioVideo;Video;Player;' --set-key=Type --set-value='Application' /app/share/applications/sh.popcorntime.PopcornTime.desktop