[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 30 13:25:36 UTC 2014


    Date: Sunday, March 30, 2014 @ 15:25:36
  Author: heftig
Revision: 209238

disable upower; suspend is tracked via logind already

Modified:
  telepathy-mission-control/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-30 13:23:24 UTC (rev 209237)
+++ PKGBUILD	2014-03-30 13:25:36 UTC (rev 209238)
@@ -6,13 +6,13 @@
 
 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')
@@ -19,9 +19,11 @@
 
 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
 }




More information about the arch-commits mailing list