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

David Runge dvzrv at archlinux.org
Wed May 6 21:19:56 UTC 2020


    Date: Wednesday, May 6, 2020 @ 21:19:54
  Author: dvzrv
Revision: 625197

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 21:19:38 UTC (rev 625196)
+++ PKGBUILD	2020-05-06 21:19:54 UTC (rev 625197)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=BSEQuencer
-_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
-pkgname=bsequencer
-pkgver=1.2.0
-pkgrel=2
-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=('1f3aaf9a30317fb5773dc70d7ce7c49cd261799c6a74528920b9fa13b077d1ec41611d0a249e33087d7f32171ad60dffd38b1473474894937de1e000bcbb3cb1')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  lv2lint -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 625196, bsequencer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 21:19:54 UTC (rev 625197)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=BSEQuencer
+_plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
+pkgname=bsequencer
+pkgver=1.4.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=('ea6558f79fae69cc533b6b010f01760145b80457a8fa37b5fc8ad657208db93a31fd39ea8eff4916c1ac631f25b3ee83dd42653fb1d8c3218bab28b66b333139')
+
+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