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

Ionut Biru ibiru at archlinux.org
Fri Feb 25 13:12:30 UTC 2011


    Date: Friday, February 25, 2011 @ 08:12:29
  Author: ibiru
Revision: 111239

upgpkg: telepathy-mission-control 5.7.4-1
update to 5.7.4

Modified:
  telepathy-mission-control/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-25 13:05:03 UTC (rev 111238)
+++ PKGBUILD	2011-02-25 13:12:29 UTC (rev 111239)
@@ -4,17 +4,17 @@
 # Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
 # Contributor: Andreas Zwinkau <beza1e1 at web.de>
 pkgname=telepathy-mission-control
-pkgver=5.6.1
+pkgver=5.7.4
 pkgrel=1
 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
 arch=('i686' 'x86_64')
 url="http://mission-control.sourceforge.net/"
 license=('LGPL2.1')
-depends=('telepathy-glib>=0.12.4' 'libgnome-keyring>=2.32.0')
+depends=('telepathy-glib' 'libgnome-keyring')
 makedepends=('libxslt' 'python2')
 options=('!libtool')
 source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('0627423bfdf1f5616a4250205ec35b70')
+md5sums=('6c20571afa6590177098039162012de0')
 
 build() {
     cd "$srcdir/$pkgname-$pkgver"
@@ -22,5 +22,9 @@
     	--libexecdir=/usr/lib/telepathy \
 	--enable-gnome-keyring
     make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list