[arch-commits] Commit in qsynth/repos (extra-i686 extra-i686/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sun Feb 8 23:21:35 UTC 2009
Date: Sunday, February 8, 2009 @ 18:21:35
Author: eric
Revision: 26541
Merged revisions 356,13868,26534 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/qsynth/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r13868 | allan | 2008-09-29 02:19:50 -0400 (Mon, 29 Sep 2008) | 1 line
correct sourceforge url
........
r26534 | eric | 2009-02-08 16:54:38 -0500 (Sun, 08 Feb 2009) | 2 lines
upgpkg: qsynth 0.3.3-1
Upstream update
........
Modified:
qsynth/repos/extra-i686/ (properties)
qsynth/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
Property changes on: qsynth/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /qsynth/trunk:1
+ /qsynth/trunk:1-26540
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-02-08 23:19:52 UTC (rev 26540)
+++ extra-i686/PKGBUILD 2009-02-08 23:21:35 UTC (rev 26541)
@@ -2,21 +2,19 @@
# Maintainer: damir <damir at archlinux.org>
pkgname=qsynth
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Qt GUI for fluidsynth"
-license=("GPL")
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64')
url="http://qsynth.sourceforge.net/qsynth-index.html"
+license=('GPL')
depends=('fluidsynth' 'qt>=4.3')
-source=(http://mesh.dl.sourceforge.net/sourceforge/qsynth/${pkgname}-${pkgver}.tar.gz)
+source=(http://downloads.sourceforge.net/sourceforge/qsynth/${pkgname}-${pkgver}.tar.gz)
+md5sums=('648c49d8935814be03f4001f42b169cf')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install || return 1
}
-
-
-md5sums=('be744e4898d05d1b2db89875abac10ba')
More information about the arch-commits
mailing list