[arch-commits] Commit in telepathy-gabble/repos (6 files)
Ionut Biru
ibiru at archlinux.org
Fri Mar 9 18:47:18 UTC 2012
Date: Friday, March 9, 2012 @ 13:47:17
Author: ibiru
Revision: 152828
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
telepathy-gabble/repos/gnome-unstable-i686/
telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD
(from rev 152827, telepathy-gabble/trunk/PKGBUILD)
telepathy-gabble/repos/gnome-unstable-i686/telepathy-gabble.install
(from rev 152827, telepathy-gabble/trunk/telepathy-gabble.install)
telepathy-gabble/repos/gnome-unstable-x86_64/
telepathy-gabble/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 152827, telepathy-gabble/trunk/PKGBUILD)
telepathy-gabble/repos/gnome-unstable-x86_64/telepathy-gabble.install
(from rev 152827, telepathy-gabble/trunk/telepathy-gabble.install)
------------------------------------------------+
gnome-unstable-i686/PKGBUILD | 31 +++++++++++++++++++++++
gnome-unstable-i686/telepathy-gabble.install | 13 +++++++++
gnome-unstable-x86_64/PKGBUILD | 31 +++++++++++++++++++++++
gnome-unstable-x86_64/telepathy-gabble.install | 13 +++++++++
4 files changed, 88 insertions(+)
Copied: telepathy-gabble/repos/gnome-unstable-i686/PKGBUILD (from rev 152827, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-03-09 18:47:17 UTC (rev 152828)
@@ -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.15.4
+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' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('3eb3ee032da4064f07781427384b94e0')
+
+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/gnome-unstable-i686/telepathy-gabble.install (from rev 152827, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- gnome-unstable-i686/telepathy-gabble.install (rev 0)
+++ gnome-unstable-i686/telepathy-gabble.install 2012-03-09 18:47:17 UTC (rev 152828)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 152827, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-03-09 18:47:17 UTC (rev 152828)
@@ -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.15.4
+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' 'sqlite3')
+makedepends=('libxslt' 'python2')
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('3eb3ee032da4064f07781427384b94e0')
+
+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/gnome-unstable-x86_64/telepathy-gabble.install (from rev 152827, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- gnome-unstable-x86_64/telepathy-gabble.install (rev 0)
+++ gnome-unstable-x86_64/telepathy-gabble.install 2012-03-09 18:47:17 UTC (rev 152828)
@@ -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