-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
66 lines (63 loc) · 1.7 KB
/
snapcraft.yaml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: google-play-music-desktop-player
version: '4.5.0'
summary: Standalone player for Google Play Music
description: |
This Google Play Music player provides desktop integration - with music
hotkeys and the sound indicator via an MPRIS interface, the abiliy to use
custom colours and load custom themes, a remote-control interface, and
lower resource consumption than a full-blown browser tab.
.
This is *not* an official Google project.
grade: stable
confinement: strict
icon: src/assets/icons/svg/vector_logo.svg
apps:
google-play-music-desktop-player:
command: desktop-launch "$SNAP/google-play-music-desktop-player/Google Play Music Desktop Player"
desktop: google-play-music-desktop-player.desktop
plugs:
- pulseaudio
- x11
- opengl
- browser-support
- network
- network-bind
- process-control
- unity7
- gsettings
slots:
- mpris
parts:
desktop-file:
plugin: dump
source: vendor/snap/
google-play-music-desktop-player:
plugin: gulp
node-engine: 8.9.4
source: .
source-type: git
gulp-tasks:
- package:linux:64
build-packages:
- g++
- libavahi-compat-libdnssd-dev
- libdbus-1-dev
- libx11-dev
- libexpat1-dev
- libnotify-dev
stage-packages:
- libnss3
- ca-certificates
- libasound2-data
- libasound2-plugins
- libnotify4
- libavahi-compat-libdnssd1
- libxss1
- libgconf2-4
- libxtst6
after:
- desktop-gtk2
- indicator-gtk2
organize:
'../build/dist/Google Play Music Desktop Player-linux-x64': google-play-music-desktop-player
../build/build/assets/img/main.png: main.png