-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorg.hlwd.sonofman.yml
47 lines (47 loc) · 1.65 KB
/
org.hlwd.sonofman.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
37
38
39
40
41
42
43
44
45
46
47
app-id: org.hlwd.sonofman
runtime: org.freedesktop.Platform
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
command: som
finish-args:
- --socket=x11
- --share=network
- --share=ipc
modules:
- pypi-dependencies.json
- name: libxmu-dev
buildsystem: autotools
sources:
- type: archive
url: http://archive.ubuntu.com/ubuntu/pool/main/libx/libxmu/libxmu_1.1.3.orig.tar.gz
sha256: 5bd9d4ed1ceaac9ea023d86bf1c1632cd3b172dce4a193a72a94e1d9df87a62e
- name: xclip
buildsystem: autotools
sources:
- type: git
url: https://github.com/astrand/xclip.git
tag: '0.13'
commit: 9aa7090c3b8b437c6489edca32ae43d82e0c1281
x-checker-data:
type: git
tag-pattern: ^(\d+\.\d+)$
- name: sonofman
buildsystem: simple
build-commands:
- python3 -m pip install . --prefix=${FLATPAK_DEST} --root=/
- install -Dm644 org.hlwd.sonofman64x64.png /app/share/icons/hicolor/64x64/apps/org.hlwd.sonofman.png
- install -Dm644 org.hlwd.sonofman128x128.png /app/share/icons/hicolor/128x128/apps/org.hlwd.sonofman.png
- install -Dm644 org.hlwd.sonofman.metainfo.xml /app/share/metainfo/org.hlwd.sonofman.metainfo.xml
- install -Dm644 org.hlwd.sonofman.desktop /app/share/applications/org.hlwd.sonofman.desktop
sources:
- type: git
url: https://gitlab.com/hotlittlewhitedog/BibleMultiTheSonOfMan.git
tag: 'v3.3.0'
- type: file
path: org.hlwd.sonofman.metainfo.xml
- type: file
path: org.hlwd.sonofman.desktop
- type: file
path: org.hlwd.sonofman64x64.png
- type: file
path: org.hlwd.sonofman128x128.png