org.gnome.Geary.yaml: Add Pulse Audio and FDO sound theme
Former fixes Sent Mail plugin from being able to play, latter provides it with something to play. Fixes #752
This commit is contained in:
parent
6dd2d1bcc1
commit
ab635f4937
2 changed files with 22 additions and 1 deletions
|
|
@ -15,6 +15,7 @@
|
|||
"--socket=x11",
|
||||
"--socket=wayland",
|
||||
"--device=dri",
|
||||
"--socket=pulseaudio",
|
||||
"--share=network",
|
||||
"--talk-name=org.freedesktop.secrets",
|
||||
"--talk-name=org.gnome.Contacts",
|
||||
|
|
@ -215,6 +216,16 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sound-theme-freedesktop",
|
||||
"sources": [
|
||||
{
|
||||
"type": "archive",
|
||||
"url": "http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2",
|
||||
"sha256": "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "geary",
|
||||
"buildsystem": "meson",
|
||||
|
|
|
|||
|
|
@ -33,6 +33,9 @@ finish-args:
|
|||
# OpenGL access for WK2
|
||||
- "--device=dri"
|
||||
|
||||
# Sent mail sound plugin
|
||||
- "--socket=pulseaudio"
|
||||
|
||||
# Needs to talk to the network
|
||||
- "--share=network"
|
||||
|
||||
|
|
@ -120,7 +123,7 @@ modules:
|
|||
cleanup:
|
||||
- /lib/cmake
|
||||
|
||||
# EDS dependency
|
||||
# EDS and sound-theme-freedesktop dependency
|
||||
- name: "intltool"
|
||||
sources:
|
||||
- type: archive
|
||||
|
|
@ -207,6 +210,13 @@ modules:
|
|||
url: https://github.com/Yeraze/ytnef.git
|
||||
branch: master
|
||||
|
||||
# Geary dependency
|
||||
- name: sound-theme-freedesktop
|
||||
sources:
|
||||
- type: archive
|
||||
url: http://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2
|
||||
sha256: cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14
|
||||
|
||||
- name: geary
|
||||
buildsystem: meson
|
||||
config-opts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue