diff options
author | root <root@rshg054.dnsready.net> | 2011-09-22 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-22 23:14:43 +0000 |
commit | 919a63ffc80158b2a5610fa87eb51fd5f8f724ba (patch) | |
tree | c33a4966d6efeeb95d903135603c9a402e0d22cb /gnome-unstable/folks/PKGBUILD | |
parent | b7f839da11975b9f2a964a82d591b7a8628f0931 (diff) |
Thu Sep 22 23:14:43 UTC 2011
Diffstat (limited to 'gnome-unstable/folks/PKGBUILD')
-rw-r--r-- | gnome-unstable/folks/PKGBUILD | 7 |
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 } |