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

David Runge dvzrv at archlinux.org
Fri Sep 18 19:17:52 UTC 2020


    Date: Friday, September 18, 2020 @ 19:17:51
  Author: dvzrv
Revision: 710726

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 19:17:31 UTC (rev 710725)
+++ PKGBUILD	2020-09-18 19:17:51 UTC (rev 710726)
@@ -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.0
-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')
-makedepends=('lv2')
-checkdepends=('lv2lint')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('05e2542790b3d921521cdb15c832161e55f60d4163e519a11b3ec3f52e697ceea88487861669c25e7bc79d0ed3acc1834469cf4ac33de0e830a192184d16c58b')
-b2sums=('b35cbf720862906b242b7d589cd15ed0b8e8adf7c95c3e5a7d565741ecaec35e6ecdd41a325794e8c18914d7f2d0836a1d1cbb2989515d26320cfac43eaa22bf')
-
-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 710725, bsequencer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-18 19:17:51 UTC (rev 710726)
@@ -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.4
+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')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('86243a79f348189fc32c3c2eade934299293e1a1c82cf39cf051a44d4686654f9e386128b744bc5918deefb7eea9b3b86b89bcd75887ec5fa3415ae4701f177c')
+b2sums=('0f6112256d82fb03589dcfb8103d2726f009ed0ce389941e179978a6f63e17e61394fb2ba65f7542b201e8d2b9e287329da9dd417330056c6f3fcae2f9a286dc')
+
+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