Date: Tuesday, May 19, 2020 @ 09:51:10
  Author: foutrelis
Revision: 386600

archrelease: copy trunk to staging-x86_64

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

--------------------------+
 PKGBUILD                 |   39 +++++++++++++++++++++++++++++++++++++++
 telepathy-gabble.install |   13 +++++++++++++
 2 files changed, 52 insertions(+)

Copied: telepathy-gabble/repos/staging-x86_64/PKGBUILD (from rev 386599, 
telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-19 09:51:10 UTC (rev 386600)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Daniel Balieiro <[email protected]>
+# Contributor: Rodrigo L. M. Flores <[email protected]>
+
+pkgname=telepathy-gabble
+pkgver=0.18.4
+pkgrel=3
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=(x86_64)
+url="https://telepathy.freedesktop.org";
+groups=(telepathy)
+license=(LGPL2.1)
+depends=(telepathy-glib libsoup libnice)
+makedepends=(libxslt python2 gnome-common)
+source=(https://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-$pkgver.tar.gz{,.asc})
+install=telepathy-gabble.install
+sha256sums=('115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c'
+            'SKIP')
+validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB) # Georgios Kiagiadakis 
<[email protected]>
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i 
plugins/telepathy-gabble-xmpp-console
+}
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/telepathy \
+    --disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: telepathy-gabble/repos/staging-x86_64/telepathy-gabble.install (from 
rev 386599, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- staging-x86_64/telepathy-gabble.install                             (rev 0)
+++ staging-x86_64/telepathy-gabble.install     2020-05-19 09:51:10 UTC (rev 
386600)
@@ -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:

Reply via email to