[arch-commits] Commit in padthv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Jul 7 14:52:12 UTC 2021
Date: Wednesday, July 7, 2021 @ 14:52:12
Author: dvzrv
Revision: 975175
archrelease: copy trunk to community-x86_64
Added:
padthv1/repos/community-x86_64/PKGBUILD
(from rev 975174, padthv1/trunk/PKGBUILD)
Deleted:
padthv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-07 14:52:04 UTC (rev 975174)
+++ PKGBUILD 2021-07-07 14:52:12 UTC (rev 975175)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=padthv1
-pkgver=0.9.22
-pkgrel=1
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=('x86_64')
-url="https://padthv1.sourceforge.io/"
-license=('GPL2')
-groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'lv2-host' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-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=('3f7115e2fe223f5114161d2f6759259c5c86d7a9c2caceb7cda7fbf19ab2943cb315ce76a059b555641f94d288cb5b3559a967c07a30a12187be52ed5115f6c1')
-b2sums=('85c2ef5b407052df830f62ea6ef54c746e257ad9eb886626e82f28429a6f4193d13826c515831a7333d2a978f0a4fb8cde120ef5d1f1749c26f639401ed6d9e1')
-
-build() {
- cd "${pkgname}-${pkgver}"
- cmake -DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_BUILD_TYPE='None' \
- -DCONFIG_QT6=ON \
- -Wno-dev \
- -B build \
- -S .
- make VERBOSE=1 -C build
-}
-
-package() {
- depends+=('libfftw3.so')
- cd "${pkgname}-${pkgver}"
- make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
- install -t "${pkgdir}/usr/share/doc/${pkgname}" \
- -vDm 644 {AUTHORS,ChangeLog,README,TODO}
-}
-# vim:set ts=2 sw=2 et:
Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 975174, padthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-07 14:52:12 UTC (rev 975175)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=padthv1
+pkgver=0.9.23
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=('x86_64')
+url="https://padthv1.sourceforge.io/"
+license=('GPL2')
+groups=('lv2-plugins' 'pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'lv2-host' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-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=('d313025c012b2944d5a0b3ef95bda8065f0f6bf4e280094344b8fc75f4312af178eb80771b2b1fa6caf6585b27b60f4f173ef67bd89a264ae4527e99ba99900a')
+b2sums=('464c135738cc8afde19f47cbe7589bf8481b1d8d25c248a621ceba619aaf41972acd02743511584de9442acb10c6d42e3012f5b1c06fbd80ff9dec488c0933c3')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DCMAKE_BUILD_TYPE='None' \
+ -DCONFIG_QT6=ON \
+ -Wno-dev \
+ -B build \
+ -S .
+ make VERBOSE=1 -C build
+}
+
+package() {
+ depends+=('libfftw3.so')
+ cd "${pkgname}-${pkgver}"
+ make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+ install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+ -vDm 644 {AUTHORS,ChangeLog,README,TODO}
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list