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

Antonio Rojas arojas at archlinux.org
Sun May 8 17:16:48 UTC 2016


    Date: Sunday, May 8, 2016 @ 19:16:48
  Author: arojas
Revision: 174368

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-08 17:16:18 UTC (rev 174367)
+++ community-i686/PKGBUILD	2016-05-08 17:16:48 UTC (rev 174368)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.6.2a
-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' 'libxkbcommon-x11')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2")
-md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
-
-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-i686/PKGBUILD (from rev 174367, vmpk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-08 17:16:48 UTC (rev 174368)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.6.2a
+pkgrel=3
+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' 'libxkbcommon-x11')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2")
+md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
+
+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
+}

Deleted: community-i686/vmpk.install
===================================================================
--- community-i686/vmpk.install	2016-05-08 17:16:18 UTC (rev 174367)
+++ community-i686/vmpk.install	2016-05-08 17:16:48 UTC (rev 174368)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-08 17:16:18 UTC (rev 174367)
+++ community-x86_64/PKGBUILD	2016-05-08 17:16:48 UTC (rev 174368)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.6.2a
-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' 'libxkbcommon-x11')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2")
-md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
-
-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-x86_64/PKGBUILD (from rev 174367, vmpk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-08 17:16:48 UTC (rev 174368)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.6.2a
+pkgrel=3
+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' 'libxkbcommon-x11')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/${pkgver::-1}/$pkgname-$pkgver.tar.bz2")
+md5sums=('8d96d6b615c5d7a3f188275fcd0c08a1')
+
+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
+}

Deleted: community-x86_64/vmpk.install
===================================================================
--- community-x86_64/vmpk.install	2016-05-08 17:16:18 UTC (rev 174367)
+++ community-x86_64/vmpk.install	2016-05-08 17:16:48 UTC (rev 174368)
@@ -1,12 +0,0 @@
-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