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

David Runge dvzrv at gemini.archlinux.org
Thu Apr 28 11:15:33 UTC 2022


    Date: Thursday, April 28, 2022 @ 11:15:33
  Author: dvzrv
Revision: 1191553

upgpkg: qmidiroute 0.4.0-8: Rebuild to add debug package.

Remove unneeded quotes and curly braces.
Simplify calls to make.
Add debug package.
Update maintainer info.

Modified:
  qmidiroute/trunk/PKGBUILD

----------+
 PKGBUILD |   31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 11:13:58 UTC (rev 1191552)
+++ PKGBUILD	2022-04-28 11:15:33 UTC (rev 1191553)
@@ -1,35 +1,32 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: David Adler <david dot jo dot adler at gmail dot com>
 # Contributor: Albert Graef <aggraef at gmail dot com>
 # Contributor: Arch Linux Pro Audio <dev at archaudio.org>
 # Contributor: svoufff <svoufff at gmail dot com>
 # Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
 pkgname=qmidiroute
 pkgver=0.4.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A MIDI router and filter utility"
-arch=('x86_64')
+arch=(x86_64)
 url="http://alsamodular.sourceforge.net/"
-license=('GPL')
-groups=('pro-audio')
-depends=('alsa-lib' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('qt5-tools')
-source=("https://downloads.sourceforge.net/alsamodular/${pkgname}-${pkgver}.tar.bz2")
+license=(GPL2)
+groups=(pro-audio)
+depends=(alsa-lib hicolor-icon-theme qt5-base)
+makedepends=(qt5-tools)
+options=(debug)
+source=(https://downloads.sourceforge.net/alsamodular/$pkgname-$pkgver.tar.bz2)
 sha512sums=('b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342')
+b2sums=('b538f405debb33e16d505075b9fc2b53f0b1d993670bfc5b0fdcd5d76d06ee8c81b8357b3435266f8b0f7d1609a4835450cd664bc73470ab1a3ba9e60e5476bb')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-qt5
   make
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 {ChangeLog,NEWS,README,TODO}
+  make DESTDIR="$pkgdir" install -C $pkgname-$pkgver
+  install -vDm 644 $pkgname-$pkgver/{ChangeLog,NEWS,README,TODO} -t "$pkgdir/usr/share/doc/$pkgname/"
 }
-
-# vim:set ts=2 sw=2 et:
-



More information about the arch-commits mailing list