pulseaudio: move bash-completion to new location.
This commit is contained in:
parent
81bace3c18
commit
8b01bb1361
1 changed files with 6 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue