[arch-commits] Commit in qsynth/repos (4 files)

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


    Date: Tuesday, February 26, 2013 @ 12:26:05
  Author: andrea
Revision: 178710

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  qsynth/repos/staging-i686/
  qsynth/repos/staging-i686/PKGBUILD
    (from rev 178709, qsynth/trunk/PKGBUILD)
  qsynth/repos/staging-x86_64/
  qsynth/repos/staging-x86_64/PKGBUILD
    (from rev 178709, qsynth/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: qsynth/repos/staging-i686/PKGBUILD (from rev 178709, qsynth/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-02-26 11:26:05 UTC (rev 178710)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="Qt GUI for FluidSynth"
+arch=('i686' 'x86_64')
+url="http://qsynth.sourceforge.net/"
+license=('GPL')
+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
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/staging-x86_64/PKGBUILD (from rev 178709, qsynth/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2013-02-26 11:26:05 UTC (rev 178710)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.3.6
+pkgrel=3
+pkgdesc="Qt GUI for FluidSynth"
+arch=('i686' 'x86_64')
+url="http://qsynth.sourceforge.net/"
+license=('GPL')
+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
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list