[arch-commits] Commit in (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Jan 4 09:38:22 UTC 2018


    Date: Thursday, January 4, 2018 @ 09:38:21
  Author: bpiotrowski
Revision: 278597

extra2community: Moving python-telepathy from extra to community

Added:
  python-telepathy/
  python-telepathy/repos/
  python-telepathy/trunk/
  python-telepathy/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: python-telepathy/trunk/PKGBUILD
===================================================================
--- python-telepathy/trunk/PKGBUILD	                        (rev 0)
+++ python-telepathy/trunk/PKGBUILD	2018-01-04 09:38:21 UTC (rev 278597)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+pkgbase=python-telepathy
+pkgname=('python2-telepathy')
+pkgver=0.15.19
+pkgrel=5
+pkgdesc="Python libraries for use in Telepathy clients and connection managers"
+arch=('x86_64')
+url="http://telepathy.freedesktop.org"
+license=('LGPL')
+depends=('python2-dbus')
+makedepends=('libxslt')
+conflicts=('python-telepathy')
+replaces=('python-telepathy')
+source=(http://telepathy.freedesktop.org/releases/telepathy-python/telepathy-python-${pkgver}.tar.gz{,.asc})
+md5sums=('f7ca25ab3c88874015b7e9728f7f3017'
+         '3f0e1af0452d62a0c0aab916e045579c')
+
+build() {
+    cd "${srcdir}/telepathy-python-${pkgver}"
+    ./configure --prefix=/usr
+    make
+}
+
+package_python2-telepathy() {
+    cd "${srcdir}/telepathy-python-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    python2 -m compileall "${pkgdir}/usr/lib/python2.7/site-packages/telepathy/"
+}


Property changes on: python-telepathy/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list