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

David Runge dvzrv at archlinux.org
Sat Jun 8 10:23:05 UTC 2019


    Date: Saturday, June 8, 2019 @ 10:23:04
  Author: dvzrv
Revision: 478229

archrelease: copy trunk to community-staging-x86_64

Added:
  jalv/repos/community-staging-x86_64/
  jalv/repos/community-staging-x86_64/PKGBUILD
    (from rev 478228, jalv/trunk/PKGBUILD)

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

Copied: jalv/repos/community-staging-x86_64/PKGBUILD (from rev 478228, jalv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-06-08 10:23:04 UTC (rev 478229)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=jalv
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="A simple but fully featured LV2 host for Jack"
+arch=('x86_64')
+url="https://drobilla.net/software/jalv"
+license=('ISC')
+groups=('pro-audio')
+depends=('lilv' 'suil')
+makedepends=('python' 'qt5-base' 'gtk3' 'gtkmm')
+optdepends=('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=('a39d1212b8dc1da2d8509887f7d0b1239ce052917787a12df0de4a21887f6c375b325dd787d0866794a2ae3ecf8cbffef9c483b25c02dae7dcd2e634baa326d5'
+            '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 -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -vDm 644 {AUTHORS,NEWS,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list