[arch-commits] Commit in drumkv1/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri May 14 17:17:45 UTC 2021
Date: Friday, May 14, 2021 @ 17:17:44
Author: dvzrv
Revision: 934259
archrelease: copy trunk to community-x86_64
Added:
drumkv1/repos/community-x86_64/PKGBUILD
(from rev 934258, drumkv1/trunk/PKGBUILD)
Deleted:
drumkv1/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 17:17:37 UTC (rev 934258)
+++ PKGBUILD 2021-05-14 17:17:44 UTC (rev 934259)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=drumkv1
-pkgver=0.9.21
-pkgrel=2
-pkgdesc="An old-school drum-kit sampler"
-arch=('x86_64')
-url="https://drumkv1.sourceforge.io/"
-license=('GPL2')
-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=('3637c35a7be5f57e46f3abcb1916c3fe5676a61578af7e580e35c2079c73939ab0a01e96640b0de8a3337e3cd8059f432c144fec2a94833d705e9ac612361023')
-b2sums=('75696428373bd37de0a6004e182dee9325912be166637ba34f2c6352502fe5537a54f5dc6d0bc25e13742ff1bbcb46f9dc32ad4ec18d03115db0c34820b7bbb4')
-
-build() {
- cd "${pkgname}-${pkgver}"
- cmake -DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_BUILD_TYPE='None' \
- -Wno-dev \
- -B build \
- -S .
- make VERBOSE=1 -C build
-}
-
-package() {
- depends+=('libsndfile.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: drumkv1/repos/community-x86_64/PKGBUILD (from rev 934258, drumkv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-14 17:17:44 UTC (rev 934259)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=drumkv1
+pkgver=0.9.22
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=('x86_64')
+url="https://drumkv1.sourceforge.io/"
+license=('GPL2')
+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=('ca5374ad83ce88753d44554d4c8094b44d845dc48a3a0c69f91afbdb44689cfff8a6ab0a8ea767da4030277d2b00bad31ebe30e1fb2b060581bc97d50c5de905')
+b2sums=('4088365fabab9666f3ec934820f1fc71381463e690830f2eab2b2355a247453720af8c793250645170ed790acbbb74c59f6b641b541aaa968cea4e33160c9372')
+
+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+=('libsndfile.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