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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:22:37 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:22:37
  Author: jgc
Revision: 169153

db-move: moved telepathy-gabble from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  telepathy-gabble/repos/testing-i686/
  telepathy-gabble/repos/testing-i686/PKGBUILD
    (from rev 169138, telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD)
  telepathy-gabble/repos/testing-i686/telepathy-gabble.install
    (from rev 169138, telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install)
  telepathy-gabble/repos/testing-x86_64/
  telepathy-gabble/repos/testing-x86_64/PKGBUILD
    (from rev 169138, telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD)
  telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install
    (from rev 169138, telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install)
Deleted:
  telepathy-gabble/repos/gnome-unstable-i686/
  telepathy-gabble/repos/gnome-unstable-x86_64/

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

Copied: telepathy-gabble/repos/testing-i686/PKGBUILD (from rev 169138, telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-10-18 19:22:37 UTC (rev 169153)
@@ -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.17.1
+pkgrel=1
+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=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('42e01fdc4117255080883495411e7318')
+
+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/testing-i686/telepathy-gabble.install (from rev 169138, telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install)
===================================================================
--- testing-i686/telepathy-gabble.install	                        (rev 0)
+++ testing-i686/telepathy-gabble.install	2012-10-18 19:22:37 UTC (rev 169153)
@@ -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/testing-x86_64/PKGBUILD (from rev 169138, telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-10-18 19:22:37 UTC (rev 169153)
@@ -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.17.1
+pkgrel=1
+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=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('42e01fdc4117255080883495411e7318')
+
+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/testing-x86_64/telepathy-gabble.install (from rev 169138, telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install)
===================================================================
--- testing-x86_64/telepathy-gabble.install	                        (rev 0)
+++ testing-x86_64/telepathy-gabble.install	2012-10-18 19:22:37 UTC (rev 169153)
@@ -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