[arch-commits] Commit in samplv1/trunk (PKGBUILD)

David Runge dvzrv at gemini.archlinux.org
Thu Apr 7 21:27:33 UTC 2022


    Date: Thursday, April 7, 2022 @ 21:27:33
  Author: dvzrv
Revision: 1182854

upgpkg: samplv1 0.9.25-1: Upgrade to 0.9.25.

Remove unneeded quotes and curly braces.
Add debug package.

Modified:
  samplv1/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 21:26:04 UTC (rev 1182853)
+++ PKGBUILD	2022-04-07 21:27:33 UTC (rev 1182854)
@@ -2,7 +2,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=samplv1
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="Polyphonic sampler synthesizer with stereo fx"
 arch=(x86_64)
@@ -11,14 +11,17 @@
 groups=(lv2-plugins pro-audio)
 depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base)
 makedepends=(alsa-lib cmake jack liblo libsndfile lv2 qt6-tools)
-optdepends=('alsa-lib: for standalone application'
-            'jack: for standalone application'
-            'liblo: for standalone application'
-            'new-session-manager: for session management using the standalone application'
-            'qt6-wayland: for native wayland support')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('572ea83e77e8cffa4679b9ffe7db0d1ce862e8adbbee4d4cfafae4bc79348e58f2f3228db2654436d07417fb0b78d9916c8f0757828379b45f396ad61364b0d0')
-b2sums=('d37d9f97dcf04805b4bedde6d7bd642e93445e63a0037df64b6d5b819066ff148782d8997308b35d1236fdb9844f531af665f23051f6abce9b24672dbbcfef9b')
+optdepends=(
+  'alsa-lib: for standalone application'
+  'jack: for standalone application'
+  'liblo: for standalone application'
+  'new-session-manager: for session management using the standalone application'
+  'qt6-wayland: for native wayland support'
+)
+options=(debug)
+source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('7e978407fa644f7e0b9d427cbcf95a6b16287129a043a0e40f69f009b4bf7ede50d88045a0f33a4abc9d05f48c2ad5939467d0d5b6df89d0b6aabd543e666ff3')
+b2sums=('a760b8fbbf959eb90208ba0504a350c290b675b28fe579c5f1c10d2a6c2373b5b47e1267512071236c23272008f0472532a63a080c8c1d427a3513ef25ca0818')
 
 build() {
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
@@ -26,7 +29,7 @@
         -DCONFIG_QT6=ON \
         -Wno-dev \
         -B build \
-        -S "${pkgname}-${pkgver}"
+        -S $pkgname-$pkgver
   make VERBOSE=1 -C build
 }
 
@@ -33,7 +36,7 @@
 package() {
   depends+=(libsndfile.so)
 
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -vDm 644  "${pkgname}-${pkgver}/"{ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644  $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
 }
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list