[arch-commits] Commit in lv2lint/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Jul 16 17:55:22 UTC 2020
Date: Thursday, July 16, 2020 @ 17:55:22
Author: dvzrv
Revision: 664139
archrelease: copy trunk to community-x86_64
Added:
lv2lint/repos/community-x86_64/PKGBUILD
(from rev 664138, lv2lint/trunk/PKGBUILD)
Deleted:
lv2lint/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 46 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 17:55:17 UTC (rev 664138)
+++ PKGBUILD 2020-07-16 17:55:22 UTC (rev 664139)
@@ -1,35 +0,0 @@
-# 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}"
-}
Copied: lv2lint/repos/community-x86_64/PKGBUILD (from rev 664138, lv2lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-16 17:55:22 UTC (rev 664139)
@@ -0,0 +1,46 @@
+# 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}"
+}
More information about the arch-commits
mailing list