diff --git a/srcpkgs/pulseaudio/INSTALL b/srcpkgs/pulseaudio/INSTALL deleted file mode 100644 index b4647d5e671..00000000000 --- a/srcpkgs/pulseaudio/INSTALL +++ /dev/null @@ -1,7 +0,0 @@ -case "${ACTION}" in -post) - if [ "$ARCH" = "i686" ]; then - ln -sf lib usr/lib32 - fi - ;; -esac diff --git a/srcpkgs/pulseaudio/INSTALL.msg b/srcpkgs/pulseaudio/files/README.voidlinux similarity index 100% rename from srcpkgs/pulseaudio/INSTALL.msg rename to srcpkgs/pulseaudio/files/README.voidlinux diff --git a/srcpkgs/pulseaudio/template b/srcpkgs/pulseaudio/template index 01ddc8ed732..554e241e73a 100644 --- a/srcpkgs/pulseaudio/template +++ b/srcpkgs/pulseaudio/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio' pkgname=pulseaudio version=14.2 -revision=2 +revision=3 build_style=meson # XXX: new version should be able to enable systemd functionality using elogind configure_args="-Djack=enabled -Dlirc=disabled -Dhal-compat=false -Dorc=enabled @@ -47,8 +47,9 @@ pre_configure() { } post_install() { - rm -f ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf + rm ${DESTDIR}/etc/dbus-1/system.d/pulseaudio-system.conf vsv pulseaudio + vdoc $FILESDIR/README.voidlinux } libpulseaudio_package() {