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

Ionut Biru ibiru at archlinux.org
Fri Mar 9 18:24:01 UTC 2012


    Date: Friday, March 9, 2012 @ 13:24:01
  Author: ibiru
Revision: 152823

update to 5.11.0

Modified:
  telepathy-mission-control/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-09 18:16:38 UTC (rev 152822)
+++ PKGBUILD	2012-03-09 18:24:01 UTC (rev 152823)
@@ -3,22 +3,23 @@
 # Contributor: Ju Liu <liuju86 at gmail dot com>
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 # Contributor: Andreas Zwinkau <beza1e1 at web.de>
+
 pkgname=telepathy-mission-control
-pkgver=5.10.1
+pkgver=5.11.0
 pkgrel=1
 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')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf')
 makedepends=('libxslt' 'python2')
 install=telepathy-mission-control.install
 options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('50594028ebb2dba0181fec99e6f56ff5')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f7503d52cb432e03ba7b4ad5bb6165c6')
 
 build() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd "$pkgname-$pkgver"
     ./configure --prefix=/usr \
     	--libexecdir=/usr/lib/telepathy \
 	--enable-gnome-keyring \
@@ -27,6 +28,6 @@
 }
 
 package() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd "$pkgname-$pkgver"
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list