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

Antonio Rojas arojas at archlinux.org
Sun May 8 13:30:57 UTC 2016


    Date: Sunday, May 8, 2016 @ 15:30:56
  Author: arojas
Revision: 174325

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

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

-----------------------------------+
 /PKGBUILD                         |   52 ++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD           |   27 ------------------
 community-i686/qmidiarp.install   |   12 --------
 community-x86_64/PKGBUILD         |   27 ------------------
 community-x86_64/qmidiarp.install |   12 --------
 5 files changed, 52 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-08 13:30:26 UTC (rev 174324)
+++ community-i686/PKGBUILD	2016-05-08 13:30:56 UTC (rev 174325)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=qmidiarp
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA sequencer."
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/qmidiarp/"
-license=('GPL')
-groups=('lv2-plugins')
-depends=('qt4' 'jack' 'liblo' 'lv2')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('30ab9a9d906b6a264919001ceac00386')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: qmidiarp/repos/community-i686/PKGBUILD (from rev 174324, qmidiarp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-08 13:30:56 UTC (rev 174325)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=qmidiarp
+pkgver=0.6.3
+pkgrel=2
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA sequencer."
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/qmidiarp/"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('qt4' 'jack' 'liblo' 'lv2')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('30ab9a9d906b6a264919001ceac00386')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/qmidiarp.install
===================================================================
--- community-i686/qmidiarp.install	2016-05-08 13:30:26 UTC (rev 174324)
+++ community-i686/qmidiarp.install	2016-05-08 13:30:56 UTC (rev 174325)
@@ -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 13:30:26 UTC (rev 174324)
+++ community-x86_64/PKGBUILD	2016-05-08 13:30:56 UTC (rev 174325)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-
-pkgname=qmidiarp
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA sequencer."
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/qmidiarp/"
-license=('GPL')
-groups=('lv2-plugins')
-depends=('qt4' 'jack' 'liblo' 'lv2')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('30ab9a9d906b6a264919001ceac00386')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: qmidiarp/repos/community-x86_64/PKGBUILD (from rev 174324, qmidiarp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-08 13:30:56 UTC (rev 174325)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+
+pkgname=qmidiarp
+pkgver=0.6.3
+pkgrel=2
+pkgdesc="A MIDI arpeggiator, phrase generator and controller LFO for the ALSA sequencer."
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/qmidiarp/"
+license=('GPL')
+groups=('lv2-plugins')
+depends=('qt4' 'jack' 'liblo' 'lv2')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('30ab9a9d906b6a264919001ceac00386')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/qmidiarp.install
===================================================================
--- community-x86_64/qmidiarp.install	2016-05-08 13:30:26 UTC (rev 174324)
+++ community-x86_64/qmidiarp.install	2016-05-08 13:30:56 UTC (rev 174325)
@@ -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