[arch-commits] Commit in jalv/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Jun 3 14:35:18 UTC 2018


    Date: Sunday, June 3, 2018 @ 14:35:18
  Author: dvzrv
Revision: 339149

archrelease: copy trunk to community-x86_64

Added:
  jalv/repos/community-x86_64/PKGBUILD
    (from rev 339148, jalv/trunk/PKGBUILD)
Deleted:
  jalv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 14:35:10 UTC (rev 339148)
+++ PKGBUILD	2018-06-03 14:35:18 UTC (rev 339149)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=jalv
-pkgver=1.6.0
-pkgrel=2
-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}
-}

Copied: jalv/repos/community-x86_64/PKGBUILD (from rev 339148, jalv/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 14:35:18 UTC (rev 339149)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=jalv
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="A simple but fully featured LV2 host for Jack"
+arch=('x86_64')
+url="https://drobilla.net/software//"
+license=('custom:ISC')
+groups=('pro-audio')
+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 -vDm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 {AUTHORS,NEWS,README}
+}



More information about the arch-commits mailing list