mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-05-09 21:49:34 +00:00
first snap
This commit is contained in:
parent
3d41b99c22
commit
7b0ca8d3dc
4
.gitignore
vendored
4
.gitignore
vendored
@ -36,6 +36,10 @@ ui_*.h
|
||||
Makefile*
|
||||
*build-*
|
||||
|
||||
*.snap
|
||||
installer/packages/SoundBand/parts
|
||||
installer/packages/SoundBand/prime
|
||||
installer/packages/SoundBand/stage
|
||||
# QtCreator
|
||||
|
||||
*.autosave
|
||||
|
4
installer/packages/SoundBand/snap/.snapcraft/state
Normal file
4
installer/packages/SoundBand/snap/.snapcraft/state
Normal file
@ -0,0 +1,4 @@
|
||||
!GlobalState
|
||||
assets:
|
||||
build-packages: []
|
||||
build-snaps: []
|
15
installer/packages/SoundBand/snap/gui/QtDeployer.desktop
Normal file
15
installer/packages/SoundBand/snap/gui/QtDeployer.desktop
Normal file
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Name=SoundBand
|
||||
Comment=Mobile and desktop song sync audio player. working on wifi.
|
||||
Exec=sound-band
|
||||
Icon=/snap/soundband/current/meta/gui/icon.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=utils;Application;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=sound-band
|
||||
X-GNOME-Bugzilla-Component=General
|
||||
X-GNOME-Bugzilla-Version=1.0
|
||||
StartupNotify=true
|
||||
Name[ru_RU]=SoundBand
|
28
installer/packages/SoundBand/snap/snapcraft.yaml
Normal file
28
installer/packages/SoundBand/snap/snapcraft.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
name: soundband
|
||||
version: '1.0'
|
||||
summary: Mobile and desktop song sync audio player. working on wifi.
|
||||
description: |
|
||||
SoundBand is a cross-platform application for synchronous music playback on all your devices. supported platform:
|
||||
Linux
|
||||
Android
|
||||
Windows
|
||||
|
||||
|
||||
grade: stable # must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict # use 'strict' once you have the right plugs and slots
|
||||
|
||||
|
||||
icon: data/icons/icon.png
|
||||
|
||||
apps:
|
||||
soundband:
|
||||
command: desktop-launch $SNAP/AppRun.sh
|
||||
|
||||
plugs: [desktop, unity7, home, opengl, x11, wayland, gsettings, pulseaudio, alsa]
|
||||
|
||||
parts:
|
||||
soundband:
|
||||
plugin: dump
|
||||
source: data/
|
||||
|
||||
after: [desktop-qt5]
|
Loading…
x
Reference in New Issue
Block a user