[arch-commits] Commit in telepathy-gabble/repos (8 files)
Ionut Biru
ibiru at archlinux.org
Tue Apr 3 17:18:20 UTC 2012
Date: Tuesday, April 3, 2012 @ 13:18:20
Author: ibiru
Revision: 155437
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
telepathy-gabble/repos/testing-i686/PKGBUILD
(from rev 155436, telepathy-gabble/trunk/PKGBUILD)
telepathy-gabble/repos/testing-i686/telepathy-gabble.install
(from rev 155436, telepathy-gabble/trunk/telepathy-gabble.install)
telepathy-gabble/repos/testing-x86_64/PKGBUILD
(from rev 155436, telepathy-gabble/trunk/PKGBUILD)
telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install
(from rev 155436, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
telepathy-gabble/repos/testing-i686/PKGBUILD
telepathy-gabble/repos/testing-i686/telepathy-gabble.install
telepathy-gabble/repos/testing-x86_64/PKGBUILD
telepathy-gabble/repos/testing-x86_64/telepathy-gabble.install
-----------------------------------------+
testing-i686/PKGBUILD | 62 +++++++++++++++---------------
testing-i686/telepathy-gabble.install | 26 ++++++------
testing-x86_64/PKGBUILD | 62 +++++++++++++++---------------
testing-x86_64/telepathy-gabble.install | 26 ++++++------
4 files changed, 88 insertions(+), 88 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2012-04-03 17:14:08 UTC (rev 155436)
+++ testing-i686/PKGBUILD 2012-04-03 17:18:20 UTC (rev 155437)
@@ -1,31 +0,0 @@
-# $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.5
-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=('89b21ac2f29d632efd1cc50e0c2cd933')
-
-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/PKGBUILD (from rev 155436, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-04-03 17:18:20 UTC (rev 155437)
@@ -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.16.0
+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=('15b15fb58a3c54102c3e3489b4bd5ee0')
+
+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"
+}
Deleted: testing-i686/telepathy-gabble.install
===================================================================
--- testing-i686/telepathy-gabble.install 2012-04-03 17:14:08 UTC (rev 155436)
+++ testing-i686/telepathy-gabble.install 2012-04-03 17:18:20 UTC (rev 155437)
@@ -1,13 +0,0 @@
-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-i686/telepathy-gabble.install (from rev 155436, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- testing-i686/telepathy-gabble.install (rev 0)
+++ testing-i686/telepathy-gabble.install 2012-04-03 17:18:20 UTC (rev 155437)
@@ -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:
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2012-04-03 17:14:08 UTC (rev 155436)
+++ testing-x86_64/PKGBUILD 2012-04-03 17:18:20 UTC (rev 155437)
@@ -1,31 +0,0 @@
-# $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.5
-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=('89b21ac2f29d632efd1cc50e0c2cd933')
-
-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/PKGBUILD (from rev 155436, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-03 17:18:20 UTC (rev 155437)
@@ -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.16.0
+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=('15b15fb58a3c54102c3e3489b4bd5ee0')
+
+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"
+}
Deleted: testing-x86_64/telepathy-gabble.install
===================================================================
--- testing-x86_64/telepathy-gabble.install 2012-04-03 17:14:08 UTC (rev 155436)
+++ testing-x86_64/telepathy-gabble.install 2012-04-03 17:18:20 UTC (rev 155437)
@@ -1,13 +0,0 @@
-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/telepathy-gabble.install (from rev 155436, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- testing-x86_64/telepathy-gabble.install (rev 0)
+++ testing-x86_64/telepathy-gabble.install 2012-04-03 17:18:20 UTC (rev 155437)
@@ -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