[arch-commits] Commit in drumkv1/repos (8 files)
speps
speps at archlinux.org
Sat Apr 25 19:50:26 UTC 2015
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)
-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-x86_64/PKGBUILD (from rev 132239, drumkv1/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/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-x86_64/drumkv1.install
===================================================================
--- community-x86_64/drumkv1.install 2015-04-25 19:50:07 UTC (rev 132239)
+++ community-x86_64/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-x86_64/drumkv1.install (from rev 132239, drumkv1/trunk/drumkv1.install)
===================================================================
--- community-x86_64/drumkv1.install (rev 0)
+++ community-x86_64/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
+}
More information about the arch-commits
mailing list