[arch-commits] Commit in telepathy-mission-control/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:33:19 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:33:19
  Author: ibiru
Revision: 139059

db-move: moved telepathy-mission-control from [gnome-unstable] to [testing] (x86_64)

Added:
  telepathy-mission-control/repos/testing-x86_64/
  telepathy-mission-control/repos/testing-x86_64/PKGBUILD
    (from rev 138832, telepathy-mission-control/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  telepathy-mission-control/repos/gnome-unstable-x86_64/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: telepathy-mission-control/repos/testing-x86_64/PKGBUILD (from rev 138832, telepathy-mission-control/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:33:19 UTC (rev 139059)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# 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.9.2
+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')
+makedepends=('libxslt' 'python2')
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
+md5sums=('312fb289f644a90d4514064586445d58')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--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