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

David Runge dvzrv at archlinux.org
Mon Apr 13 16:18:51 UTC 2020


    Date: Monday, April 13, 2020 @ 16:18:50
  Author: dvzrv
Revision: 613692

archrelease: copy trunk to community-x86_64

Added:
  lv2lint/repos/community-x86_64/PKGBUILD
    (from rev 613691, lv2lint/trunk/PKGBUILD)
Deleted:
  lv2lint/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-13 16:18:35 UTC (rev 613691)
+++ PKGBUILD	2020-04-13 16:18:50 UTC (rev 613692)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=lv2lint
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Check whether a given LV2 plugin is up to the specification"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/lv2lint/"
-license=('Artistic2.0')
-depends=('glibc' 'libcurl.so' 'libelf' 'liblilv-0.so')
-makedepends=('lv2' 'meson')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('a3df72ae7bca0471ae3fd08b721f96e482bd6b9fc55688ffe332889e9c4205a404aa91b1898181ed4fd56116588eef93a0b2196d6b56c8fbf30b092716e2a7f9')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
-        -Donline-tests=true \
-        -Delf-tests=true \
-        build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C build test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir/" ninja -C build install
-  install -vDm 644 {ChangeLog,README.md,TODO} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: lv2lint/repos/community-x86_64/PKGBUILD (from rev 613691, lv2lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-13 16:18:50 UTC (rev 613692)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=lv2lint
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Check whether a given LV2 plugin is up to the specification"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/lv2lint/"
+license=('Artistic2.0')
+depends=('glibc' 'libelf')
+makedepends=('curl' 'lilv' 'lv2' 'meson')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('df8e53b55ff88f088ad8290be765fc33fded72359541e9f5342e7282445d3f310c0f94694450d3d42ad26afd34ae39004b5db33c85bd6bfc50248329082a639e')
+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+        -Donline-tests=true \
+        -Delf-tests=true \
+        build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C build test
+}
+
+package() {
+  depends+=('libcurl.so' 'liblilv-0.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="$pkgdir/" ninja -C build install
+  install -vDm 644 {ChangeLog,README.md,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list