From 919a63ffc80158b2a5610fa87eb51fd5f8f724ba Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Sep 2011 23:14:43 +0000 Subject: Thu Sep 22 23:14:43 UTC 2011 --- gnome-unstable/folks/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnome-unstable/folks/PKGBUILD') diff --git a/gnome-unstable/folks/PKGBUILD b/gnome-unstable/folks/PKGBUILD index 8589aef02..e9a200874 100644 --- a/gnome-unstable/folks/PKGBUILD +++ b/gnome-unstable/folks/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 138344 2011-09-20 10:21:26Z heftig $ +# $Id: PKGBUILD 138408 2011-09-21 16:18:20Z heftig $ # Maintainer: Ionut Biru pkgbase=folks pkgname=(folks folks-tracker) pkgver=0.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="Library to aggregates people into metacontacts" arch=(i686 x86_64) url="http://telepathy.freedesktop.org/wiki/Folks" @@ -21,6 +21,9 @@ build() { # Change tracker version grep -lr sparql-0.10 . | xargs sed -i 's/sparql-0.10/sparql-0.12/g' + # Fix the sed command to work with LANG=C + sed -i '/dlname=/s/A-Za-z0-9\.-+/A-Za-z0-9./' folks/Makefile.* + ./configure --prefix=/usr --enable-tracker-backend make } -- cgit v1.2.3-54-g00ecf