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

David Runge dvzrv at archlinux.org
Sun Oct 13 21:10:13 UTC 2019


    Date: Sunday, October 13, 2019 @ 21:10:12
  Author: dvzrv
Revision: 515341

archrelease: copy trunk to community-x86_64

Added:
  patchmatrix/repos/community-x86_64/PKGBUILD
    (from rev 515340, patchmatrix/trunk/PKGBUILD)
Deleted:
  patchmatrix/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-13 21:10:08 UTC (rev 515340)
+++ PKGBUILD	2019-10-13 21:10:12 UTC (rev 515341)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=patchmatrix
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="A JACK patchbay in flow matrix style"
-arch=('x86_64')
-url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/"
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'libgl')
-makedepends=('lv2' 'meson' 'sord')
-source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('135cfd9342700f31a5f2e0c3c1d8615d520cb714bed0d14c0b42899d9cb6ab6c83ff93a4453b6ebf84c1c6bca713f53df4ae2c9cce5e174d5711e5c01a515a6e')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
-             --libdir=lib \
-             --buildtype=release \
-             build
-  ninja -C build
-}
-
-# check fails due to currently broken lv2_validate in lv2
-# check() {
-#   cd "$pkgname-$pkgver"
-#   meson test -C build
-# }
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: patchmatrix/repos/community-x86_64/PKGBUILD (from rev 515340, patchmatrix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-13 21:10:12 UTC (rev 515341)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=patchmatrix
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A JACK patchbay in flow matrix style"
+arch=('x86_64')
+url="https://git.open-music-kontrollers.ch/lad/patchmatrix/about/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'jack' 'libglvnd' 'libx11')
+makedepends=('lv2' 'meson' 'sord')
+source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('8d796691929fdc6e835670fadd54a72d48eef9c44c3947830c4fd67112c0522c20bb0b84f7e924e137ad3e6b0648593c3fc74f9ae49b8530e9cb5490fd3a4097')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+             --libdir=lib \
+             --buildtype=release \
+             build
+  ninja -C build
+}
+
+# check fails due to currently broken lv2_validate in lv2
+# check() {
+#   cd "$pkgname-$pkgver"
+#   meson test -C build
+# }
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  # docs
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list