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

David Runge dvzrv at archlinux.org
Wed Jan 31 13:19:21 UTC 2018


    Date: Wednesday, January 31, 2018 @ 13:19:20
  Author: dvzrv
Revision: 288397

upgpkg: csoundqt 0.9.5-5

Moving DESTDIR to make install in package().

Modified:
  csoundqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 13:05:08 UTC (rev 288396)
+++ PKGBUILD	2018-01-31 13:19:20 UTC (rev 288397)
@@ -6,7 +6,7 @@
 _rtmidiver=3.0.0
 pkgname=csoundqt
 pkgver=0.9.5
-pkgrel=4
+pkgrel=5
 pkgdesc="A frontend for Csound featuring a highlighting editor with autocomplete, interactive widgets and integrated help"
 arch=('x86_64')
 url="https://csoundqt.github.io/"
@@ -50,7 +50,7 @@
 
 build() {
   cd "${_name}-${pkgver}"
-  qmake-qt5 qcs.pro DESTDIR="${pkgdir}" \
+  qmake-qt5 qcs.pro \
     SHARE_DIR="${pkgdir}/usr/share" \
     INSTALL_DIR="${pkgdir}/usr" \
     CONFIG+=rtmidi \
@@ -60,8 +60,7 @@
 
 package() {
   cd "${_name}-${pkgver}"
-  echo "${pkgdir}/"
-  make install
+  make DESTDIR="${pkgdir}" install
 
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
     -vDm644 {ChangeLog,README.md}



More information about the arch-commits mailing list