[arch-commits] Commit in qsynth/repos (extra-i686 extra-i686/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Mon Nov 2 07:17:43 UTC 2009
Date: Monday, November 2, 2009 @ 02:17:43
Author: eric
Revision: 57793
Merged revisions 57791 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/qsynth/trunk
........
r57791 | eric | 2009-11-02 02:02:32 -0500 (Mon, 02 Nov 2009) | 2 lines
upgpkg: qsynth 0.3.4-1
Upstream update, Disabled SMP build
........
Modified:
qsynth/repos/extra-i686/ (properties)
qsynth/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Property changes on: qsynth/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /qsynth/trunk:1-26540
+ /qsynth/trunk:1-57792
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-11-02 07:02:49 UTC (rev 57792)
+++ extra-i686/PKGBUILD 2009-11-02 07:17:43 UTC (rev 57793)
@@ -2,19 +2,21 @@
# Maintainer: damir <damir at archlinux.org>
pkgname=qsynth
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="Qt GUI for fluidsynth"
arch=('i686' 'x86_64')
url="http://qsynth.sourceforge.net/qsynth-index.html"
license=('GPL')
depends=('fluidsynth' 'qt>=4.3')
+options=('!makeflags')
source=(http://downloads.sourceforge.net/sourceforge/qsynth/${pkgname}-${pkgver}.tar.gz)
-md5sums=('648c49d8935814be03f4001f42b169cf')
+md5sums=('800ab77b59c947bd8f1c8bb10545a59d')
+sha1sums=('ce794fe0efd75b2130049ffbab4268df2dedff39')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list