mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
pulseadio: patch from Fedora to start pulseaudio in GNOME initialization phase.
This commit is contained in:
parent
5d80e68fae
commit
a4df1e0d0b
2 changed files with 8 additions and 1 deletions
7
srcpkgs/pulseaudio/patches/pulseaudio-activation.patch
Normal file
7
srcpkgs/pulseaudio/patches/pulseaudio-activation.patch
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
--- src/daemon/pulseaudio.desktop.in.activation 2011-03-28 13:48:10.015794947 -0400
|
||||||
|
+++ src/daemon/pulseaudio.desktop.in 2011-03-28 13:48:48.565313013 -0400
|
||||||
|
@@ -8,3 +8,4 @@ Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=
|
||||||
|
GenericName=
|
||||||
|
+X-GNOME-Autostart-Phase=Initialization
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'pulseaudio'
|
# Template file for 'pulseaudio'
|
||||||
pkgname=pulseaudio
|
pkgname=pulseaudio
|
||||||
version=1.0
|
version=1.0
|
||||||
|
revision=1
|
||||||
distfiles="$FREEDESKTOP_SITE/$pkgname/releases/$pkgname-$version.tar.xz"
|
distfiles="$FREEDESKTOP_SITE/$pkgname/releases/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
|
configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap
|
||||||
|
@ -70,7 +71,6 @@ Add_dependency run zlib
|
||||||
Add_dependency run libbluetooth
|
Add_dependency run libbluetooth
|
||||||
Add_dependency run rtkit
|
Add_dependency run rtkit
|
||||||
|
|
||||||
Add_dependency build m4
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue