[arch-commits] Commit in vmpk/repos (6 files)

Antonio Rojas arojas at archlinux.org
Mon Dec 7 07:13:23 UTC 2015


    Date: Monday, December 7, 2015 @ 08:13:23
  Author: arojas
Revision: 149685

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  vmpk/repos/community-staging-i686/
  vmpk/repos/community-staging-i686/PKGBUILD
    (from rev 149684, vmpk/trunk/PKGBUILD)
  vmpk/repos/community-staging-i686/vmpk.install
    (from rev 149684, vmpk/trunk/vmpk.install)
  vmpk/repos/community-staging-x86_64/
  vmpk/repos/community-staging-x86_64/PKGBUILD
    (from rev 149684, vmpk/trunk/PKGBUILD)
  vmpk/repos/community-staging-x86_64/vmpk.install
    (from rev 149684, vmpk/trunk/vmpk.install)

---------------------------------------+
 community-staging-i686/PKGBUILD       |   32 ++++++++++++++++++++++++++++++++
 community-staging-i686/vmpk.install   |   12 ++++++++++++
 community-staging-x86_64/PKGBUILD     |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/vmpk.install |   12 ++++++++++++
 4 files changed, 88 insertions(+)

Copied: vmpk/repos/community-staging-i686/PKGBUILD (from rev 149684, vmpk/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 07:13:23 UTC (rev 149685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('i686' 'x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('a28abcf1ec1ba26569321d25db5b8fab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DCMAKE_BUILD_TYPE=release
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: vmpk/repos/community-staging-i686/vmpk.install (from rev 149684, vmpk/trunk/vmpk.install)
===================================================================
--- community-staging-i686/vmpk.install	                        (rev 0)
+++ community-staging-i686/vmpk.install	2015-12-07 07:13:23 UTC (rev 149685)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}

Copied: vmpk/repos/community-staging-x86_64/PKGBUILD (from rev 149684, vmpk/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 07:13:23 UTC (rev 149685)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('i686' 'x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+depends=('drumstick' 'qt5-x11extras')
+makedepends=('cmake' 'docbook-xsl' 'qt5-tools')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('a28abcf1ec1ba26569321d25db5b8fab')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DCMAKE_BUILD_TYPE=release
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Copied: vmpk/repos/community-staging-x86_64/vmpk.install (from rev 149684, vmpk/trunk/vmpk.install)
===================================================================
--- community-staging-x86_64/vmpk.install	                        (rev 0)
+++ community-staging-x86_64/vmpk.install	2015-12-07 07:13:23 UTC (rev 149685)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install 
+}



More information about the arch-commits mailing list