[arch-commits] Commit in patchmatrix/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Jul 16 18:03:55 UTC 2020


    Date: Thursday, July 16, 2020 @ 18:03:54
  Author: dvzrv
Revision: 664142

upgpkg: patchmatrix 0.20.0-1: Upgrading to 0.20.0.

Adding PGP signature of upstream developer:
'5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner <dev at open-music-kontrollers.ch>.
Switching to meson from arch-meson and enabling LTO and PIE.

Modified:
  patchmatrix/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-16 17:59:31 UTC (rev 664141)
+++ PKGBUILD	2020-07-16 18:03:54 UTC (rev 664142)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=patchmatrix
-pkgver=0.18.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc="A JACK patchbay in flow matrix style"
 arch=('x86_64')
@@ -10,15 +10,24 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
 makedepends=('glu' 'jack' 'lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('08125b84cdd653ec9ab0d54769095216b84349d256911ddf82641f748e61d3f66a0e2bcee2eed2689e80de9852a247aa9eec7fd1ec98635b3113b6d0d18a2e62')
+source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha512sums=('5be32eaad63bd338d7bbce127a95e44ed4450818904e1de757d4dc2c03cb60032e9fb5999e335b2e17530e1cd36ca9398b2b965fddc42f8c5f76faa323521bf3'
+            'SKIP')
+b2sums=('73779744c27d87365cadd0bb76d18d1a5c4e307ebeb1dd21099d020b2969e82adeeeb5e92ed34692f74f49848f540510b2afca431ec4148845c0fa98f505840d'
+        'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
 
 build() {
   cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
-             --libdir=lib \
-             --buildtype=release \
-             build
+  meson --prefix=/usr \
+        --libexecdir lib \
+        --sbindir bin \
+        --buildtype plain \
+        --auto-features enabled \
+        --wrap-mode nodownload \
+        -D b_lto=true \
+        -D b_pie=true \
+        build
   ninja -C build
 }
 



More information about the arch-commits mailing list