[arch-commits] Commit in vmpk/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Mon Apr 4 20:29:15 UTC 2022
Date: Monday, April 4, 2022 @ 20:29:15
Author: dvzrv
Revision: 1181396
archrelease: copy trunk to community-x86_64
Added:
vmpk/repos/community-x86_64/PKGBUILD
(from rev 1181395, vmpk/trunk/PKGBUILD)
Deleted:
vmpk/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-04 20:29:07 UTC (rev 1181395)
+++ PKGBUILD 2022-04-04 20:29:15 UTC (rev 1181396)
@@ -1,32 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.8.6
-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=('0b77aabf1dda99c9149a5353fc9d0363469de2678e6089fc7dc13dc349587fd1b1630cf511c4d9ef384a7523b8f023e451d6c543a805dcda0bf5cf9d7a4b4277')
-b2sums=('a2145394a9ad90f567e292e23bd9b7f62e26160b6375a48cea2a84818139865a65fdde172f6a8b6e42015e0ce14127c1f97558e00b56ebc288fa1e3d3bd11eab')
-
-build() {
- cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None \
- -Wno-dev \
- -B build \
- -S "${pkgname}-${pkgver}"
- make VERBOSE=1 -C build
-}
-
-package() {
- depends+=(libdrumstick-rt.so libdrumstick-widgets.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: vmpk/repos/community-x86_64/PKGBUILD (from rev 1181395, vmpk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-04 20:29:15 UTC (rev 1181396)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.8.7
+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=('83867aed8be8e620e18070d5eba9f5e4026b1f39ff9d7fe55e342d4a040c96e2353844296191c0efb46483254b1d2d30824894077562a165f7474d02a882cfc6')
+b2sums=('788c70034fcfb53edfb4c6b0faf80c06e2ae096c06819bc727359d4597cb217ca60efc9ebbbb19b223dc0d7106ddd9083abbce881f175b98203f3b6acc9b44e2')
+
+build() {
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None \
+ -Wno-dev \
+ -B build \
+ -S $pkgname-$pkgver
+ make VERBOSE=1 -C build
+}
+
+package() {
+ depends+=(libdrumstick-rt.so libdrumstick-widgets.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