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

speps speps at archlinux.org
Thu Dec 29 15:59:41 UTC 2016


    Date: Thursday, December 29, 2016 @ 15:59:41
  Author: speps
Revision: 203292

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

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

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ---------------------------
 community-x86_64/PKGBUILD |   37 ---------------------------
 3 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-29 15:59:25 UTC (rev 203291)
+++ community-i686/PKGBUILD	2016-12-29 15:59:41 UTC (rev 203292)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=drumkv1
-pkgver=0.7.4
-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' 'qt5-base' 'desktop-file-utils'
-         'hicolor-icon-theme' 'shared-mime-info')
-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
-  # fix build with GCC 6 (Fedora)
-  sed -e "s|^ac_with_paths=.*|ac_with_paths=|g" -i configure configure.ac
-}
-
-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 203291, drumkv1/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-29 15:59:41 UTC (rev 203292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=drumkv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="https://$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')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('c9af118f491ea21f5542f30395d37864')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-29 15:59:25 UTC (rev 203291)
+++ community-x86_64/PKGBUILD	2016-12-29 15:59:41 UTC (rev 203292)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-pkgname=drumkv1
-pkgver=0.7.4
-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' 'qt5-base' 'desktop-file-utils'
-         'hicolor-icon-theme' 'shared-mime-info')
-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
-  # fix build with GCC 6 (Fedora)
-  sed -e "s|^ac_with_paths=.*|ac_with_paths=|g" -i configure configure.ac
-}
-
-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-x86_64/PKGBUILD (from rev 203291, drumkv1/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-29 15:59:41 UTC (rev 203292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=drumkv1
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="An old-school drum-kit sampler"
+arch=(i686 x86_64)
+url="https://$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')
+makedepends=('qt5-tools')
+source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('c9af118f491ea21f5542f30395d37864')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list