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

Convert the flatpak json file into yaml #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ GSETTINGS_SCHEMA_DIR=./data cargo run
For run a flatpak version:

```
flatpak-builder --install repo build-aux/com.gigitux.gtkwhats.json --force-clean --user -y
flatpak-builder --install repo build-aux/com.gigitux.gtkwhats.yml --force-clean --user -y
```

41 changes: 0 additions & 41 deletions build-aux/com.gigitux.youp.json

This file was deleted.

32 changes: 32 additions & 0 deletions build-aux/com.gigitux.youp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
app-id: com.gigitux.youp
runtime: org.gnome.Platform
runtime-version: '3.38'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: youp
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --socket=session-bus
- --device=dri
- --socket=pulseaudio
- --filesystem=home
- --talk-name=org.kde.StatusNotifierWatcher
build-options:
append-path: /usr/lib/sdk/rust-stable/bin
build-args:
- --share=network
env:
IS_FLATPAK: '1'
RUSTFLAGS: --remap-path-prefix =../
CARGO_HOME: /run/build/youp/cargo
modules:
- shared-modules/libappindicator/libappindicator-gtk3-introspection-12.10.json
- name: youp
buildsystem: meson
sources:
- type: dir
path: ../