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

David Runge dvzrv at archlinux.org
Sun Oct 13 20:44:04 UTC 2019


    Date: Sunday, October 13, 2019 @ 20:44:03
  Author: dvzrv
Revision: 515337

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-13 20:43:59 UTC (rev 515336)
+++ PKGBUILD	2019-10-13 20:44:03 UTC (rev 515337)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=sherlock.lv2
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="An investigative plugin bundle"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/sherlock/"
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('libgl' 'sratom')
-makedepends=('flex' 'lv2' 'meson' 'sord')
-source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz")
-sha512sums=('3f0fa46fb14568b727ca727d03b1b9bc2cf1e85f7deaaa1d607ec4ebe4f28ac3ef0a6cb6487b3f6fbd0cc3dfe99c315d456813ede2df4487f4147d06b9213496')
-
-build() {
-  cd "$pkgname-$pkgver"
-  arch-meson --prefix=/usr \
-             --libdir=lib \
-             --buildtype=release \
-             build
-  ninja -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: sherlock.lv2/repos/community-x86_64/PKGBUILD (from rev 515336, sherlock.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-13 20:44:03 UTC (rev 515337)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=sherlock.lv2
+pkgver=0.20.0
+pkgrel=1
+pkgdesc="An investigative plugin bundle"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/sherlock/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('glibc' 'libglvnd' 'libx11' 'serd' 'sratom')
+makedepends=('flex' 'lv2' 'meson' 'sord')
+source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz")
+sha512sums=('9085a8822a6d96945df3bc759d12cca79a5dd4b403e886a54fa809fed5f3f5c8d9c6f803a0501da1035def3dc3f266d50cf82ee693f4225c892933535700ac03')
+
+build() {
+  cd "$pkgname-$pkgver"
+  arch-meson --prefix=/usr \
+             --libdir=lib \
+             --buildtype=release \
+             build
+  ninja -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