Date: Saturday, February 16, 2019 @ 21:12:07
  Author: dvzrv
Revision: 433845

archrelease: copy trunk to community-staging-x86_64

Added:
  qsynth/repos/community-staging-x86_64/
  qsynth/repos/community-staging-x86_64/PKGBUILD
    (from rev 433844, qsynth/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: qsynth/repos/community-staging-x86_64/PKGBUILD (from rev 433844, 
qsynth/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-16 21:12:07 UTC (rev 433845)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <d...@sleepmap.de>
+# Contributor: Ray Rashif <sc...@archlinux.org>
+# Contributor: damir <da...@archlinux.org>
+
+pkgname=qsynth
+pkgver=0.5.4
+pkgrel=2
+pkgdesc="Qt GUI for FluidSynth"
+arch=('x86_64')
+url="https://qsynth.sourceforge.net/";
+license=('GPL')
+groups=('pro-audio')
+depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('711b18efea3b4050c567f2c549ab4f44525f53de42c6cfea379260e62966215e6d59432bed946733c7e772d691edb739a882de753cf3f46b932833de7b120b7d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to