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

David Runge dvzrv at archlinux.org
Wed Oct 28 22:40:54 UTC 2020


    Date: Wednesday, October 28, 2020 @ 22:40:54
  Author: dvzrv
Revision: 736376

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 22:40:44 UTC (rev 736375)
+++ PKGBUILD	2020-10-28 22:40:54 UTC (rev 736376)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=lv2lint
-pkgver=0.8.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"{,.asc})
-sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
-            'SKIP')
-b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
-        'SKIP')
-validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
-        --libexecdir lib \
-        --sbindir bin \
-        --buildtype plain \
-        --auto-features enabled \
-        --wrap-mode nodownload \
-        -D b_lto=true \
-        -D b_pie=true \
-        -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}"
-}

Copied: lv2lint/repos/community-x86_64/PKGBUILD (from rev 736375, lv2lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-28 22:40:54 UTC (rev 736376)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=lv2lint
+pkgver=0.8.0
+pkgrel=2
+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"{,.asc})
+sha512sums=('3531f5cb6534b6fe79584a52c5fec0520a7bec5af95b48401c6bfe75409b9317ad9cc0ff873a849de9897bd35e1a076f664cd885443126e2c21d9a58b95d6891'
+            'SKIP')
+b2sums=('d56b3de13b6eae1f54403add02f30e2fa82edb2ccaef2f967268c78f3614dc9901a75ac444d38df53722f2ae2ea95db46b9635a3e6cc4d4226df245abbb41655'
+        'SKIP')
+validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr \
+        --libexecdir lib \
+        --sbindir bin \
+        --buildtype plain \
+        --auto-features enabled \
+        --wrap-mode nodownload \
+        -D b_lto=true \
+        -D b_pie=true \
+        -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