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

David Runge dvzrv at archlinux.org
Fri Jan 17 18:09:38 UTC 2020


    Date: Friday, January 17, 2020 @ 18:09:38
  Author: dvzrv
Revision: 552885

upgpkg: csoundqt 0.9.7-1: Upgrading to 0.9.7. Updating maintainer info. Adding all direct library dependencies. Removing shared-mime-info from makedepends.
Shortening pkgdesc and doing minor cleanups.

Modified:
  csoundqt/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 17:58:47 UTC (rev 552884)
+++ PKGBUILD	2020-01-17 18:09:38 UTC (rev 552885)
@@ -1,20 +1,20 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: Ainola
 # Contributor: rtfreedman
 
 _name=CsoundQt
 pkgname=csoundqt
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
-pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive widgets and integrated help"
+pkgdesc="A frontend for Csound"
 arch=('x86_64')
 url="https://csoundqt.github.io/"
 license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
 groups=('pro-audio')
-depends=('csound' 'csound-doc' 'desktop-file-utils' 'hicolor-icon-theme' 'qt5-declarative' 'rtmidi')
-makedepends=('shared-mime-info')
+depends=('csound-doc' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libcsnd6.so'
+'libcsound64.so' 'librtmidi.so' 'qt5-base' 'qt5-declarative')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('d5f37753e51a501eb150362fcb17f35c091704fe516f944212c267e852b6563bde738235f3dc1ec82f45586bf4203f8d93a7e52487c56b90acbf398da4fc4138')
+sha512sums=('ebfb1a7b18c35794b5b4ae9fb73d53f2e87127b4c9f55824a37e5fe7133c7e68cc4b1446fb5a21bd9d213d503df06930320f345a31dd9ad175cf32215c6fd757')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -33,8 +33,6 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm644 {ChangeLog,README.md}
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list