[arch-commits] Commit in qsynth/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jun 4 23:12:32 UTC 2018


    Date: Monday, June 4, 2018 @ 23:12:32
  Author: dvzrv
Revision: 340478

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
    (from rev 340477, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 23:12:19 UTC (rev 340477)
+++ PKGBUILD	2018-06-04 23:12:32 UTC (rev 340478)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=qsynth
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=('x86_64')
-url="https://qsynth.sourceforge.net/"
-license=('GPL')
-depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0dcee26af6701820a9d5eabe53b996b8d0a67b70c07ef3f3dada4650a581971aa69300d548eaaa8499d55dfbac3d9562fe462f1238ab016f31cd1b94a1610e0a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 340477, qsynth/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 23:12:32 UTC (rev 340478)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.5.1
+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=('0dcee26af6701820a9d5eabe53b996b8d0a67b70c07ef3f3dada4650a581971aa69300d548eaaa8499d55dfbac3d9562fe462f1238ab016f31cd1b94a1610e0a')
+
+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:



More information about the arch-commits mailing list