[arch-commits] Commit in sweep/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:36:12 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:36:12
  Author: arojas
Revision: 316109

archrelease: copy trunk to extra-x86_64

Added:
  sweep/repos/extra-x86_64/PKGBUILD
    (from rev 316108, sweep/trunk/PKGBUILD)
Deleted:
  sweep/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 17:35:50 UTC (rev 316108)
+++ PKGBUILD	2018-02-06 17:36:12 UTC (rev 316109)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributer: Jason Chu <jchu at xentac.net>
-
-pkgname=sweep
-pkgver=0.9.3
-pkgrel=3
-pkgdesc="Sound editing and mixing program"
-arch=('i686' 'x86_64')
-url="http://www.metadecks.org/software/sweep/"
-license=('GPL2')
-depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
-
-build() {
-  cd $srcdir/sweep-$pkgver
-  # this is a general hack for similar linking errors
-  # TODO: report upstream
-  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/sweep-$pkgver
-  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var install
-}

Copied: sweep/repos/extra-x86_64/PKGBUILD (from rev 316108, sweep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-06 17:36:12 UTC (rev 316109)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributer: Jason Chu <jchu at xentac.net>
+
+pkgname=sweep
+pkgver=0.9.3
+pkgrel=4
+pkgdesc="Sound editing and mixing program"
+arch=('x86_64')
+url="http://www.metadecks.org/software/sweep/"
+license=('GPL2')
+depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('69e19bad2673f20e15224c0a5b5d4c85')
+
+build() {
+  cd $srcdir/sweep-$pkgver
+  # this is a general hack for similar linking errors
+  # TODO: report upstream
+  export LDFLAGS="$LDFLAGS -lgmodule-2.0"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/sweep-$pkgver
+  make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var install
+}



More information about the arch-commits mailing list