[arch-commits] Commit in qmidiroute/repos (2 files)

David Runge dvzrv at archlinux.org
Thu Jan 25 23:11:16 UTC 2018


    Date: Thursday, January 25, 2018 @ 23:11:15
  Author: dvzrv
Revision: 286979

archrelease: copy trunk to community-testing-x86_64

Added:
  qmidiroute/repos/community-testing-x86_64/
  qmidiroute/repos/community-testing-x86_64/PKGBUILD
    (from rev 286978, qmidiroute/trunk/PKGBUILD)

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

Copied: qmidiroute/repos/community-testing-x86_64/PKGBUILD (from rev 286978, qmidiroute/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-25 23:11:15 UTC (rev 286979)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: David Adler <david dot jo dot adler at gmail dot com>
+# Contributor: Albert Graef <aggraef at gmail dot com>
+# Contributor: Arch Linux Pro Audio <dev at archaudio.org>
+# Contributor: svoufff <svoufff at gmail dot com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+pkgname=qmidiroute
+pkgver=0.4.0
+pkgrel=4
+pkgdesc="A MIDI router and filter utility"
+arch=('x86_64')
+url="http://alsamodular.sourceforge.net/"
+license=('GPL')
+depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('qt5-tools')
+source=(https://downloads.sourceforge.net/alsamodular/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-qt5
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install doc
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -Dm644 {ChangeLog,NEWS,README,TODO}
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list