[arch-commits] Commit in drumkv1/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Aug 6 14:11:49 UTC 2020


    Date: Thursday, August 6, 2020 @ 14:11:49
  Author: dvzrv
Revision: 670938

archrelease: copy trunk to community-x86_64

Added:
  drumkv1/repos/community-x86_64/PKGBUILD
    (from rev 670937, drumkv1/trunk/PKGBUILD)
Deleted:
  drumkv1/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 14:11:30 UTC (rev 670937)
+++ PKGBUILD	2020-08-06 14:11:49 UTC (rev 670938)
@@ -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.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:

Copied: drumkv1/repos/community-x86_64/PKGBUILD (from rev 670937, drumkv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-06 14:11:49 UTC (rev 670938)
@@ -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.16
+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=('573694b56fd6a32c921093f2cad7157830f81e9a5f0679e4b3002248091db2744c8eec8fb2993d17e0f81b1c018338def28dccb182108bc5f5b309fdac324dcd')
+b2sums=('5400b97406b014164edf7a3f7fda4f1b5f28bbaea8bb23853ca4c06e8b2df5adfdc6f98ec6df5ec6cb382375e5d338b24574796c578c1fd866e002da6d8eca96')
+
+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:



More information about the arch-commits mailing list