[arch-commits] Commit in telepathy-mission-control/repos/extra-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Fri Sep 14 06:19:52 UTC 2018


    Date: Friday, September 14, 2018 @ 06:19:52
  Author: arojas
Revision: 334523

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 06:19:23 UTC (rev 334522)
+++ PKGBUILD	2018-09-14 06:19:52 UTC (rev 334523)
@@ -1,36 +0,0 @@
-# $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=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' 'dconf' 'libnm-glib')
-makedepends=('libxslt' 'python2' 'gtk-doc')
-source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('eab6c941038702edeece1168f395300c'
-         'SKIP')
-validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB) # Georgios Kiagiadakis <gkiagia at tolabaki.gr>
-
-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 334522, telepathy-mission-control/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 06:19:52 UTC (rev 334523)
@@ -0,0 +1,35 @@
+# 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=3
+pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
+arch=(x86_64)
+url="http://telepathy.freedesktop.org/wiki/Mission Control"
+license=(LGPL2.1)
+depends=(telepathy-glib dconf libnm)
+makedepends=(libxslt python2 gtk-doc)
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('9769ddac7ad8aad21f6db854016792162b57e6fa0b0aed8d823d76a71fe7e6cb'
+            'SKIP')
+validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB) # Georgios Kiagiadakis <gkiagia at tolabaki.gr>
+
+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