[arch-commits] Commit in telepathy-gabble/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Mar 3 13:19:31 UTC 2016


    Date: Thursday, March 3, 2016 @ 14:19:31
  Author: bpiotrowski
Revision: 260636

archrelease: copy trunk to staging-i686, staging-x86_64

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

-----------------------------------------+
 staging-i686/PKGBUILD                   |   31 ++++++++++++++++++++++++++++++
 staging-i686/telepathy-gabble.install   |   13 ++++++++++++
 staging-x86_64/PKGBUILD                 |   31 ++++++++++++++++++++++++++++++
 staging-x86_64/telepathy-gabble.install |   13 ++++++++++++
 4 files changed, 88 insertions(+)

Copied: telepathy-gabble/repos/staging-i686/PKGBUILD (from rev 260635, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-03 13:19:31 UTC (rev 260636)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
+pkgname=telepathy-gabble
+pkgver=0.18.3
+pkgrel=2
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  	--libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
+}

Copied: telepathy-gabble/repos/staging-i686/telepathy-gabble.install (from rev 260635, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- staging-i686/telepathy-gabble.install	                        (rev 0)
+++ staging-i686/telepathy-gabble.install	2016-03-03 13:19:31 UTC (rev 260636)
@@ -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:

Copied: telepathy-gabble/repos/staging-x86_64/PKGBUILD (from rev 260635, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-03 13:19:31 UTC (rev 260636)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Daniel Balieiro <daniel at balieiro.com>
+# Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
+pkgname=telepathy-gabble
+pkgver=0.18.3
+pkgrel=2
+pkgdesc="A Jabber/XMPP connection manager for Telepathy"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org"
+groups=('telepathy')
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
+makedepends=('libxslt' 'python2')
+options=('!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  	--libexecdir=/usr/lib/telepathy --with-tls=openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
+}

Copied: telepathy-gabble/repos/staging-x86_64/telepathy-gabble.install (from rev 260635, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- staging-x86_64/telepathy-gabble.install	                        (rev 0)
+++ staging-x86_64/telepathy-gabble.install	2016-03-03 13:19:31 UTC (rev 260636)
@@ -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