summaryrefslogtreecommitdiff
path: root/extra/telepathy-mission-control
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
commitad45d1982b97faa9372d99e51daa687c7c09de7d (patch)
treeaf490221f2b733b8f0cf68f3898566d5049c3ab4 /extra/telepathy-mission-control
parent7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (diff)
Tue Apr 15 03:22:01 UTC 2014
Diffstat (limited to 'extra/telepathy-mission-control')
-rw-r--r--extra/telepathy-mission-control/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/telepathy-mission-control/PKGBUILD b/extra/telepathy-mission-control/PKGBUILD
index 389f9be40..150f48d26 100644
--- a/extra/telepathy-mission-control/PKGBUILD
+++ b/extra/telepathy-mission-control/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 206880 2014-03-05 11:14:59Z bpiotrowski $
+# $Id: PKGBUILD 210535 2014-04-14 20:07:32Z jgc $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Ju Liu <liuju86 at gmail dot com>
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
@@ -6,22 +6,24 @@
pkgname=telepathy-mission-control
pkgver=5.16.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org/wiki/Mission Control"
license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager')
+makedepends=('libxslt' 'python2' 'gtk-doc')
install=telepathy-mission-control.install
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('421115a35b9e427807326877f86e7f43')
build() {
cd "$pkgname-$pkgver"
- PYTHON=python2 ./configure --prefix=/usr \
- --libexecdir=/usr/lib/telepathy \
- --enable-gnome-keyring \
+ PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
+ --with-connectivity=nm \
+ --enable-gtk-doc \
+ --disable-upower \
+ --disable-static \
--disable-schemas-compile
make
}