Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bubblewrap and xdg-dbus-proxy modules #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions io.github.vemonet.EmojiMart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ modules:
- name: bubblewrap
sources:
- type: archive
url: https://github.com/containers/bubblewrap/releases/download/v0.8.0/bubblewrap-0.8.0.tar.xz
sha256: 957ad1149db9033db88e988b12bcebe349a445e1efc8a9b59ad2939a113d333a
url: https://github.com/containers/bubblewrap/releases/download/v0.10.0/bubblewrap-0.10.0.tar.xz
sha256: 65d92cf44a63a51e1b7771f70c05013dce5bd6b0b2841c4b4be54b0c45565471
x-checker-data:
type: json
url: https://api.github.com/repos/containers/bubblewrap/releases/latest
Expand All @@ -56,8 +56,8 @@ modules:
- name: xdg-dbus-proxy
sources:
- type: archive
url: https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.4/xdg-dbus-proxy-0.1.4.tar.xz
sha256: 1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab
url: https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.6/xdg-dbus-proxy-0.1.6.tar.xz
sha256: 131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1
x-checker-data:
type: json
url: https://api.github.com/repos/flatpak/xdg-dbus-proxy/releases/latest
Expand Down Expand Up @@ -109,20 +109,21 @@ modules:
url: https://github.com/vemonet/EmojiMart
tag: v0.2.4
# commit: 3439f717b3084b1f332c05a321a17387edb7d632
- 'node-sources.json'
- 'cargo-sources.json'
- node-sources.json
- cargo-sources.json
- type: file
path: io.github.vemonet.EmojiMart.appdata.xml
- type: file
path: io.github.vemonet.EmojiMart.desktop
build-commands:
- 'HOME=$PWD yarn config --offline set yarn-offline-mirror $FLATPAK_BUILDER_BUILDDIR/flatpak-node/yarn-mirror'
- HOME=$PWD yarn config --offline set yarn-offline-mirror $FLATPAK_BUILDER_BUILDDIR/flatpak-node/yarn-mirror
- yarn --offline
- cargo --offline fetch --manifest-path src-tauri/Cargo.toml
- yarn run tauri build -- -b deb
- install -Dm644 -t /app/share/metainfo/ io.github.vemonet.EmojiMart.appdata.xml
- install -Dm755 -t /app/bin/ src-tauri/target/release/bundle/deb/*/data/usr/bin/*
- mkdir -p /app/share/icons/hicolor
- cp -r src-tauri/target/release/bundle/deb/*/data/usr/share/icons/hicolor/* /app/share/icons/hicolor/
- cp -r src-tauri/target/release/bundle/deb/*/data/usr/share/icons/hicolor/*
/app/share/icons/hicolor/
- mv /app/share/icons/hicolor/256x256@2/ /app/share/icons/hicolor/256x256/
- install -Dm644 -t /app/share/applications/ io.github.vemonet.EmojiMart.desktop