-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.codeberg.JakobDev.jdNBTExplorer.yaml
50 lines (47 loc) · 1.59 KB
/
page.codeberg.JakobDev.jdNBTExplorer.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
48
49
id: page.codeberg.JakobDev.jdNBTExplorer
runtime: org.kde.Platform
runtime-version: '6.8'
sdk: org.kde.Sdk
base: com.riverbankcomputing.PyQt.BaseApp
base-version: '6.8'
command: jdNBTExplorer
cleanup-commands:
- /app/cleanup-BaseApp.sh
build-options:
env:
- BASEAPP_REMOVE_PYWEBENGINE=1
finish-args:
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --share=ipc
modules:
- name: python3-nbt
buildsystem: simple
build-commands:
- pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}"
--prefix=${FLATPAK_DEST} "nbt" --no-build-isolation
sources:
- type: file
url: https://files.pythonhosted.org/packages/b9/ae/f3bdbbaccaca97a2bfdd87466a08717a2174f136e3b99a189d32d03d6526/NBT-1.5.1-py2.py3-none-any.whl
sha256: 1503314d0374b983642f9f219890330ce19d9d85966a28bdb6bef1fb17c4c2c0
x-checker-data:
name: NBT
packagetype: bdist_wheel
type: pypi
- name: jdNBTExplorer
buildsystem: simple
build-commands:
- pip install --no-deps --no-build-isolation --prefix=$FLATPAK_DEST .
- python ./install-unix-datafiles.py --prefix=$FLATPAK_DEST
sources:
- type: archive
url: https://codeberg.org/JakobDev/jdNBTExplorer/archive/2.2.tar.gz
sha256: 33026cdc823df6e612acf95272d9762c2a2891ce8b6ee9e27bc90e62590c575b
x-checker-data:
type: json
url: https://codeberg.org/api/v1/repos/JakobDev/jdNBTExplorer/releases/latest
version-query: .tag_name
url-query: .tarball_url
- type: patch
path: fix-crash.patch