[arch-commits] Commit in ardour/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Wed Mar 21 15:43:46 UTC 2012


    Date: Wednesday, March 21, 2012 @ 11:43:45
  Author: schiv
Revision: 154016

upgpkg: ardour 2.8.12-2

add templates; see FS#28344

Modified:
  ardour/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-21 15:33:57 UTC (rev 154015)
+++ PKGBUILD	2012-03-21 15:43:45 UTC (rev 154016)
@@ -21,7 +21,6 @@
          # 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 @@
                      DIST_LIBDIR="lib" \
                      FREEDESKTOP=0 \
                      FREESOUND=1 \
-                     WIIMOTE=0 \
                      SYSLIBS=0 \
                      DESTDIR="${pkgdir}"
 }
@@ -51,6 +49,10 @@
   # 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:




More information about the arch-commits mailing list