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

David Runge dvzrv at archlinux.org
Wed Feb 7 12:50:06 UTC 2018


    Date: Wednesday, February 7, 2018 @ 12:50:02
  Author: dvzrv
Revision: 289974

archrelease: copy trunk to community-testing-x86_64

Added:
  jalv/repos/community-testing-x86_64/
  jalv/repos/community-testing-x86_64/PKGBUILD
    (from rev 289973, jalv/trunk/PKGBUILD)

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

Copied: jalv/repos/community-testing-x86_64/PKGBUILD (from rev 289973, jalv/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-02-07 12:50:02 UTC (rev 289974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=jalv
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="A simple but fully featured LV2 host for Jack"
+arch=('x86_64')
+url="https://drobilla.net/software//"
+license=('custom:ISC')
+depends=('lilv' 'suil')
+makedepends=('python' 'qt4' 'qt5-base' 'gtk3' 'gtkmm')
+optdepends=('qt4: Qt 4.x frontend'
+            'qt5-base: Qt 5.x frontend'
+            'gtk3: Gtk+ 3.x frontend'
+            'gtkmm: Gtk+ 2.x frontend')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('70453404788846774ef88b43653379f97140301e09e8de61779683df9ee85120485bebf03c959624639dc4d8dd71ce83db2a89b14b66be17696a88d1820ac1b3'
+            'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python waf configure --prefix=/usr
+  python waf
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python waf install --destdir="${pkgdir}"
+  # license
+  install -vDm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm644 {AUTHORS,NEWS,README}
+}



More information about the arch-commits mailing list