[arch-commits] Commit in telepathy-salut/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 10:16:52 UTC 2020


    Date: Saturday, May 16, 2020 @ 10:16:52
  Author: foutrelis
Revision: 384067

archrelease: copy trunk to staging-x86_64

Added:
  telepathy-salut/repos/staging-x86_64/
  telepathy-salut/repos/staging-x86_64/PKGBUILD
    (from rev 384066, telepathy-salut/trunk/PKGBUILD)
  telepathy-salut/repos/staging-x86_64/telepathy-salut.install
    (from rev 384066, telepathy-salut/trunk/telepathy-salut.install)

-------------------------+
 PKGBUILD                |   33 +++++++++++++++++++++++++++++++++
 telepathy-salut.install |   13 +++++++++++++
 2 files changed, 46 insertions(+)

Copied: telepathy-salut/repos/staging-x86_64/PKGBUILD (from rev 384066, telepathy-salut/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 10:16:52 UTC (rev 384067)
@@ -0,0 +1,33 @@
+# Maintainer:
+# Contributor:  Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+
+pkgname=telepathy-salut
+pkgver=0.8.1
+pkgrel=6
+pkgdesc="A link-local XMPP connection manager for Telepathy"
+arch=('x86_64')
+url="https://telepathy.freedesktop.org"
+groups=('telepathy')
+license=('LGPL')
+depends=('telepathy-glib' 'avahi' 'libsoup' 'util-linux')
+makedepends=('libxslt' 'python2' 'python' 'xmldiff')
+install=telepathy-salut.install
+source=(https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('70b9108ac8b511b7688e1b580de4ddb8981603c3cbde01f287ef8f9cb708618e')
+
+build() {
+    cd "$pkgname-$pkgver"
+    PYTHON=python2 ./configure --prefix=/usr \
+    	--libexecdir=/usr/lib/telepathy \
+        --disable-plugins --disable-Werror \
+        --with-tls=gnutls \
+        --enable-avahi-tests=no \
+        --enable-static=no
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Copied: telepathy-salut/repos/staging-x86_64/telepathy-salut.install (from rev 384066, telepathy-salut/trunk/telepathy-salut.install)
===================================================================
--- staging-x86_64/telepathy-salut.install	                        (rev 0)
+++ staging-x86_64/telepathy-salut.install	2020-05-16 10:16:52 UTC (rev 384067)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list