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

David Runge dvzrv at archlinux.org
Wed Mar 28 13:24:59 UTC 2018


    Date: Wednesday, March 28, 2018 @ 13:24:59
  Author: dvzrv
Revision: 313127

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: non-sequencer/repos/community-testing-x86_64/PKGBUILD (from rev 313126, non-sequencer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-03-28 13:24:59 UTC (rev 313127)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=non-sequencer
+pkgver=1.9.5
+pkgrel=1
+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