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

David Runge dvzrv at archlinux.org
Wed Dec 12 07:31:14 UTC 2018


    Date: Wednesday, December 12, 2018 @ 07:31:13
  Author: dvzrv
Revision: 415562

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-12 07:31:06 UTC (rev 415561)
+++ PKGBUILD	2018-12-12 07:31:13 UTC (rev 415562)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('x86_64')
-url="http://vmpk.sourceforge.net/"
-license=('GPL3')
-groups=('pro-audio')
-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=('b0ddf90c48bb50b13fcd8148af7c153edbdbf33fe0a1f31ea8474a27de6cf34a063d7e08a068fdc984ad66fb88d38c6573514e5f474ff4f35bd827aa0de3c3c0')
-
-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}
-}

Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 415561, vmpk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-12 07:31:13 UTC (rev 415562)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+groups=('pro-audio')
+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=('134e221aac195da1636182966b32c83ae7974a8ac5f023a931b9c19044b08ef27be54c2f53bac2885516f7405570ec9d51b1bef9c77bf8ade5d9ab372bf18960')
+
+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