[arch-commits] Commit in patchage/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri May 20 19:15:07 UTC 2016
Date: Friday, May 20, 2016 @ 21:15:07
Author: arojas
Revision: 175951
archrelease: copy trunk to community-i686, community-x86_64
Added:
patchage/repos/community-i686/PKGBUILD
(from rev 175950, patchage/trunk/PKGBUILD)
patchage/repos/community-x86_64/PKGBUILD
(from rev 175950, patchage/trunk/PKGBUILD)
Deleted:
patchage/repos/community-i686/PKGBUILD
patchage/repos/community-i686/patchage.install
patchage/repos/community-x86_64/PKGBUILD
patchage/repos/community-x86_64/patchage.install
-----------------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 39 ------------------
community-i686/patchage.install | 14 ------
community-x86_64/PKGBUILD | 39 ------------------
community-x86_64/patchage.install | 14 ------
5 files changed, 76 insertions(+), 106 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-05-20 19:14:35 UTC (rev 175950)
+++ community-i686/PKGBUILD 2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Maintainer: speps <speps at aur dot archlinux dot org>
-# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: clarence <catchfire at gmail dot com>
-
-pkgname=patchage
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/patchage"
-license=('GPL3')
-depends=('ganv' 'jack' 'desktop-file-utils')
-makedepends=('boost' 'python2')
-install="$pkgname.install"
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('d16a3fc045faff7fd70f3b4769b65698')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # FS#40311
- # disable jack metadata support for jack2 capability
- sed -i '/jack_get_property/,/False/d' wscript
-}
-
-build() {
- cd $pkgname-$pkgver
- python2 waf configure --prefix=/usr
- python2 waf build $MAKEFLAGS
-}
-
-package() {
- cd $pkgname-$pkgver
- python2 waf install --destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: patchage/repos/community-i686/PKGBUILD (from rev 175950, patchage/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:15:07 UTC (rev 175951)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Maintainer: speps <speps at aur dot archlinux dot org>
+# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: clarence <catchfire at gmail dot com>
+
+pkgname=patchage
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/patchage"
+license=('GPL3')
+depends=('ganv' 'jack')
+makedepends=('boost' 'python2')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('d16a3fc045faff7fd70f3b4769b65698')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # FS#40311
+ # disable jack metadata support for jack2 capability
+ sed -i '/jack_get_property/,/False/d' wscript
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 waf install --destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/patchage.install
===================================================================
--- community-i686/patchage.install 2016-05-20 19:14:35 UTC (rev 175950)
+++ community-i686/patchage.install 2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,14 +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
-}
-
-# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-05-20 19:14:35 UTC (rev 175950)
+++ community-x86_64/PKGBUILD 2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Maintainer: speps <speps at aur dot archlinux dot org>
-# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: clarence <catchfire at gmail dot com>
-
-pkgname=patchage
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/patchage"
-license=('GPL3')
-depends=('ganv' 'jack' 'desktop-file-utils')
-makedepends=('boost' 'python2')
-install="$pkgname.install"
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
-md5sums=('d16a3fc045faff7fd70f3b4769b65698')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # FS#40311
- # disable jack metadata support for jack2 capability
- sed -i '/jack_get_property/,/False/d' wscript
-}
-
-build() {
- cd $pkgname-$pkgver
- python2 waf configure --prefix=/usr
- python2 waf build $MAKEFLAGS
-}
-
-package() {
- cd $pkgname-$pkgver
- python2 waf install --destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: patchage/repos/community-x86_64/PKGBUILD (from rev 175950, patchage/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-05-20 19:15:07 UTC (rev 175951)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Maintainer: speps <speps at aur dot archlinux dot org>
+# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: clarence <catchfire at gmail dot com>
+
+pkgname=patchage
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/patchage"
+license=('GPL3')
+depends=('ganv' 'jack')
+makedepends=('boost' 'python2')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
+md5sums=('d16a3fc045faff7fd70f3b4769b65698')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # FS#40311
+ # disable jack metadata support for jack2 capability
+ sed -i '/jack_get_property/,/False/d' wscript
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python2 waf configure --prefix=/usr
+ python2 waf build $MAKEFLAGS
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 waf install --destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/patchage.install
===================================================================
--- community-x86_64/patchage.install 2016-05-20 19:14:35 UTC (rev 175950)
+++ community-x86_64/patchage.install 2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,14 +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
-}
-
-# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list