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

2016-03-24 Thread speps
Date: Friday, March 25, 2016 @ 02:38:16
  Author: speps
Revision: 168271

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

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

--+
 /PKGBUILD|   72 +
 /drumkv1.install |   26 +
 community-i686/PKGBUILD  |   42 -
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   42 -
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 98 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-25 01:38:09 UTC (rev 168270)
+++ community-i686/PKGBUILD 2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
- 'hicolor-icon-theme' 'shared-mime-info')
-#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 168270, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-25 01:38:16 UTC (rev 168271)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('eb954772794f6c3aa993d192ef417ade')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2016-03-25 01:38:09 UTC (rev 168270)
+++ community-i686/drumkv1.install  2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 168270, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2016-03-25 01:38:16 UTC (rev 168271)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-25 01:38:09 UTC (rev 168270)
+++ community-x86_64/PKGBUILD   2016-03-25 01:38:16 UTC (rev 168271)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)

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

2016-01-28 Thread speps
Date: Thursday, January 28, 2016 @ 21:28:46
  Author: speps
Revision: 159329

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

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

--+
 /PKGBUILD|   84 +
 /drumkv1.install |   26 +++
 community-i686/PKGBUILD  |   40 -
 community-i686/drumkv1.install   |   13 -
 community-x86_64/PKGBUILD|   40 -
 community-x86_64/drumkv1.install |   13 -
 6 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-28 20:28:23 UTC (rev 159328)
+++ community-i686/PKGBUILD 2016-01-28 20:28:46 UTC (rev 159329)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e037552988d30a0010c318e55f0d41f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 159328, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-28 20:28:46 UTC (rev 159329)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'shared-mime-info')
+#depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('1e55d426fde2e6dfcaf83c2b579956e1')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+=" -fPIE"
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2016-01-28 20:28:23 UTC (rev 159328)
+++ community-i686/drumkv1.install  2016-01-28 20:28:46 UTC (rev 159329)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 159328, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2016-01-28 20:28:46 UTC (rev 159329)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-28 20:28:23 UTC (rev 159328)
+++ community-x86_64/PKGBUILD   2016-01-28 20:28:46 UTC (rev 159329)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)

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

2015-09-02 Thread speps
Date: Wednesday, September 2, 2015 @ 13:24:53
  Author: speps
Revision: 139113

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-02 11:24:47 UTC (rev 139112)
+++ community-i686/PKGBUILD 2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install="$pkgname.install"
-source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+=" -fPIE"
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 139112, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-02 11:24:53 UTC (rev 139113)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=drumkv1
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install="$pkgname.install"
+source=("http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e037552988d30a0010c318e55f0d41f0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i "s/lib64/lib/" src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+=" -fPIE"
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-09-02 11:24:47 UTC (rev 139112)
+++ community-i686/drumkv1.install  2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 139112, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-09-02 11:24:53 UTC (rev 139113)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-02 11:24:47 UTC (rev 139112)
+++ community-x86_64/PKGBUILD   2015-09-02 11:24:53 UTC (rev 139113)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-pkgname=drumkv1
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="An old-school drum-kit sampler"
-arch=(i686 x86_64)
-url="http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 

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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:44
  Author: speps
Revision: 136369

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:55:38 UTC (rev 136368)
+++ community-i686/PKGBUILD 2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4b6245792f9d02658a42fd206fbb031a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 136368, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:55:44 UTC (rev 136369)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-07-04 03:55:38 UTC (rev 136368)
+++ community-i686/drumkv1.install  2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 136368, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-07-04 03:55:44 UTC (rev 136369)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-04 03:55:38 UTC (rev 136368)
+++ community-x86_64/PKGBUILD   2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2015-04-25 Thread speps
Date: Saturday, April 25, 2015 @ 21:50:25
  Author: speps
Revision: 132240

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-25 19:50:07 UTC (rev 132239)
+++ community-i686/PKGBUILD 2015-04-25 19:50:25 UTC (rev 132240)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('874a41ae392cd647ac5882de458c2c3d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 132239, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-25 19:50:25 UTC (rev 132240)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('4b6245792f9d02658a42fd206fbb031a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-04-25 19:50:07 UTC (rev 132239)
+++ community-i686/drumkv1.install  2015-04-25 19:50:25 UTC (rev 132240)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 132239, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-04-25 19:50:25 UTC (rev 132240)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-25 19:50:07 UTC (rev 132239)
+++ community-x86_64/PKGBUILD   2015-04-25 19:50:25 UTC (rev 132240)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2015-02-04 Thread speps
Date: Wednesday, February 4, 2015 @ 15:39:57
  Author: speps
Revision: 127088

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-04 14:39:49 UTC (rev 127087)
+++ community-i686/PKGBUILD 2015-02-04 14:39:57 UTC (rev 127088)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('793f7d74a2649eccca8469620eecc1b5')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 127087, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-04 14:39:57 UTC (rev 127088)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('874a41ae392cd647ac5882de458c2c3d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-02-04 14:39:49 UTC (rev 127087)
+++ community-i686/drumkv1.install  2015-02-04 14:39:57 UTC (rev 127088)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 127087, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-02-04 14:39:57 UTC (rev 127088)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-04 14:39:49 UTC (rev 127087)
+++ community-x86_64/PKGBUILD   2015-02-04 14:39:57 UTC (rev 127088)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.5.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2014-11-05 Thread speps
Date: Wednesday, November 5, 2014 @ 19:39:38
  Author: speps
Revision: 121979

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-05 18:39:14 UTC (rev 121978)
+++ community-i686/PKGBUILD 2014-11-05 18:39:38 UTC (rev 121979)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('800878e359aa564b23dd8b4e98b93a22')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 121978, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-05 18:39:38 UTC (rev 121979)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.5.1
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('793f7d74a2649eccca8469620eecc1b5')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2014-11-05 18:39:14 UTC (rev 121978)
+++ community-i686/drumkv1.install  2014-11-05 18:39:38 UTC (rev 121979)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 121978, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2014-11-05 18:39:38 UTC (rev 121979)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-05 18:39:14 UTC (rev 121978)
+++ community-x86_64/PKGBUILD   2014-11-05 18:39:38 UTC (rev 121979)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2014-07-12 Thread speps
Date: Saturday, July 12, 2014 @ 18:33:15
  Author: speps
Revision: 115600

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-12 16:33:02 UTC (rev 115599)
+++ community-i686/PKGBUILD 2014-07-12 16:33:15 UTC (rev 115600)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('9c0fd8e947c0947dadbc4a714bb31f15')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 115599, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-12 16:33:15 UTC (rev 115600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('800878e359aa564b23dd8b4e98b93a22')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2014-07-12 16:33:02 UTC (rev 115599)
+++ community-i686/drumkv1.install  2014-07-12 16:33:15 UTC (rev 115600)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 115599, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2014-07-12 16:33:15 UTC (rev 115600)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-12 16:33:02 UTC (rev 115599)
+++ community-x86_64/PKGBUILD   2014-07-12 16:33:15 UTC (rev 115600)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.4.2
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2014-04-30 Thread speps
Date: Wednesday, April 30, 2014 @ 22:34:06
  Author: speps
Revision: 110483

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   41 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-30 20:33:51 UTC (rev 110482)
+++ community-i686/PKGBUILD 2014-04-30 20:34:06 UTC (rev 110483)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base'
- 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('48b092e94a4fbf8e8e51bd02d39ed348')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations
-  if [[ $CARCH = i686 ]]; then
-export CXXFLAGS+= -fPIE
-  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 110482, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-30 20:34:06 UTC (rev 110483)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('9c0fd8e947c0947dadbc4a714bb31f15')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2014-04-30 20:33:51 UTC (rev 110482)
+++ community-i686/drumkv1.install  2014-04-30 20:34:06 UTC (rev 110483)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 110482, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2014-04-30 20:34:06 UTC (rev 110483)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-30 20:33:51 UTC (rev 110482)
+++ community-x86_64/PKGBUILD   2014-04-30 20:34:06 UTC (rev 110483)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 

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

2014-04-11 Thread speps
Date: Friday, April 11, 2014 @ 20:01:25
  Author: speps
Revision: 109213

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

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

--+
 /PKGBUILD|   82 +
 /drumkv1.install |   26 +++
 community-i686/PKGBUILD  |   41 --
 community-i686/drumkv1.install   |   13 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/drumkv1.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-11 18:01:10 UTC (rev 109212)
+++ community-i686/PKGBUILD 2014-04-11 18:01:25 UTC (rev 109213)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt5-base'
- 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('d2be11a7c06d62ad789bc4bf7884e1eb')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations
-  if [[ $CARCH = i686 ]]; then
-export CXXFLAGS+= -fPIE
-  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 109212, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-11 18:01:25 UTC (rev 109213)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt5-base'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('48b092e94a4fbf8e8e51bd02d39ed348')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations
+  if [[ $CARCH = i686 ]]; then
+export CXXFLAGS+= -fPIE
+  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2014-04-11 18:01:10 UTC (rev 109212)
+++ community-i686/drumkv1.install  2014-04-11 18:01:25 UTC (rev 109213)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 109212, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2014-04-11 18:01:25 UTC (rev 109213)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-11 18:01:10 UTC (rev 109212)
+++ community-x86_64/PKGBUILD   2014-04-11 18:01:25 UTC (rev 109213)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=An