-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnet.krafting.Playlifin.yml
36 lines (33 loc) · 1.08 KB
/
net.krafting.Playlifin.yml
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
app-id: net.krafting.Playlifin
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
command: Playlifin.py
finish-args:
- --share=ipc
- --device=dri
- --share=network
- --socket=wayland
- --socket=fallback-x11
cleanup:
- /share/bash-completion
- /share/doc
- /share/fish
- /share/man
- /share/zsh
modules:
- python3-yt_dlp.json
- name: Playlifin
buildsystem: simple
build-commands:
- install -Dm755 Playlifin.py /app/bin/Playlifin.py
- cp -r utils/ /app/bin/utils/
- install -Dm 0644 net.krafting.Playlifin.desktop /app/share/applications/net.krafting.Playlifin.desktop
- install -Dm 0644 net.krafting.Playlifin.metainfo.xml /app/share/metainfo/net.krafting.Playlifin.metainfo.xml
- install -Dm 0644 images/net.krafting.Playlifin.png /app/share/icons/hicolor/512x512/apps/net.krafting.Playlifin.png
sources:
- type: git
url: https://gitlab.com/Krafting/playlifin-gtk
tag: 2.5.1
commit: 1732d619d142e258b71e003d99aa8c0b109ea7f1
x-checker-data: {type: git, tag-pattern: '^([\d.]+)$'}