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

Andrea Scarpino andrea at nymeria.archlinux.org
Tue Feb 26 11:25:34 UTC 2013


    Date: Tuesday, February 26, 2013 @ 12:25:34
  Author: andrea
Revision: 178709

upgpkg: qsynth 0.3.6-3

qt4 rebuild

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 11:20:06 UTC (rev 178708)
+++ PKGBUILD	2013-02-26 11:25:34 UTC (rev 178709)
@@ -4,17 +4,19 @@
 
 pkgname=qsynth
 pkgver=0.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt GUI for FluidSynth"
 arch=('i686' 'x86_64')
 url="http://qsynth.sourceforge.net/"
 license=('GPL')
-depends=('fluidsynth' 'qt')
+depends=('fluidsynth' 'qt4')
 options=('!makeflags')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
 md5sums=('3cba3c87463be75ac188ebc3c3023d12')
 
 build() {
+  . /etc/profile.d/qt4.sh
+
   cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr




More information about the arch-commits mailing list