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

Ionut Biru ibiru at archlinux.org
Wed Oct 5 14:00:12 UTC 2011


    Date: Wednesday, October 5, 2011 @ 10:00:12
  Author: ibiru
Revision: 139858

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  telepathy-mission-control/repos/testing-i686/
  telepathy-mission-control/repos/testing-i686/PKGBUILD
    (from rev 139857, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/testing-x86_64/
  telepathy-mission-control/repos/testing-x86_64/PKGBUILD
    (from rev 139857, telepathy-mission-control/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: telepathy-mission-control/repos/testing-i686/PKGBUILD (from rev 139857, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-05 14:00:12 UTC (rev 139858)
@@ -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.3
+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=('15fc8e560bc67a86393a3138d7ac38e3')
+
+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
+}

Copied: telepathy-mission-control/repos/testing-x86_64/PKGBUILD (from rev 139857, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-05 14:00:12 UTC (rev 139858)
@@ -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.3
+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=('15fc8e560bc67a86393a3138d7ac38e3')
+
+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