Date: Monday, January 6, 2014 @ 19:42:15 Author: jelle Revision: 103483
archrelease: copy trunk to community-i686, community-x86_64 Added: ponymix/repos/community-i686/ ponymix/repos/community-i686/PKGBUILD (from rev 103482, ponymix/trunk/PKGBUILD) ponymix/repos/community-x86_64/ ponymix/repos/community-x86_64/PKGBUILD (from rev 103482, ponymix/trunk/PKGBUILD) ---------------------------+ community-i686/PKGBUILD | 25 +++++++++++++++++++++++++ community-x86_64/PKGBUILD | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) Copied: ponymix/repos/community-i686/PKGBUILD (from rev 103482, ponymix/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-01-06 18:42:15 UTC (rev 103483) @@ -0,0 +1,25 @@ +# Maintainer: Dave Reisner <d...@falconindy.com> +# Maintainer: Jelle van der Waa <je...@vdwaa.nl> + +pkgname=ponymix +pkgver=2 +pkgrel=1 +pkgdesc="CLI PulseAudio Volume Control" +arch=('i686' 'x86_64') +url="http://github.com/falconindy/ponymix" +license=('MIT') +depends=('pulseaudio') +optdepends=('libnotify: desktop volume notifications') +source=("http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('9874c22dbba2805c870ae663331ca4ca' + 'SKIP') + +build() { + make -C "$srcdir/$pkgname-$pkgver" +} + +package() { + make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install +} + +# vim: ft=sh syn=sh et Copied: ponymix/repos/community-x86_64/PKGBUILD (from rev 103482, ponymix/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-01-06 18:42:15 UTC (rev 103483) @@ -0,0 +1,25 @@ +# Maintainer: Dave Reisner <d...@falconindy.com> +# Maintainer: Jelle van der Waa <je...@vdwaa.nl> + +pkgname=ponymix +pkgver=2 +pkgrel=1 +pkgdesc="CLI PulseAudio Volume Control" +arch=('i686' 'x86_64') +url="http://github.com/falconindy/ponymix" +license=('MIT') +depends=('pulseaudio') +optdepends=('libnotify: desktop volume notifications') +source=("http://code.falconindy.com/archive/ponymix/$pkgname-$pkgver.tar.xz"{,.sig}) +md5sums=('9874c22dbba2805c870ae663331ca4ca' + 'SKIP') + +build() { + make -C "$srcdir/$pkgname-$pkgver" +} + +package() { + make -C "$srcdir/$pkgname-$pkgver" DESTDIR="$pkgdir" install +} + +# vim: ft=sh syn=sh et