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

David Runge dvzrv at gemini.archlinux.org
Sun Aug 14 16:32:51 UTC 2022


    Date: Sunday, August 14, 2022 @ 16:32:51
  Author: dvzrv
Revision: 1266068

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 16:32:36 UTC (rev 1266067)
+++ PKGBUILD	2022-08-14 16:32:51 UTC (rev 1266068)
@@ -1,44 +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.7.0
-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 sonivox)
-provides=(libdrumstick-alsa.so libdrumstick-file.so libdrumstick-rt.so
-libdrumstick-widgets.so)
-options=(debug)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha512sums=('3199a0a70afa3a9eca0aaf5acdd2dc53d4d7fc0aee69736102b9d8f20a9e586120188515ef2da112e187532c6d0cbcb68f5ae6c44f4308bb24b03abdce89f30a')
-b2sums=('8ad7bed7d060af3910a40c661efb19ff729eb55dc37fed27c1c38fd2311b74f2e62280299333d37ea177b0e23f8691a98c03f2f698f9cdd3db56e4180a8e55a1')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None \
-        -Wno-dev \
-        -B build \
-        -S $pkgname-$pkgver
-  make VERBOSE=1 -C build
-}
-
-check() {
-  # 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 libsonivox.so)
-
-  make DESTDIR="$pkgdir" install -C build
-  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,NEWS,readme.md,TODO} -t "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 1266067, drumstick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-14 16:32:51 UTC (rev 1266068)
@@ -0,0 +1,44 @@
+# 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.7.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 sonivox)
+provides=(libdrumstick-alsa.so libdrumstick-file.so libdrumstick-rt.so
+libdrumstick-widgets.so)
+options=(debug)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha512sums=('5cd41c03732929d5633c348455d6d7b2bd842afaa275996628d8f51c5a5ae3712717ade9b65d166413d83101754632b1ce5fa57c092da687b8e5e73b3199042e')
+b2sums=('4b22bc73b39e9436de217785f95acf5dc13b8c1d9cecc49873ba89cb5301814acfb559a241f1590a3d061c4bb55040267c2e3fdbe5115375a3711b0ca8c2cbe8')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -Wno-dev \
+        -B build \
+        -S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+check() {
+  # 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 libsonivox.so)
+
+  make DESTDIR="$pkgdir" install -C build
+  install -vDm 644 $pkgname-$pkgver/{AUTHORS,ChangeLog,NEWS,readme.md,TODO} -t "$pkgdir/usr/share/doc/$pkgname/"
+}



More information about the arch-commits mailing list