-
Notifications
You must be signed in to change notification settings - Fork 0
/
io.github.roseblume.rosary.xml
37 lines (37 loc) · 1.81 KB
/
io.github.roseblume.rosary.xml
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
id: io.github.roseblume.rosary
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
command: rosary
finish-args:
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --share=ipc
modules:
- name: rosaryx86
buildsystem: simple
build-commands:
- ar -x *.deb
- tar -xf data.tar.gz
- install -Dm755 usr/bin/rosary /app/bin/rosary
- sed -i -e 's|Categories=|Categories=Education|g' usr/share/applications/rosary.desktop
- sed -i -e 's|Icon=rosary|Icon=io.github.roseblume.rosary|g' usr/share/applications/rosary.desktop
- install -Dm644 usr/share/applications/rosary.desktop /app/share/applications/io.github.roseblume.rosary.desktop
- install -Dm644 usr/share/icons/hicolor/32x32/apps/rosary.png /app/share/icons/hicolor/32x32/apps/io.github.roseblume.rosary.png
- install -Dm644 usr/share/icons/hicolor/128x128/apps/rosary.png /app/share/icons/hicolor/128x128/apps/io.github.roseblume.rosary.png
- install -Dm644 usr/share/icons/hicolor/256x256@2/apps/rosary.png /app/share/icons/hicolor/256x256@2/apps/io.github.roseblume.rosary.png
- install -Dm644 io.github.roseblume.rosary.metainfo.xml /app/share/metainfo/io.github.roseblume.rosary.metainfo.xml
sources:
- type: file
url: https://github.com/RoseBlume/Rosary/releases/download/flatpak/rosary_2.0.0_amd64.deb
sha256: c45f569293b3cb30a2aa102277b36298bd0c5ce242d884951bcd88ef4cfc791a
dest-filename: rosary.deb
only-arches: [x86_64]
- type: file
url: https://github.com/RoseBlume/Rosary/releases/download/flatpak/rosary_2.0.0_arm64.deb
sha256: c8bac16ff010528afa7495bcc4c450bae92bbdbd86dd8a29d832a620476a4a49
dest-filename: rosary.deb
only-arches: [aarch64]
- type: file
path: io.github.roseblume.rosary.metainfo.xml