[arch-commits] Commit in telepathy-glib/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 14:35:13 UTC 2020


    Date: Saturday, May 16, 2020 @ 14:35:13
  Author: foutrelis
Revision: 384782

archrelease: copy trunk to staging-x86_64

Added:
  telepathy-glib/repos/staging-x86_64/
  telepathy-glib/repos/staging-x86_64/PKGBUILD
    (from rev 384781, telepathy-glib/trunk/PKGBUILD)

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

Copied: telepathy-glib/repos/staging-x86_64/PKGBUILD (from rev 384781, telepathy-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 14:35:13 UTC (rev 384782)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
+
+pkgname=telepathy-glib
+pkgver=0.24.1
+pkgrel=3
+pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
+arch=(x86_64)
+url="https://telepathy.freedesktop.org"
+license=(LGPL2.1)
+depends=(dbus-glib)
+makedepends=(libxslt vala gobject-introspection python2)
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb'
+            'SKIP')
+validpgpkeys=('1B5A1BA811AAF0F12169E28AAC558671711E31B1')  # Guillaume Desmottes
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+      --libexecdir=/usr/lib/telepathy \
+      --enable-vala-bindings \
+      --enable-static=no
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list