Date: Thursday, April 7, 2022 @ 21:25:54 Author: dvzrv Revision: 1182852
upgpkg: padthv1 0.9.25-1: Upgrade to 0.9.25. Remove unneeded quotes and curly braces. Add debug package. Modified: padthv1/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-07 21:25:03 UTC (rev 1182851) +++ PKGBUILD 2022-04-07 21:25:54 UTC (rev 1182852) @@ -1,7 +1,7 @@ # Maintainer: David Runge <[email protected]> pkgname=padthv1 -pkgver=0.9.24 +pkgver=0.9.25 pkgrel=1 pkgdesc="An old-school polyphonic additive synthesizer" arch=(x86_64) @@ -10,14 +10,17 @@ groups=(lv2-plugins pro-audio) depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base) makedepends=(alsa-lib cmake fftw jack liblo 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=('694991b5ed5772ca48f54e9c99b3f9d64f7a51675011f83b54b6411e4669a0a6e61a7ad954bea8c358f36a55318dce305dc39b8c7960f519a692fe32864fc502') -b2sums=('40db669997b2ca2b8f272a6529c0abfb17a6660390c1a7d0e19bcc71e58558f61b0f1e788b7a762f1fcca9b173af584e18256348e9da4d32496a94122ae03b86') +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=('60a27f9e134fd42695a2e017d5eb16258afc74acac7ea631ca0ef521ea42910d484ca14b5aba342fd17788fccd91affdc786f5fb3f8ac165a22b531aade389a3') +b2sums=('f09e7c0264879cbe9560433d14561271d3f068943104ebd4cf4e8e6d0fa6f5c570bea5df1f47d7694a06c8c7030a49386b6579070b91e2c16d70290820c6ee55') build() { cmake -DCMAKE_INSTALL_PREFIX=/usr \ @@ -25,7 +28,7 @@ -DCONFIG_QT6=ON \ -Wno-dev \ -B build \ - -S "${pkgname}-${pkgver}" + -S $pkgname-$pkgver make VERBOSE=1 -C build } @@ -32,7 +35,7 @@ package() { depends+=(libfftw3.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:
