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

David Runge dvzrv at gemini.archlinux.org
Wed Oct 27 17:28:18 UTC 2021


    Date: Wednesday, October 27, 2021 @ 17:28:18
  Author: dvzrv
Revision: 1034730

archrelease: copy trunk to community-x86_64

Added:
  vmpk/repos/community-x86_64/PKGBUILD
    (from rev 1034729, vmpk/trunk/PKGBUILD)
Deleted:
  vmpk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 17:28:01 UTC (rev 1034729)
+++ PKGBUILD	2021-10-27 17:28:18 UTC (rev 1034730)
@@ -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.4
-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=('1704d8d39a2750549b524202e46e51507e25aeed00fe5c36202148661af2fc98613d937b2ea36f958706f371608d50ce82a6633b56e344e9cdcfed223892cb9d')
-b2sums=('12deda1ce752db4a0723e0b54e96a734cfcc11cbd2974a5957d315f1080d7d8b8ab3adf9203c8a25514f708ff6cadec69ab560239cb0f7d1b6859032ff6b976d')
-
-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.md,TODO} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 1034729, vmpk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-27 17:28:18 UTC (rev 1034730)
@@ -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.5
+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=('62de7acc353b95511c1c1afd54d7c5ddb34de69fd2dff5dfccd6ed83b6e1ca2cfdcd36c1a4878118821dead8dd8b15c44a2c1138b677da3b218f8093e7a49abf')
+b2sums=('d13965358d21a81053cc5c32e11d0b8a9f6fda733ef5e7295cee7b774d8ca584ee58c0f7cd5f10f0f3948528031e314d09736fe3f7c0dc94929bcadd3aa94e5d')
+
+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.md,TODO} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list