From a4df1e0d0bd6636afe2aae9937b8e41badeb1cbc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Oct 2011 07:13:48 +0200 Subject: [PATCH] pulseadio: patch from Fedora to start pulseaudio in GNOME initialization phase. --- srcpkgs/pulseaudio/patches/pulseaudio-activation.patch | 7 +++++++ srcpkgs/pulseaudio/template | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/pulseaudio/patches/pulseaudio-activation.patch diff --git a/srcpkgs/pulseaudio/patches/pulseaudio-activation.patch b/srcpkgs/pulseaudio/patches/pulseaudio-activation.patch new file mode 100644 index 00000000000..b4a48fb307c --- /dev/null +++ b/srcpkgs/pulseaudio/patches/pulseaudio-activation.patch @@ -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 diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 73ffa812a0e..71aab86ab40 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,6 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=1.0 +revision=1 distfiles="$FREEDESKTOP_SITE/$pkgname/releases/$pkgname-$version.tar.xz" build_style=gnu_configure 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 rtkit -Add_dependency build m4 Add_dependency build pkg-config Add_dependency build intltool Add_dependency build gtk+-devel