[arch-commits] Commit in telepathy-farstream/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat May 16 10:15:53 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:15:52
  Author: felixonmars
Revision: 384062

archrelease: copy trunk to staging-x86_64

Added:
  telepathy-farstream/repos/staging-x86_64/
  telepathy-farstream/repos/staging-x86_64/PKGBUILD
    (from rev 384061, telepathy-farstream/trunk/PKGBUILD)

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

Copied: telepathy-farstream/repos/staging-x86_64/PKGBUILD (from rev 384061, telepathy-farstream/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:15:52 UTC (rev 384062)
@@ -0,0 +1,40 @@
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=telepathy-farstream
+pkgver=0.6.2
+pkgrel=6
+pkgdesc="Telepathy GLib-based client library that uses Farstream to handle Call channels"
+arch=(x86_64)
+url="https://telepathy.freedesktop.org/components/telepathy-farstream/"
+license=(LGPL2.1)
+depends=(telepathy-glib farstream)
+makedepends=(dbus-glib gobject-introspection python2 gtk-doc git glib2-docs)
+replaces=(telepathy-farsight)
+_commit=0b1bba79cfe94e7676fe69e9e0d2e3983a3c14c5  # tags/telepathy-farstream-0.6.2^0
+source=("git+https://github.com/TelepathyIM/telepathy-farstream#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-farstream-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/telepathy \
+    --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list