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

David Runge dvzrv at gemini.archlinux.org
Fri Sep 10 21:51:45 UTC 2021


    Date: Friday, September 10, 2021 @ 21:51:45
  Author: dvzrv
Revision: 1013914

archrelease: copy trunk to community-x86_64

Added:
  bsequencer/repos/community-x86_64/PKGBUILD
    (from rev 1013913, bsequencer/trunk/PKGBUILD)
Deleted:
  bsequencer/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-10 21:51:36 UTC (rev 1013913)
+++ PKGBUILD	2021-09-10 21:51:45 UTC (rev 1013914)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=BSEQuencer
-_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
-pkgname=bsequencer
-pkgver=1.8.8
-pkgrel=1
-pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
-arch=('x86_64')
-url="https://github.com/sjaehn/BSEQuencer"
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11' 'lv2-host')
-makedepends=('lv2')
-checkdepends=('lv2lint')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('0c8c504ac126d0654aab02434564f2002544ef0cac0d9e276177f9af6306c0d9b94b35b6c851c3ee41683fd110750934ca57765449cf1d1a71fb1ea5bdd8d0b4')
-b2sums=('992ce3d5d3f96a1405e33f26f6f8d134f66179f327410b43a18877407c082a2915fcacf4eb59ef65d617c606bb8dc2169b2dd8cd8e731315098319d5922c2218')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  lv2lint -Mpack -I "${_name}.lv2/" "${_plugin_uri}"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  install -vDm 644 README.md \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # remove useless license file
-  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
-}

Copied: bsequencer/repos/community-x86_64/PKGBUILD (from rev 1013913, bsequencer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-10 21:51:45 UTC (rev 1013914)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=BSEQuencer
+_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
+pkgname=bsequencer
+pkgver=1.8.10
+pkgrel=1
+pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
+arch=('x86_64')
+url="https://github.com/sjaehn/BSEQuencer"
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11' 'lv2-host')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('7157e28ff973d81ac9419b8178becf71f4e59c5415561592eccea2aa13eda3272da91dd089be85b817f8df724fd5008421e362d63fee3bda40e44d652b3cc9e5')
+b2sums=('060277fae4cd4597cdfee1d3d586017b4eed60e06e24f7c98259758e170770a4354c47cc2d53fa001ac1c5739b55de92d667c50a08521582a930684a9bce0c90')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -Mpack -I "${_name}.lv2/" "${_plugin_uri}"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # remove useless license file
+  find "${pkgdir}/usr/lib/" -type f -iname "*LICENSE*" -delete
+}



More information about the arch-commits mailing list