[arch-commits] Commit in csoundqt/repos/community-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Friday, January 17, 2020 @ 18:09:43
  Author: dvzrv
Revision: 552886

archrelease: copy trunk to community-x86_64

Added:
  csoundqt/repos/community-x86_64/PKGBUILD
    (from rev 552885, csoundqt/trunk/PKGBUILD)
Deleted:
  csoundqt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 18:09:38 UTC (rev 552885)
+++ PKGBUILD	2020-01-17 18:09:43 UTC (rev 552886)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ainola
-# Contributor: rtfreedman
-
-_name=CsoundQt
-pkgname=csoundqt
-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/"
-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')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('d5f37753e51a501eb150362fcb17f35c091704fe516f944212c267e852b6563bde738235f3dc1ec82f45586bf4203f8d93a7e52487c56b90acbf398da4fc4138')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  qmake-qt5 qcs.pro \
-    SHARE_DIR="${pkgdir}/usr/share" \
-    INSTALL_DIR="${pkgdir}/usr" \
-    CONFIG+=rtmidi
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm644 {ChangeLog,README.md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: csoundqt/repos/community-x86_64/PKGBUILD (from rev 552885, csoundqt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-17 18:09:43 UTC (rev 552886)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Ainola
+# Contributor: rtfreedman
+
+_name=CsoundQt
+pkgname=csoundqt
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="A frontend for Csound"
+arch=('x86_64')
+url="https://csoundqt.github.io/"
+license=('CCPL' 'FDL' 'GPL' 'LGPL2.1')
+groups=('pro-audio')
+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=('ebfb1a7b18c35794b5b4ae9fb73d53f2e87127b4c9f55824a37e5fe7133c7e68cc4b1446fb5a21bd9d213d503df06930320f345a31dd9ad175cf32215c6fd757')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  qmake-qt5 qcs.pro \
+    SHARE_DIR="${pkgdir}/usr/share" \
+    INSTALL_DIR="${pkgdir}/usr" \
+    CONFIG+=rtmidi
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}



More information about the arch-commits mailing list