-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcom.maxint.maxint.yml
42 lines (41 loc) · 1.46 KB
/
com.maxint.maxint.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
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
app-id: com.maxint.maxint
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
command: maxint
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
- --filesystem=xdg-download
- --filesystem=xdg-documents
modules:
- name: zenity
buildsystem: meson
build-commands:
- mkdir -p ${FLATPAK_DEST}/share/icons/hicolor
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/zenity.git
tag: 4.0.2
- name: maxint
buildsystem: simple
build-commands:
- install -Dm644 com.maxint.maxint.metainfo.xml /app/share/metainfo/com.maxint.maxint.metainfo.xml
- install -Dm644 maxint/icon.png /app/share/icons/hicolor/512x512/apps/com.maxint.maxint.png
- install -Dm644 com.maxint.maxint.desktop /app/share/applications/com.maxint.maxint.desktop
- install -dm755 /app/bin /app/maxint
- cp -R maxint/ /app
- ln -s /app/maxint/maxint /app/bin/maxint
sources:
- type: archive
dest: maxint
url: https://github.com/maxint-app/builds/releases/download/2.8.0/Maxint-linux-x86_64.tar.xz
sha256: a9d9e45d7575c868078349a6788d91b9f82bb420ff179de4ea7bd7e4ac9d6f46
- type: file
path: com.maxint.maxint.metainfo.xml
- type: file
path: com.maxint.maxint.desktop