Date: Thursday, June 14, 2018 @ 21:06:27 Author: dvzrv Revision: 343201
upgpkg: fluidsynth 1.1.11-2 Removing lash support (to remove lash from repos). Minor fixes. Modified: fluidsynth/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-14 20:47:53 UTC (rev 343200) +++ PKGBUILD 2018-06-14 21:06:27 UTC (rev 343201) @@ -1,15 +1,15 @@ # $Id$ -# Maintainer: Ray Rashif <[email protected]> -# Contributor: David Runge <[email protected]> +# Maintainer: David Runge <[email protected]> +# Contributor: Ray Rashif <[email protected]> # Contributor: damir <[email protected]> pkgname=fluidsynth pkgver=1.1.11 -pkgrel=1 +pkgrel=2 pkgdesc="A real-time software synthesizer based on the SoundFont 2 specifications" arch=('x86_64') url="http://www.fluidsynth.org/" -depends=('glib2' 'jack' 'lash' 'libpulse' 'portaudio') +depends=('glib2' 'jack' 'libpulse' 'portaudio') makedepends=('cmake' 'ladspa' 'doxygen') optdepends=('pulseaudio: PulseAudio sound support') license=('LGPL') @@ -28,7 +28,6 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/usr \ -DFLUID_DAEMON_ENV_FILE=/etc/conf.d/fluidsynth \ -Denable-ladspa=ON \ - -Denable-lash=ON \ -Denable-portaudio=ON \ -DLIB_SUFFIX="" make @@ -38,12 +37,12 @@ cd "${pkgname}-${pkgver}/build" make DESTDIR="$pkgdir" install # systemd user unit - install -vDm644 "${pkgname}.service" \ - "$pkgdir/usr/lib/systemd/user/${pkgname}.service" + install -vDm 644 "${pkgname}.service" \ + -t "$pkgdir/usr/lib/systemd/user/" # system-wide configuration file - install -vDm644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}" + install -vDm 644 "${pkgname}.conf" "${pkgdir}/etc/conf.d/${pkgname}" # docs install -t "${pkgdir}/usr/share/doc/${pkgname}" \ - -vDm644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} + -vDm 644 ../{AUTHORS,ChangeLog,NEWS,README.md,THANKS,TODO} }
