-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcom.rtosta.zapzap.yaml
47 lines (46 loc) · 1.6 KB
/
com.rtosta.zapzap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
app-id: com.rtosta.zapzap
runtime: org.kde.Platform
runtime-version: "6.8"
sdk: org.kde.Sdk
base: com.riverbankcomputing.PyQt.BaseApp
base-version: "6.8"
command: zapzap
finish-args:
- "--share=ipc"
- "--socket=x11"
- "--socket=pulseaudio"
- "--share=network"
- "--device=all"
- "--filesystem=host"
- "--filesystem=xdg-download"
- "--talk-name=org.freedesktop.Notifications"
- "--talk-name=org.kde.StatusNotifierWatcher"
- "--env=QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess"
- "--env=QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor"
cleanup:
- /include
- /lib/pkgconfig
- "*.la"
- "*.a"
cleanup-commands:
- /app/cleanup-BaseApp.sh
modules:
- name: dbus-python
buildsystem: simple
build-commands:
- pip3 install --no-deps --prefix=${FLATPAK_DEST} .
sources:
- type: archive
url: https://files.pythonhosted.org/packages/b1/5c/ccfc167485806c1936f7d3ba97db6c448d0089c5746ba105b6eb22dba60e/dbus-python-1.2.18.tar.gz
sha256: 92bdd1e68b45596c833307a5ff4b217ee6929a1502f5341bae28fd120acf7260
- name: zapzap
buildsystem: simple
build-commands:
- pip3 install --prefix=${FLATPAK_DEST} .
- install -Dm644 share/icons/${FLATPAK_ID}.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg
- install -Dm644 share/applications/${FLATPAK_ID}.desktop ${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop
- install -Dm644 share/metainfo/${FLATPAK_ID}.appdata.xml ${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.appdata.xml
sources:
- type: git
url: https://github.com/rafatosta/zapzap.git
tag: 5.3.9