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

David Runge dvzrv at archlinux.org
Thu Jul 11 12:15:15 UTC 2019


    Date: Thursday, July 11, 2019 @ 12:15:15
  Author: dvzrv
Revision: 488745

upgpkg: csoundqt 0.9.6-1

Upgrading to 0.9.6. Removing fixes added in 0.9.6rc1, as they have been upstreamed.

Modified:
  csoundqt/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-11 12:13:59 UTC (rev 488744)
+++ PKGBUILD	2019-07-11 12:15:15 UTC (rev 488745)
@@ -2,11 +2,10 @@
 # Contributor: Ainola
 # Contributor: rtfreedman
 
-_pkgver=0.9.6-rc1
 _name=CsoundQt
 pkgname=csoundqt
-pkgver=${_pkgver//-}
-pkgrel=2
+pkgver=0.9.6
+pkgrel=1
 pkgdesc="Csound frontend with highlighting editor, autocomplete, interactive widgets and integrated help"
 arch=('x86_64')
 url="https://csoundqt.github.io/"
@@ -14,16 +13,11 @@
 groups=('pro-audio')
 depends=('csound' 'csound-doc' 'desktop-file-utils' 'hicolor-icon-theme' 'qt5-declarative' 'rtmidi')
 makedepends=('shared-mime-info')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${_pkgver}.tar.gz")
-sha512sums=('6ed98d28248936a860b6f92432e031c54f9584ec0b826dc6d1e69adade781d4104f613fc969196b188a413990cc1196821a9ecffc3aea5d653ec2da65be5c2f2')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('d5f37753e51a501eb150362fcb17f35c091704fe516f944212c267e852b6563bde738235f3dc1ec82f45586bf4203f8d93a7e52487c56b90acbf398da4fc4138')
 
 prepare() {
-  mv -v "${_name}-${_pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix inclusion of wrong path:
-  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-508981111
-  sed -e 's|/usr/local/rtmidi|/usr/include/rtmidi|g' \
-      -i config.pri
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
 }
 
 build() {
@@ -38,9 +32,6 @@
 package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  # overwrite broken symlink:
-  # https://github.com/CsoundQt/CsoundQt/issues/258#issuecomment-508982990
-  ln -svf "${_name}-d-cs6" "${pkgdir}/usr/bin/${pkgname}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
     -vDm644 {ChangeLog,README.md}



More information about the arch-commits mailing list