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

David Runge dvzrv at gemini.archlinux.org
Thu Apr 7 21:24:41 UTC 2022


    Date: Thursday, April 7, 2022 @ 21:24:41
  Author: dvzrv
Revision: 1182850

upgpkg: drumkv1 0.9.25-1: Upgrade to 0.9.25.

Remove unneeded quotes and curly braces.
Add debug package.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-07 21:17:53 UTC (rev 1182849)
+++ PKGBUILD	2022-04-07 21:24:41 UTC (rev 1182850)
@@ -2,7 +2,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=drumkv1
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 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=('ec5f1c554c52b4c7eea5ced2a20c220e1289355b59264f20400ac294fb1a1b6235175fc2eac33678e21e81d318dd90e6cfa91b0a343ed7a6738bcfd2523aff22')
-b2sums=('2a7a551ceec254749436e6a0aa8753084f25842c28a25b035c367205c600a652ed2b47616c46f97ab19fd953ecb22055c06607ab120ed86e5e69a477a5d05f5e')
+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=('942b091b4e29b561422dcd27da069beb84255ca0980844af6c3e6e854f7572c421eeb84331f8e2b5818410b32eea67b3c9b495696ce94325c86a48441207a86e')
+b2sums=('7bfd31c32dbaa149c54a1b87762d0981d253eee685cb23d995f61d9492e72cbfa1bb05720e70a5b13d11f0e26dff087f750bb2615184b615e4429610765c1994')
 
 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