[arch-commits] Commit in sweep/trunk (PKGBUILD)

Ray Rashif schiv at archlinux.org
Mon Aug 11 20:36:23 UTC 2014


    Date: Monday, August 11, 2014 @ 22:36:22
  Author: schiv
Revision: 219580

upgpkg: sweep 0.9.3-3

mtree rebuild and FS#39162

Modified:
  sweep/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-11 19:45:08 UTC (rev 219579)
+++ PKGBUILD	2014-08-11 20:36:22 UTC (rev 219580)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer:
+# Maintainer: Ray Rashif <schiv at archlinux.org>
 # Contributer: Jason Chu <jchu at xentac.net>
 
 pkgname=sweep
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Sound editing and mixing program"
 arch=('i686' 'x86_64')
 url="http://www.metadecks.org/software/sweep/"
@@ -15,6 +15,9 @@
 
 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
 }




More information about the arch-commits mailing list