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

speps speps at nymeria.archlinux.org
Fri Jul 4 18:27:42 UTC 2014


    Date: Friday, July 4, 2014 @ 20:27:42
  Author: speps
Revision: 114946

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

Added:
  vmpk/repos/community-i686/PKGBUILD
    (from rev 114945, vmpk/trunk/PKGBUILD)
  vmpk/repos/community-i686/vmpk.install
    (from rev 114945, vmpk/trunk/vmpk.install)
  vmpk/repos/community-x86_64/PKGBUILD
    (from rev 114945, vmpk/trunk/PKGBUILD)
  vmpk/repos/community-x86_64/vmpk.install
    (from rev 114945, vmpk/trunk/vmpk.install)
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                     |   64 ++++++++++++++++++++++++++++++++++++++++
 /vmpk.install                 |   24 +++++++++++++++
 community-i686/PKGBUILD       |   28 -----------------
 community-i686/vmpk.install   |   12 -------
 community-x86_64/PKGBUILD     |   28 -----------------
 community-x86_64/vmpk.install |   12 -------
 6 files changed, 88 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-04 18:27:30 UTC (rev 114945)
+++ community-i686/PKGBUILD	2014-07-04 18:27:42 UTC (rev 114946)
@@ -1,28 +0,0 @@
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/"
-license=('GPL3')
-depends=('qt4' 'jack')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('07e376936c38c7c244374ff9ddca6a72')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [ -d bld ] || mkdir bld && cd bld
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-           -DCMAKE_BUILD_TYPE=release
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/bld"
-  make DESTDIR="$pkgdir/" install
-}

Copied: vmpk/repos/community-i686/PKGBUILD (from rev 114945, vmpk/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-04 18:27:42 UTC (rev 114946)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('i686' 'x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+depends=('qt4' 'jack')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('07e376936c38c7c244374ff9ddca6a72')
+
+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	2014-07-04 18:27:30 UTC (rev 114945)
+++ community-i686/vmpk.install	2014-07-04 18:27:42 UTC (rev 114946)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: vmpk/repos/community-i686/vmpk.install (from rev 114945, vmpk/trunk/vmpk.install)
===================================================================
--- community-i686/vmpk.install	                        (rev 0)
+++ community-i686/vmpk.install	2014-07-04 18:27:42 UTC (rev 114946)
@@ -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 
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-04 18:27:30 UTC (rev 114945)
+++ community-x86_64/PKGBUILD	2014-07-04 18:27:42 UTC (rev 114946)
@@ -1,28 +0,0 @@
-# Maintainer : speps <speps at aur dot archlinux dot org>
-
-pkgname=vmpk
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Virtual MIDI Piano Keyboard"
-arch=('i686' 'x86_64')
-url="http://vmpk.sourceforge.net/"
-license=('GPL3')
-depends=('qt4' 'jack')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('07e376936c38c7c244374ff9ddca6a72')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [ -d bld ] || mkdir bld && cd bld
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-           -DCMAKE_BUILD_TYPE=release
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/bld"
-  make DESTDIR="$pkgdir/" install
-}

Copied: vmpk/repos/community-x86_64/PKGBUILD (from rev 114945, vmpk/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-04 18:27:42 UTC (rev 114946)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+
+pkgname=vmpk
+pkgver=0.5.1
+pkgrel=2
+pkgdesc="Virtual MIDI Piano Keyboard"
+arch=('i686' 'x86_64')
+url="http://vmpk.sourceforge.net/"
+license=('GPL3')
+depends=('qt4' 'jack')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('07e376936c38c7c244374ff9ddca6a72')
+
+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	2014-07-04 18:27:30 UTC (rev 114945)
+++ community-x86_64/vmpk.install	2014-07-04 18:27:42 UTC (rev 114946)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install 
-}

Copied: vmpk/repos/community-x86_64/vmpk.install (from rev 114945, vmpk/trunk/vmpk.install)
===================================================================
--- community-x86_64/vmpk.install	                        (rev 0)
+++ community-x86_64/vmpk.install	2014-07-04 18:27:42 UTC (rev 114946)
@@ -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