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

Ionut Biru ibiru at archlinux.org
Thu Oct 4 13:06:04 UTC 2012


    Date: Thursday, October 4, 2012 @ 09:06:03
  Author: ibiru
Revision: 167968

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

---------------------------------------------------------+
 gnome-unstable-i686/PKGBUILD                            |   66 +++++++-------
 gnome-unstable-i686/telepathy-mission-control.install   |   22 ++--
 gnome-unstable-x86_64/PKGBUILD                          |   66 +++++++-------
 gnome-unstable-x86_64/telepathy-mission-control.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2012-10-04 13:05:11 UTC (rev 167967)
+++ gnome-unstable-i686/PKGBUILD	2012-10-04 13:06:03 UTC (rev 167968)
@@ -1,33 +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.13.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' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3af60fa448b8fd56b65fac185a41f288')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr \
-    	--libexecdir=/usr/lib/telepathy \
-	--enable-gnome-keyring \
-        --disable-schemas-compile
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/gnome-unstable-i686/PKGBUILD (from rev 167967, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-10-04 13:06:03 UTC (rev 167968)
@@ -0,0 +1,33 @@
+# $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.14.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' 'dconf' 'upower' 'networkmanager')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('483fa8860891815a540ecf1bb9155122')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+	--enable-gnome-keyring \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/telepathy-mission-control.install
===================================================================
--- gnome-unstable-i686/telepathy-mission-control.install	2012-10-04 13:05:11 UTC (rev 167967)
+++ gnome-unstable-i686/telepathy-mission-control.install	2012-10-04 13:06:03 UTC (rev 167968)
@@ -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/gnome-unstable-i686/telepathy-mission-control.install (from rev 167967, telepathy-mission-control/trunk/telepathy-mission-control.install)
===================================================================
--- gnome-unstable-i686/telepathy-mission-control.install	                        (rev 0)
+++ gnome-unstable-i686/telepathy-mission-control.install	2012-10-04 13:06:03 UTC (rev 167968)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2012-10-04 13:05:11 UTC (rev 167967)
+++ gnome-unstable-x86_64/PKGBUILD	2012-10-04 13:06:03 UTC (rev 167968)
@@ -1,33 +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.13.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' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3af60fa448b8fd56b65fac185a41f288')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./configure --prefix=/usr \
-    	--libexecdir=/usr/lib/telepathy \
-	--enable-gnome-keyring \
-        --disable-schemas-compile
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167967, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-10-04 13:06:03 UTC (rev 167968)
@@ -0,0 +1,33 @@
+# $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.14.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' 'dconf' 'upower' 'networkmanager')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('483fa8860891815a540ecf1bb9155122')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+	--enable-gnome-keyring \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/telepathy-mission-control.install
===================================================================
--- gnome-unstable-x86_64/telepathy-mission-control.install	2012-10-04 13:05:11 UTC (rev 167967)
+++ gnome-unstable-x86_64/telepathy-mission-control.install	2012-10-04 13:06:03 UTC (rev 167968)
@@ -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/gnome-unstable-x86_64/telepathy-mission-control.install (from rev 167967, telepathy-mission-control/trunk/telepathy-mission-control.install)
===================================================================
--- gnome-unstable-x86_64/telepathy-mission-control.install	                        (rev 0)
+++ gnome-unstable-x86_64/telepathy-mission-control.install	2012-10-04 13:06:03 UTC (rev 167968)
@@ -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