[arch-commits] Commit in vmpk/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Mar 22 18:58:57 UTC 2021
Date: Monday, March 22, 2021 @ 18:58:57
Author: dvzrv
Revision: 899044
archrelease: copy trunk to community-x86_64
Added:
vmpk/repos/community-x86_64/PKGBUILD
(from rev 899043, vmpk/trunk/PKGBUILD)
Deleted:
vmpk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-22 18:58:49 UTC (rev 899043)
+++ PKGBUILD 2021-03-22 18:58:57 UTC (rev 899044)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('x86_64')
-url="http://vmpk.sourceforge.net/"
-license=('GPL3')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'libxcb' 'qt5-base' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'drumstick' 'qt5-tools')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('b3e1e40792661c1e4ce3a5274513b4b75742ca861a6233c2653d6df90b7a89e086d15a4196d59c7021c48e9e2aae83116ba29c3395960179d602f0cb06c1f608')
-b2sums=('9fee766b71ad7f9cd96f9dfd859dc31434f14c913c75f5a8e76c66150522dbf04c6e28582269d1603c6d53d6db436e9e7f73cab1172c0d6b004cc71edccb21c8')
-
-build() {
- cd "${pkgname}-${pkgver}"
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE='None' \
- -Wno-dev \
- -B build \
- -S .
- make VERBOSE=1 -C build
-}
-
-package() {
- depends+=('libdrumstick-rt.so' 'libdrumstick-widgets.so')
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" install -C build
- install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
- -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 899043, vmpk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-03-22 18:58:57 UTC (rev 899044)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'libxcb' 'qt5-base' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'drumstick' 'qt5-tools')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('320102e7e64b22486153524bfdea2a9898622e1a3e816af553ec4cc69a804748141dfbc291dc80244316bf9caba99d4bbdaaa2cb2b4d201e809cea5a4cbd2a28')
+b2sums=('f7617a477c499d4e5ca02d12cf8e481ea55f3cfe2f9cfce071f66842f6ddb1b0296e41a49361aad9b9dce6b5a4ec091a83305a41716c3c96ff2d7694bc06aeea')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE='None' \
+ -Wno-dev \
+ -B build \
+ -S .
+ make VERBOSE=1 -C build
+}
+
+package() {
+ depends+=('libdrumstick-rt.so' 'libdrumstick-widgets.so')
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install -C build
+ install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
More information about the arch-commits
mailing list