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

David Runge dvzrv at archlinux.org
Tue Mar 5 21:47:55 UTC 2019


    Date: Tuesday, March 5, 2019 @ 21:47:54
  Author: dvzrv
Revision: 437781

upgpkg: polyphone 2.0.1-2

Adding polyphone 2.0.1.

Modified:
  polyphone/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-05 21:31:37 UTC (rev 437780)
+++ PKGBUILD	2019-03-05 21:47:54 UTC (rev 437781)
@@ -14,13 +14,9 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}/sources"
-#  # use system rtmidi, as the implementation forces the vendored version
-#  #
-#  sed -e 's/"RtMidi.h"/<RtMidi.h>/g' -i context/mididevice.cpp
-#  rm -vrf lib/{rtmidi,stk}
   # we need to use the vendored qcustomplot, as the current is incompatible
   # https://github.com/davy7125/polyphone/issues/56
-  sed -e '13iDEFINES += USE_LOCAL_QCUSTOMPLOT' -i "${pkgname}.pro"
+  sed -e '/USE_LOCAL_QCUSTOMPLOT/ s/#//' -i "${pkgname}.pro"
 }
 
 build() {



More information about the arch-commits mailing list