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

David Runge dvzrv at archlinux.org
Tue Mar 6 22:29:33 UTC 2018


    Date: Tuesday, March 6, 2018 @ 22:29:32
  Author: dvzrv
Revision: 303350

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/
  helm/repos/community-x86_64/PKGBUILD
    (from rev 303349, helm/trunk/PKGBUILD)

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

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 303349, helm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-03-06 22:29:32 UTC (rev 303350)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=helm
+pkgver=0.9.0
+pkgrel=6
+pkgdesc="A cross-platform, polyphonic synthesizer, available standalone and as an LV2 plugin"
+arch=('x86_64')
+url="http://tytel.org/helm/"
+license=('GPL3')
+groups=('pro-audio' 'lv2-plugins')
+depends=('alsa-lib' 'curl' 'freetype2' 'hicolor-icon-theme' 'libxinerama' 'lv2' 'mesa')
+makedepends=('jack' 'libxcursor')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mtytel/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('241c6bf3aec422e9ccaf7c7113eec7e30a11baadd30fe8f05f0abfac9c41d0c8a9fb284f0cae49bcaf0d3d08aa952737f6ff3eb7d48c2b2e22c60932738aeaa4')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -e 's/JUCE_INCLUDE_PNGLIB_CODE=0/JUCE_INCLUDE_PNGLIB_CODE=1/g' \
+    -i {standalone/builds/linux,builds/linux/{VST,LV2}}/Makefile
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX="/usr" standalone lv2
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir/" install_standalone install_lv2
+  install -vDm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}



More information about the arch-commits mailing list