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

Ionut Biru ibiru at archlinux.org
Tue Nov 8 12:37:04 UTC 2011


    Date: Tuesday, November 8, 2011 @ 07:37:04
  Author: ibiru
Revision: 142319

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

Added:
  telepathy-mission-control/repos/testing-i686/PKGBUILD
    (from rev 142318, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install
    (from rev 142318, telepathy-mission-control/trunk/telepathy-mission-control.install)
  telepathy-mission-control/repos/testing-x86_64/PKGBUILD
    (from rev 142318, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install
    (from rev 142318, telepathy-mission-control/trunk/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/testing-i686/PKGBUILD
  telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install
  telepathy-mission-control/repos/testing-x86_64/PKGBUILD
  telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install

--------------------------------------------------+
 testing-i686/PKGBUILD                            |   63 ++++++++++-----------
 testing-i686/telepathy-mission-control.install   |   22 +++----
 testing-x86_64/PKGBUILD                          |   63 ++++++++++-----------
 testing-x86_64/telepathy-mission-control.install |   22 +++----
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2011-11-08 12:35:54 UTC (rev 142318)
+++ testing-i686/PKGBUILD	2011-11-08 12:37:04 UTC (rev 142319)
@@ -1,31 +0,0 @@
-# $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.10.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')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('d69e52faf92bab51f3e49ddf7593f3c0')
-
-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-i686/PKGBUILD (from rev 142318, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-11-08 12:37:04 UTC (rev 142319)
@@ -0,0 +1,32 @@
+# $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.10.1
+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')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+	--enable-gnome-keyring \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/telepathy-mission-control.install
===================================================================
--- testing-i686/telepathy-mission-control.install	2011-11-08 12:35:54 UTC (rev 142318)
+++ testing-i686/telepathy-mission-control.install	2011-11-08 12:37:04 UTC (rev 142319)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: telepathy-mission-control/repos/testing-i686/telepathy-mission-control.install (from rev 142318, telepathy-mission-control/trunk/telepathy-mission-control.install)
===================================================================
--- testing-i686/telepathy-mission-control.install	                        (rev 0)
+++ testing-i686/telepathy-mission-control.install	2011-11-08 12:37:04 UTC (rev 142319)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2011-11-08 12:35:54 UTC (rev 142318)
+++ testing-x86_64/PKGBUILD	2011-11-08 12:37:04 UTC (rev 142319)
@@ -1,31 +0,0 @@
-# $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.10.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')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
-md5sums=('d69e52faf92bab51f3e49ddf7593f3c0')
-
-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 142318, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-11-08 12:37:04 UTC (rev 142319)
@@ -0,0 +1,32 @@
+# $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.10.1
+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')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/telepathy-mission-control/$pkgname-$pkgver.tar.gz)
+md5sums=('50594028ebb2dba0181fec99e6f56ff5')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+	--enable-gnome-keyring \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/telepathy-mission-control.install
===================================================================
--- testing-x86_64/telepathy-mission-control.install	2011-11-08 12:35:54 UTC (rev 142318)
+++ testing-x86_64/telepathy-mission-control.install	2011-11-08 12:37:04 UTC (rev 142319)
@@ -1,11 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: telepathy-mission-control/repos/testing-x86_64/telepathy-mission-control.install (from rev 142318, telepathy-mission-control/trunk/telepathy-mission-control.install)
===================================================================
--- testing-x86_64/telepathy-mission-control.install	                        (rev 0)
+++ testing-x86_64/telepathy-mission-control.install	2011-11-08 12:37:04 UTC (rev 142319)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list