From 8b01bb1361e877e56c255375e58e335d8f7aa3b5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 14 Sep 2013 04:50:56 +0200 Subject: [PATCH] pulseaudio: move bash-completion to new location. --- srcpkgs/pulseaudio/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 9f1c61c87a9..936b0bef72c 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=4.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-oss-output --disable-oss-wrapper --disable-tcpwrap --enable-jack --disable-lirc --disable-hal-compat --disable-gconf --enable-orc @@ -22,9 +22,9 @@ distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz" checksum=35ceb36bb1822fe54f0b5e4863b4f486769fdfb8ff2111f01fd8778928f9cdae if [ "$CROSS_BUILD" ]; then - hostmakedepends+=" automake libtool gettext-devel glib-devel orc-devel" + hostmakedepends+=" libtool orc-devel" pre_configure() { - autoreconf -fi + libtoolize -f } # XXX disable neon for now. configure_args+=" --disable-neon-opt" @@ -35,6 +35,9 @@ post_install() { vinstall ${FILESDIR}/pulseaudio.xinit 755 \ etc/X11/xinit/xinitrc.d pulseaudio rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf + vmkdir usr/share/bash-completion/completions + mv ${DESTDIR}/etc/bash_completion.d/pulseaudio-bash-completion.sh \ + ${DESTDIR}/usr/share/bash-completion/completions/pulseaudio } libpulseaudio_package() {