Date: Wednesday, September 21, 2011 @ 12:15:59 Author: heftig Revision: 138407
workaround a bug Modified: folks/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-09-21 15:48:16 UTC (rev 138406) +++ PKGBUILD 2011-09-21 16:15:59 UTC (rev 138407) @@ -4,7 +4,7 @@ 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 @@ # 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 }
