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

David Runge dvzrv at gemini.archlinux.org
Thu Apr 28 11:15:52 UTC 2022


    Date: Thursday, April 28, 2022 @ 11:15:51
  Author: dvzrv
Revision: 1191555

upgpkg: qsynth 0.9.7-2: Rebuild to add qt6-svg for SVG support.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 11:15:45 UTC (rev 1191554)
+++ PKGBUILD	2022-04-28 11:15:51 UTC (rev 1191555)
@@ -4,13 +4,13 @@
 
 pkgname=qsynth
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt GUI for FluidSynth"
 arch=(x86_64)
 url="https://qsynth.sourceforge.io/"
 license=(GPL)
 groups=(pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
+depends=(gcc-libs glibc hicolor-icon-theme qt6-base qt6-svg)
 makedepends=(cmake fluidsynth qt6-tools)
 optdepends=('qt6-wayland: for native wayland support')
 options=(debug)
@@ -31,6 +31,6 @@
 package() {
   depends+=(libfluidsynth.so)
 
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
   install -vDm 644 $pkgname-$pkgver/{ChangeLog,README,TRANSLATORS} -t "$pkgdir/usr/share/doc/$pkgname"
 }



More information about the arch-commits mailing list