[arch-commits] Commit in xmonk.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Dec 3 18:11:13 UTC 2019


    Date: Tuesday, December 3, 2019 @ 18:11:13
  Author: dvzrv
Revision: 534972

archrelease: copy trunk to community-x86_64

Added:
  xmonk.lv2/repos/community-x86_64/PKGBUILD
    (from rev 534971, xmonk.lv2/trunk/PKGBUILD)
Deleted:
  xmonk.lv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 38 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 18:10:47 UTC (rev 534971)
+++ PKGBUILD	2019-12-03 18:11:13 UTC (rev 534972)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=Xmonk
-pkgname=xmonk.lv2
-pkgver=0.3
-pkgrel=1
-pkgdesc="A LV2 toy"
-arch=('x86_64')
-url="https://github.com/brummer10/Xmonk.lv2"
-license=('BSD')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/brummer10/${pkgname}/releases/download/${pkgver}/${_name}_${pkgver}.tar.gz"
-        "$pkgname-$pkgver-exec_stack_full_relro.patch::https://github.com/brummer10/Xmonk.lv2/commit/4374b0a34869d441c1c3d234399d85f022575eea.patch")
-sha512sums=('5b111440e53ab7cea576e74de531c2c451147f39f6479db9e7918318e63262b02aeb8a7958fbc10d7e49cf53bb9056c0834a54687f26611d9f7d41861edf90c6'
-            '4913fad7defea716cb844e7a18e53ca5639fc390f84adb11600ac0262b5cebcee31e0536d3d5264029f4c2dd220fa48b807894d5ccab66b89b376cb53f8b61af')
-
-prepare() {
-  mv -v "${_name}_${pkgver}" "${pkgname}-${pkgver}"
-  cd "$pkgname-$pkgver"
-  # fixing executable stack and missing full RELRO
-  patch -Np1 -i "../$pkgname-$pkgver-exec_stack_full_relro.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}/${_name}" lv2lint "https://github.com/brummer10/Xmonk.lv2" || echo "Known to fail: https://github.com/brummer10/Xmonk.lv2/issues/3"
-  sord_validate "${PWD}/${_name}/${_name}.lv2/"*.ttl || echo "Known to fail: https://github.com/brummer10/Xmonk.lv2/issues/3"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: xmonk.lv2/repos/community-x86_64/PKGBUILD (from rev 534971, xmonk.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-03 18:11:13 UTC (rev 534972)
@@ -0,0 +1,38 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=Xmonk
+pkgname=xmonk.lv2
+pkgver=0.4
+pkgrel=1
+pkgdesc="A LV2 toy"
+arch=('x86_64')
+url="https://github.com/brummer10/Xmonk.lv2"
+license=('BSD')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint' 'sord')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/brummer10/${pkgname}/releases/download/${pkgver}/${_name}_${pkgver}.tar.gz")
+sha512sums=('c4dff2b0e5e8d3ac8b1daeec96f1a17466c99a542cc420aa2a0dee55dbd17b72dc7c8c37348b09cc9faf8a0ee67fa1fab566a0472a1960a46268618b06758f9e')
+
+prepare() {
+  mv -v "${_name}_${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  LV2_PATH="${PWD}/${_name}" lv2lint "https://github.com/brummer10/Xmonk.lv2" || echo "Known to fail: https://github.com/brummer10/Xmonk.lv2/issues/3"
+  sord_validate "${PWD}/${_name}/${_name}.lv2/"*.ttl || echo "Known to fail: https://github.com/brummer10/Xmonk.lv2/issues/3"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list