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

David Runge dvzrv at archlinux.org
Thu Apr 5 18:42:30 UTC 2018


    Date: Thursday, April 5, 2018 @ 18:42:29
  Author: dvzrv
Revision: 314459

archrelease: copy trunk to community-x86_64

Added:
  non-sequencer/repos/community-x86_64/
  non-sequencer/repos/community-x86_64/PKGBUILD
    (from rev 314458, non-sequencer/trunk/PKGBUILD)

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

Copied: non-sequencer/repos/community-x86_64/PKGBUILD (from rev 314458, non-sequencer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-04-05 18:42:29 UTC (rev 314459)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=non-sequencer
+pkgver=1.9.5
+pkgrel=2
+pkgdesc="A powerful, lightweight, real-time, pattern-based MIDI sequencer"
+arch=('x86_64')
+url="https://non.tuxfamily.org/"
+license=('GPL3')
+groups=('non-daw' 'pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'liblo' 'libsigc++' 'ntk')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://git.tuxfamily.org/non/non.git/snapshot/${pkgname}-v${pkgver}.tar.gz")
+sha512sums=('1c7537586671293c6f4463f00a6848d3ae5528aabbea82084b9b82e043790bebcea5ec877cacd88c31a953807a19db4b4027ad763a1f869e0725e677a89d2162')
+
+prepare() {
+  mv -v "${pkgname}-v${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./waf configure --prefix=/usr --project=sequencer
+  ./waf
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  ./waf --destdir="${pkgdir}" install
+}



More information about the arch-commits mailing list