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

Antonio Rojas arojas at archlinux.org
Sat Sep 3 07:45:20 UTC 2016


    Date: Saturday, September 3, 2016 @ 07:45:20
  Author: arojas
Revision: 275706

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

Added:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
    (from rev 275705, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
    (from rev 275705, telepathy-mission-control/trunk/PKGBUILD)
Deleted:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   68 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   33 -----------------------
 extra-x86_64/PKGBUILD |   33 -----------------------
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-09-03 07:44:38 UTC (rev 275705)
+++ extra-i686/PKGBUILD	2016-09-03 07:45:20 UTC (rev 275706)
@@ -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.16.3
-pkgrel=2
-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' 'networkmanager')
-makedepends=('libxslt' 'python2' 'gtk-doc')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('af583c41b97c649c37eebba1f2113427')
-
-build() {
-    cd "$pkgname-$pkgver"
-    PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
-        --with-connectivity=nm \
-        --enable-gtk-doc \
-        --disable-upower \
-        --disable-static \
-        --disable-schemas-compile
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 275705, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-09-03 07:45:20 UTC (rev 275706)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor:  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.16.4
+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' 'networkmanager')
+makedepends=('libxslt' 'python2' 'gtk-doc')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('eab6c941038702edeece1168f395300c')
+
+build() {
+    cd "$pkgname-$pkgver"
+    PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
+        --with-connectivity=nm \
+        --enable-gtk-doc \
+        --disable-upower \
+        --disable-static \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-09-03 07:44:38 UTC (rev 275705)
+++ extra-x86_64/PKGBUILD	2016-09-03 07:45:20 UTC (rev 275706)
@@ -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.16.3
-pkgrel=2
-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' 'networkmanager')
-makedepends=('libxslt' 'python2' 'gtk-doc')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('af583c41b97c649c37eebba1f2113427')
-
-build() {
-    cd "$pkgname-$pkgver"
-    PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
-        --with-connectivity=nm \
-        --enable-gtk-doc \
-        --disable-upower \
-        --disable-static \
-        --disable-schemas-compile
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 275705, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-09-03 07:45:20 UTC (rev 275706)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor:  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.16.4
+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' 'networkmanager')
+makedepends=('libxslt' 'python2' 'gtk-doc')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('eab6c941038702edeece1168f395300c')
+
+build() {
+    cd "$pkgname-$pkgver"
+    PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
+        --with-connectivity=nm \
+        --enable-gtk-doc \
+        --disable-upower \
+        --disable-static \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list