summaryrefslogtreecommitdiff
path: root/extra/python-telepathy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-telepathy/PKGBUILD')
-rw-r--r--extra/python-telepathy/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/python-telepathy/PKGBUILD b/extra/python-telepathy/PKGBUILD
index 0df359a07..e518e21ff 100644
--- a/extra/python-telepathy/PKGBUILD
+++ b/extra/python-telepathy/PKGBUILD
@@ -5,16 +5,20 @@ pkgname=python-telepathy
pkgver=0.15.19
pkgrel=2
pkgdesc="Python libraries for use in Telepathy clients and connection managers"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://telepathy.freedesktop.org"
license=('LGPL')
depends=('dbus-python')
makedepends=('libxslt')
-source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz)
-md5sums=('f7ca25ab3c88874015b7e9728f7f3017')
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz
+ telepathy-python-generated-errors.patch)
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
+ '2dfa69cd0548661dbbb5ae53b1c19e0f')
build() {
cd "${srcdir}/telepathy-python-${pkgver}"
+ patch -Np1 -i "$srcdir/telepathy-python-generated-errors.patch"
+ autoreconf
./configure --prefix=/usr
make
}