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

David Runge dvzrv at archlinux.org
Wed Nov 13 22:49:18 UTC 2019


    Date: Wednesday, November 13, 2019 @ 22:49:17
  Author: dvzrv
Revision: 527200

upgpkg: polyphone 2.2.0-1

Upgrading to 2.2.0. Adding all direct library dependencies. Making sure PREFIX is picked up by qmake.

Modified:
  polyphone/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-13 22:49:10 UTC (rev 527199)
+++ PKGBUILD	2019-11-13 22:49:17 UTC (rev 527200)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 pkgname=polyphone
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="A soundfont editor for quickly designing musical instruments"
 arch=('x86_64')
@@ -7,16 +7,17 @@
 url="https://polyphone-soundfonts.com/en/"
 license=('GPL3')
 groups=('pro-audio')
-depends=('desktop-file-utils' 'flac' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
-'libjack.so' 'libogg' 'libqcustomplot.so' 'libvorbis.so' 'libvorbisenc.so'
-'libvorbisfile.so' 'openssl' 'qt5-base' 'qt5-svg' 'portaudio' 'rtmidi' 'stk')
+depends=('desktop-file-utils' 'libFLAC.so' 'gcc-libs' 'glibc'
+'hicolor-icon-theme' 'libjack.so' 'libogg' 'libportaudio.so'
+'libqcustomplot.so' 'libstk.so' 'libvorbis.so' 'libvorbisenc.so'
+'libvorbisfile.so' 'openssl' 'qt5-base' 'qt5-svg' 'rtmidi' 'zlib')
 makedepends=('qt5-tools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/davy7125/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('a3c8eb83dcb1652575e6cecf2c8041957ccbaeb31c68345b3a1fd70583d87af21995c4af7a484de74ee3eb34f56897ff1eeefb0f4921d59ba7a3c099cb6cc445')
+sha512sums=('88b4f0d951f75ed517e0942e75d543eca28c92fe8f2f99aee1d4be69f7d4fd74ee2219d7779b68b918befc8554cac5dc3f93ac9055bd8a94327e777a0725e5e3')
 
 build() {
   cd "${pkgname}-${pkgver}/sources"
-  qmake-qt5 "${pkgname}.pro"
+  qmake-qt5 "${pkgname}.pro" PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list