summaryrefslogtreecommitdiff
path: root/gnome-unstable/folks/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-22 23:14:43 +0000
committerroot <root@rshg054.dnsready.net>2011-09-22 23:14:43 +0000
commit919a63ffc80158b2a5610fa87eb51fd5f8f724ba (patch)
treec33a4966d6efeeb95d903135603c9a402e0d22cb /gnome-unstable/folks/PKGBUILD
parentb7f839da11975b9f2a964a82d591b7a8628f0931 (diff)
Thu Sep 22 23:14:43 UTC 2011
Diffstat (limited to 'gnome-unstable/folks/PKGBUILD')
-rw-r--r--gnome-unstable/folks/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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 <ibiru@archlinux.org>
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
}