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

David Runge dvzrv at gemini.archlinux.org
Thu Jul 29 17:13:15 UTC 2021


    Date: Thursday, July 29, 2021 @ 17:13:15
  Author: dvzrv
Revision: 990416

archrelease: copy trunk to community-testing-x86_64

Added:
  drumstick/repos/community-testing-x86_64/PKGBUILD
    (from rev 990415, drumstick/trunk/PKGBUILD)
Deleted:
  drumstick/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-29 17:13:07 UTC (rev 990415)
+++ PKGBUILD	2021-07-29 17:13:15 UTC (rev 990416)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=drumstick
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('x86_64')
-url="https://drumstick.sourceforge.io/"
-license=('GPL2')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'doxygen' 'docbook-xsl' 'fluidsynth' 'graphviz'
-'libpulse' 'qt5-tools')
-provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so'
-'libdrumstick-widgets.so')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('151b2dbcf348f5308d44cfaea1c2cf170133eccc5df7eb380255cbc4f6130ab1fa83fb96d218221c1f528fe1ae4a36815f2f8a29c57499aa82a264a8bfa138d5')
-b2sums=('8ce5cc252646ff221024dd9a2fda58b7a629b05ed78a2d9172f83cd24646d9395141bc1079fec4259b86b996a122bccf2a8bef899e0eb81870f93d490f62c41d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE='None' \
-        -Wno-dev \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # some tests fail due to insufficient system privileges, hence only run those
-  # that make sense in the build environment
-  # https://sourceforge.net/p/drumstick/bugs/24/
-  make test -C build/tests/fileTest1
-  make test -C build/tests/fileTest2
-}
-
-package() {
-  depends+=('libasound.so' 'libfluidsynth.so' 'libpulse.so' 'libpulse-simple.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm 644 {AUTHORS,ChangeLog,NEWS,readme.md,TODO}
-}

Copied: drumstick/repos/community-testing-x86_64/PKGBUILD (from rev 990415, drumstick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-29 17:13:15 UTC (rev 990416)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=drumstick
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('x86_64')
+url="https://drumstick.sourceforge.io/"
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'doxygen' 'docbook-xsl' 'fluidsynth' 'graphviz'
+'libpulse' 'qt5-tools')
+provides=('libdrumstick-alsa.so' 'libdrumstick-file.so' 'libdrumstick-rt.so'
+'libdrumstick-widgets.so')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('52d95afe06293b8b2b08a30b418fa96267d702217028bf7194c7243eb973c84c7bc399fdf729e23c3f6b5f61da5df6cb1fcd438941ed30626715b4f2a1f2797e')
+b2sums=('34b01a7823033338cfafa1602b2fce3ee8baa107347a4f5115ab927f2dc3126c84a2790c7c77d6b7c63c9dcdefd0df1b8da60c3dece8640024f8564533633322')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE='None' \
+        -Wno-dev \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # some tests fail due to insufficient system privileges, hence only run those
+  # that make sense in the build environment
+  # https://sourceforge.net/p/drumstick/bugs/24/
+  make test -C build/tests/fileTest1
+  make test -C build/tests/fileTest2
+}
+
+package() {
+  depends+=('libasound.so' 'libfluidsynth.so' 'libpulse.so' 'libpulse-simple.so')
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm 644 {AUTHORS,ChangeLog,NEWS,readme.md,TODO}
+}



More information about the arch-commits mailing list