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

David Runge dvzrv at archlinux.org
Tue Jun 5 22:23:36 UTC 2018


    Date: Tuesday, June 5, 2018 @ 22:23:34
  Author: dvzrv
Revision: 340657

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 22:23:19 UTC (rev 340656)
+++ PKGBUILD	2018-06-05 22:23:34 UTC (rev 340657)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.6.2a
-pkgrel=5
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('x86_64')
-url="http://vmpk.sourceforge.net/"
-license=('GPL3')
-depends=('drumstick' 'qt5-x11extras')
-makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('89ba161c3ca7ae260d02c175d1116bea7cdfdfddb0f303d8b9177eeb3d77ded8f6126bed43efa6c279daec0a987d0be30c280d59f42a7c145167fb54a7b8db16')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-           -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir/" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm644 ../{AUTHORS,ChangeLog,NEWS,README,TODO}
-}

Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 340656, vmpk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 22:23:34 UTC (rev 340657)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.6.2a
+pkgrel=6
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('drumstick' 'hicolor-icon-theme' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools' 'libxkbcommon-x11')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver/a/}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('89ba161c3ca7ae260d02c175d1116bea7cdfdfddb0f303d8b9177eeb3d77ded8f6126bed43efa6c279daec0a987d0be30c280d59f42a7c145167fb54a7b8db16')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="$pkgdir/" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 ../{AUTHORS,ChangeLog,NEWS,README,TODO}
+}



More information about the arch-commits mailing list