[arch-commits] Commit in drumstick/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Fri May 20 14:42:18 UTC 2022
Date: Friday, May 20, 2022 @ 14:42:18
Author: dvzrv
Revision: 1209401
archrelease: copy trunk to community-x86_64
Added:
drumstick/repos/community-x86_64/PKGBUILD
(from rev 1209400, drumstick/trunk/PKGBUILD)
Deleted:
drumstick/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-20 14:42:08 UTC (rev 1209400)
+++ PKGBUILD 2022-05-20 14:42:18 UTC (rev 1209401)
@@ -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.6.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)
-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=('c92668c5ee3c3176cbfefd6562fc5a737ce83d2091217a36e5f47568fda9dd4a8a1befdcbf48d34e03ce07ea63bacf8ec9b14ed3aa38917fbf5a9ab70b2a5822')
-b2sums=('c340c97bb5886d4f41c28dc8e37a3c6a3d385b17518ff52bb1de50c5a4f19128a7c763ba2bde0d5994451ffb14f49d0d14a77ef5bf32201c55c47de72f9a5783')
-
-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)
-
- 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 1209400, drumstick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-20 14:42:18 UTC (rev 1209401)
@@ -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.6.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)
+options=(debug)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha512sums=('d6e7acad74044cea4dcfe08998599f85b2670d97012871e592d32adfe4727d5d9c698cb4b5246237ceea96304d9166c82cda106bf4ac92000d7da87e60e9bd27')
+b2sums=('6301b9b5eb058ebef7e21311e63b262bf0fe81c50b9767bb7543b4fc4b1bd501f021b96cce4a83fe5a7536c739354c8e81ee527077dbc150eecffc985791cf0e')
+
+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)
+
+ 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