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

add dog.unix.cantata.Cantata #5277

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
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
25 changes: 25 additions & 0 deletions dog.unix.nullobsi.cantata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
id: dog.unix.nullobsi.cantata
bbhtt marked this conversation as resolved.
Show resolved Hide resolved
runtime: org.kde.Platform
runtime-version: '6.7'
sdk: org.kde.Sdk
command: cantata
finish-args:
- --share=ipc
- --share=network
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --filesystem=xdg-music
bbhtt marked this conversation as resolved.
Show resolved Hide resolved
- --filesystem=/run/mpd
- --filesystem=xdg-run/mpd
modules:
- name: cantata
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
sources:
- type: "git"
url: "https://github.com/nullobsi/cantata.git"
branch: "main"
nullobsi marked this conversation as resolved.
Show resolved Hide resolved
tag: "v3.0.2"
commit: "a9f6ca05653b83624baabaebcbefe1ed2b41da18"