[arch-commits] Commit in telepathy-gabble/repos/extra-i686 (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Aug 17 13:33:29 UTC 2011
Date: Wednesday, August 17, 2011 @ 09:33:28
Author: ibiru
Revision: 135694
archrelease: copy trunk to extra-i686
Added:
telepathy-gabble/repos/extra-i686/PKGBUILD
(from rev 135693, telepathy-gabble/trunk/PKGBUILD)
telepathy-gabble/repos/extra-i686/telepathy-gabble.install
(from rev 135693, telepathy-gabble/trunk/telepathy-gabble.install)
Deleted:
telepathy-gabble/repos/extra-i686/PKGBUILD
telepathy-gabble/repos/extra-i686/telepathy-gabble.install
--------------------------+
PKGBUILD | 60 ++++++++++++++++++++++-----------------------
telepathy-gabble.install | 26 +++++++++----------
2 files changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-17 13:30:55 UTC (rev 135693)
+++ PKGBUILD 2011-08-17 13:33:28 UTC (rev 135694)
@@ -1,30 +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.12.4
-pkgrel=3
-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')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
-install=telepathy-gabble.install
-md5sums=('428962565d568667d3ff1aa7eee3da51')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --libexecdir=/usr/lib/telepathy --with-tls=openssl
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}
Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 135693, telepathy-gabble/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-08-17 13:33:28 UTC (rev 135694)
@@ -0,0 +1,30 @@
+# $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.12.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')
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
+install=telepathy-gabble.install
+md5sums=('56ad33a698996904e2aa522bbffbd405')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --libexecdir=/usr/lib/telepathy --with-tls=openssl
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Deleted: telepathy-gabble.install
===================================================================
--- telepathy-gabble.install 2011-08-17 13:30:55 UTC (rev 135693)
+++ telepathy-gabble.install 2011-08-17 13:33:28 UTC (rev 135694)
@@ -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/extra-i686/telepathy-gabble.install (from rev 135693, telepathy-gabble/trunk/telepathy-gabble.install)
===================================================================
--- telepathy-gabble.install (rev 0)
+++ telepathy-gabble.install 2011-08-17 13:33:28 UTC (rev 135694)
@@ -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