Date: Tuesday, June 23, 2020 @ 07:33:49 Author: dvzrv Revision: 650920
archrelease: copy trunk to community-x86_64 Added: drumkv1/repos/community-x86_64/PKGBUILD (from rev 650919, drumkv1/trunk/PKGBUILD) Deleted: drumkv1/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 80 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-06-23 07:28:27 UTC (rev 650919) +++ PKGBUILD 2020-06-23 07:33:49 UTC (rev 650920) @@ -1,40 +0,0 @@ -# Maintainer: David Runge <dv...@archlinux.org> -# Contributor: speps <speps at aur dot archlinux dot org> - -pkgname=drumkv1 -pkgver=0.9.14 -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' 'qt5-base') -makedepends=('alsa-lib' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools') -optdepends=('alsa-lib: for standalone application' - 'jack: for standalone application' - 'liblo: for standalone application' - 'non-session-manager: for session management using the standalone application') -source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('4aa8135a09e4f211f99859e6aa941a1d50731bb6df5f2e5a21b53038d8c96688a5e74327a8fc3151a5fef7f2667f49d8eae6f0449fcd404801fa44d1b0358133') - -prepare() { - cd "${pkgname}-${pkgver}" - autoreconf -vfi -} - -build() { - cd "${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --libdir=/usr/lib - make -} - -package() { - depends+=('libsndfile.so') - cd "${pkgname}-${pkgver}" - make DESTDIR="$pkgdir/" install - 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 650919, drumkv1/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-06-23 07:33:49 UTC (rev 650920) @@ -0,0 +1,40 @@ +# Maintainer: David Runge <dv...@archlinux.org> +# Contributor: speps <speps at aur dot archlinux dot org> + +pkgname=drumkv1 +pkgver=0.9.15 +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' 'qt5-base') +makedepends=('alsa-lib' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools') +optdepends=('alsa-lib: for standalone application' + 'jack: for standalone application' + 'liblo: for standalone application' + 'non-session-manager: for session management using the standalone application') +source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('ccdba73e99b0fec1b8ae9cd982e8f25501f69755e2672a989524f9b9d67f14ead03d885a77b5a6de05a12b10c5e51aa75ef497e727f6374e75fc833ed679ee2d') + +prepare() { + cd "${pkgname}-${pkgver}" + autoreconf -vfi +} + +build() { + cd "${pkgname}-${pkgver}" + ./configure --prefix=/usr \ + --libdir=/usr/lib + make +} + +package() { + depends+=('libsndfile.so') + cd "${pkgname}-${pkgver}" + make DESTDIR="$pkgdir/" install + install -t "${pkgdir}/usr/share/doc/${pkgname}" \ + -vDm 644 {AUTHORS,ChangeLog,README,TODO} +} +# vim:set ts=2 sw=2 et: