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

David Runge dvzrv at archlinux.org
Tue Feb 13 11:00:10 UTC 2018


    Date: Tuesday, February 13, 2018 @ 11:00:10
  Author: dvzrv
Revision: 293773

upgpkg: csoundqt 0.9.5-6

Adding csoundqt with doc directory set to that of csound-doc.

Modified:
  csoundqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-13 10:55:38 UTC (rev 293772)
+++ PKGBUILD	2018-02-13 11:00:10 UTC (rev 293773)
@@ -6,7 +6,7 @@
 _rtmidiver=3.0.0
 pkgname=csoundqt
 pkgver=0.9.5
-pkgrel=5
+pkgrel=6
 pkgdesc="A frontend for Csound featuring a highlighting editor with autocomplete, interactive widgets and integrated help"
 arch=('x86_64')
 url="https://csoundqt.github.io/"
@@ -22,7 +22,7 @@
 prepare() {
   cd "${_name}-${pkgver}"
   # fix exptected location for html, examples and scripts
-  sed -e 's,csdocdir = \"\",csdocdir = \"/usr/share/doc/csound/html\",' \
+  sed -e 's,csdocdir = \"\",csdocdir = \"/usr/share/doc/csound-doc/html\",' \
     -i src/csoundoptions.cpp
   sed -e 's,/usr/share/qutecsound/Examples/,/usr/share/csoundqt/Examples/,g' \
     -i src/qutecsound.cpp
@@ -61,7 +61,7 @@
 package() {
   cd "${_name}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-
+  # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
     -vDm644 {ChangeLog,README.md}
 }



More information about the arch-commits mailing list