diff options
Diffstat (limited to 'extra/ardour/PKGBUILD')
-rw-r--r-- | extra/ardour/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD index f4fb7d41e..cd50669e5 100644 --- a/extra/ardour/PKGBUILD +++ b/extra/ardour/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 151373 2012-02-25 18:36:44Z schiv $ +# $Id: PKGBUILD 154018 2012-03-21 16:01:26Z schiv $ # Maintainer: tobias <tobias@archlinux.org> # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -9,7 +9,7 @@ pkgname=ardour pkgver=2.8.12 -pkgrel=2 +pkgrel=3 pkgdesc="A multichannel hard disk recorder and digital audio workstation" arch=('i686' 'x86_64') url="http://ardour.org/" @@ -21,7 +21,6 @@ depends=('liblrdf>=0.4.0-8' 'liblo' 'libusb-compat' # liblrdf versioned for https://bugs.archlinux.org/task/25005 # slv2 versioned for https://bugs.archlinux.org/task/25060 makedepends=('scons' 'boost') -#optdepends=('cwiid: Wiimote support') changelog=${pkgname}.changelog source=(ftp://ftp.archlinux.org/other/ardour/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.desktop) @@ -38,7 +37,6 @@ build() { DIST_LIBDIR="lib" \ FREEDESKTOP=0 \ FREESOUND=1 \ - WIIMOTE=0 \ SYSLIBS=0 \ DESTDIR="${pkgdir}" } @@ -51,6 +49,10 @@ package() { # install some freedesktop.org compatibility install -Dm644 "${srcdir}/${pkgname}.desktop" \ "${pkgdir}/usr/share/applications/${pkgname}.desktop" + + # TODO: tell upstream to do this + # install templates + cp -r templates "$pkgdir/usr/share/ardour2/" } # vim:set ts=2 sw=2 et: |