[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2020-05-19 Thread Evangelos Foutras via arch-commits
Date: Tuesday, May 19, 2020 @ 09:51:06
  Author: foutrelis
Revision: 386599

upgpkg: telepathy-gabble 0.18.4-3: reproducibility rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 09:48:27 UTC (rev 386598)
+++ PKGBUILD2020-05-19 09:51:06 UTC (rev 386599)
@@ -5,7 +5,7 @@
 
 pkgname=telepathy-gabble
 pkgver=0.18.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=(x86_64)
 url="https://telepathy.freedesktop.org;


[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 21:11:19
  Author: foutrelis
Revision: 338526

PIE/BUILDINFO rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 21:10:52 UTC (rev 338525)
+++ PKGBUILD2018-11-09 21:11:19 UTC (rev 338526)
@@ -5,7 +5,7 @@
 
 pkgname=telepathy-gabble
 pkgver=0.18.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=(x86_64)
 url="http://telepathy.freedesktop.org;


[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2016-11-15 Thread Antonio Rojas
Date: Tuesday, November 15, 2016 @ 17:35:46
  Author: arojas
Revision: 280837

Update to 0.18.4

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-15 17:07:40 UTC (rev 280836)
+++ PKGBUILD2016-11-15 17:35:46 UTC (rev 280837)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Antonio Rojas 
 # Contributor: Ionut Biru 
 # Contributor: Daniel Balieiro 
 # Contributor: Rodrigo L. M. Flores 
 
 pkgname=telepathy-gabble
-pkgver=0.18.3+5+gfe084b7
+pkgver=0.18.4
 pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=(i686 x86_64)
@@ -11,33 +12,21 @@
 url="http://telepathy.freedesktop.org;
 groups=(telepathy)
 license=(LGPL2.1)
-depends=(telepathy-glib libsoup libnice sqlite)
-makedepends=(libxslt python2 gnome-common git)
-_commit=fe084b7ef77184927e7740583a395eb5106f0151  # telepathy-gabble-0.18
-source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit"
-"git://anongit.freedesktop.org/wocky")
+depends=(telepathy-glib libsoup libnice)
+makedepends=(libxslt python2 gnome-common)
+source=(https://telepathy.freedesktop.org/releases/telepathy-gabble/telepathy-gabble-$pkgver.tar.gz{,.asc})
 install=telepathy-gabble.install
-sha256sums=('SKIP'
+sha256sums=('115c91572c72d4a40f0b25b606167b4f2f09441dc7bf1036ccbb1450f1a4969c'
 'SKIP')
+validpgpkeys=(38FDAD7D73CE1AE7A16200291F3845DD1432A9FB) # Georgios Kiagiadakis 

 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g'
-}
-
 prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.lib/ext/wocky.url "$srcdir/wocky"
-  git submodule update
-
-  sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console
-  NOCONFIGURE=1 ./autogen.sh
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i 
plugins/telepathy-gabble-xmpp-console
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
 --libexecdir=/usr/lib/telepathy \
 --disable-Werror --enable-gtk-doc
@@ -46,6 +35,6 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2016-10-01 Thread Jan Steffens
Date: Saturday, October 1, 2016 @ 18:44:07
  Author: heftig
Revision: 277520

0.18.3+5+gfe084b7-1

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   50 +++---
 1 file changed, 35 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-01 18:29:06 UTC (rev 277519)
+++ PKGBUILD2016-10-01 18:44:07 UTC (rev 277520)
@@ -1,31 +1,51 @@
 # $Id$
-# Maintainer : Ionut Biru 
+# Contributor: Ionut Biru 
 # Contributor: Daniel Balieiro 
 # Contributor: Rodrigo L. M. Flores 
+
 pkgname=telepathy-gabble
-pkgver=0.18.3
-pkgrel=3
+pkgver=0.18.3+5+gfe084b7
+pkgrel=1
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
-arch=('i686' 'x86_64')
+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)
+groups=(telepathy)
+license=(LGPL2.1)
+depends=(telepathy-glib libsoup libnice sqlite)
+makedepends=(libxslt python2 gnome-common git)
+_commit=fe084b7ef77184927e7740583a395eb5106f0151  # telepathy-gabble-0.18
+source=("git://anongit.freedesktop.org/telepathy/telepathy-gabble#commit=$_commit"
+"git://anongit.freedesktop.org/wocky")
 install=telepathy-gabble.install
-md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
+sha256sums=('SKIP'
+'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^telepathy-gabble-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.lib/ext/wocky.url "$srcdir/wocky"
+  git submodule update
+
+  sed -i '1s/python$/&2/' plugins/telepathy-gabble-xmpp-console
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
+--libexecdir=/usr/lib/telepathy \
+--disable-Werror --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir/usr/bin/telepathy-gabble-xmpp-console"
 }


[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2016-03-14 Thread Jan Steffens
Date: Monday, March 14, 2016 @ 10:02:22
  Author: heftig
Revision: 261429

Use gnutls again

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-14 04:59:10 UTC (rev 261428)
+++ PKGBUILD2016-03-14 09:02:22 UTC (rev 261429)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores 
 pkgname=telepathy-gabble
 pkgver=0.18.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org;
@@ -20,7 +20,7 @@
 build() {
   cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+   --libexecdir=/usr/lib/telepathy
   make
 }
 


[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 14:18:44
  Author: bpiotrowski
Revision: 260635

OpenSSL 1.0.2g rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 13:03:03 UTC (rev 260634)
+++ PKGBUILD2016-03-03 13:18:44 UTC (rev 260635)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores 
 pkgname=telepathy-gabble
 pkgver=0.18.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A Jabber/XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org;


[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2014-07-23 Thread Felix Yan
Date: Thursday, July 24, 2014 @ 05:20:33
  Author: fyan
Revision: 217799

upgpkg: telepathy-gabble 0.18.3-1

new upstream release

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-24 03:20:18 UTC (rev 217798)
+++ PKGBUILD2014-07-24 03:20:33 UTC (rev 217799)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.18.1
-pkgrel=2
+pkgver=0.18.3
+pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('a5384758df829b80d47fbc8a672609ad')
+md5sums=('40f2fbabc4e6e147258c83ed697f2fcf')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 09:56:37
  Author: ioni
Revision: 198712

remove static libs rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 08:52:08 UTC (rev 198711)
+++ PKGBUILD2013-11-02 08:56:37 UTC (rev 198712)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.18.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 18:04:50
  Author: andrea
Revision: 194216

upgpkg: telepathy-gabble 0.18.1-1

Upstream relase

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-10 15:50:17 UTC (rev 194215)
+++ PKGBUILD2013-09-10 16:04:50 UTC (rev 194216)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.17.5
+pkgver=0.18.1
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('57d7778e58f82a43dba1311cece0d4e3')
+md5sums=('a5384758df829b80d47fbc8a672609ad')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2013-07-31 Thread Ionuț Mircea Bîru
Date: Wednesday, July 31, 2013 @ 11:39:56
  Author: ioni
Revision: 191841

update to 0.17.5

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-31 09:36:38 UTC (rev 191840)
+++ PKGBUILD2013-07-31 09:39:56 UTC (rev 191841)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.17.3
+pkgver=0.17.5
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('f190ac620601f616dd61846689ba')
+md5sums=('57d7778e58f82a43dba1311cece0d4e3')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2013-03-05 Thread Ionuț Mircea Bîru
Date: Tuesday, March 5, 2013 @ 20:05:04
  Author: ioni
Revision: 179515

update to 0.17.3

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-05 18:49:59 UTC (rev 179514)
+++ PKGBUILD2013-03-05 19:05:04 UTC (rev 179515)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('18329694ca5dcd35a97a70b9109c0f9a')
+md5sums=('f190ac620601f616dd61846689ba')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2013-01-25 Thread Ionuț Mircea Bîru
Date: Friday, January 25, 2013 @ 16:55:23
  Author: ioni
Revision: 175987

update to 0.17.2

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-25 15:42:42 UTC (rev 175986)
+++ PKGBUILD2013-01-25 15:55:23 UTC (rev 175987)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.17.1
+pkgver=0.17.2
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('42e01fdc4117255080883495411e7318')
+md5sums=('18329694ca5dcd35a97a70b9109c0f9a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 10:05:52
  Author: ibiru
Revision: 167976

update to 0.17.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 13:31:03 UTC (rev 167975)
+++ PKGBUILD2012-10-04 14:05:52 UTC (rev 167976)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.16.2
+pkgver=0.17.1
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('d79fc12524e9b68e9a1a833960f97d01')
+md5sums=('42e01fdc4117255080883495411e7318')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-08-16 Thread Ionut Biru
Date: Thursday, August 16, 2012 @ 07:52:58
  Author: ibiru
Revision: 165359

update to 0.16.2

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-16 11:39:38 UTC (rev 165358)
+++ PKGBUILD2012-08-16 11:52:58 UTC (rev 165359)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
+md5sums=('d79fc12524e9b68e9a1a833960f97d01')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-06-20 Thread Ionut Biru
Date: Wednesday, June 20, 2012 @ 21:48:05
  Author: ibiru
Revision: 162119

update to 0.16.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 14:04:42 UTC (rev 162118)
+++ PKGBUILD2012-06-21 01:48:05 UTC (rev 162119)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,17 +15,17 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
+md5sums=('f4e6ca551cc4603276f9acdc2b5d4db4')
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  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
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-04-17 Thread Thomas Dziedzic
Date: Tuesday, April 17, 2012 @ 22:59:06
  Author: tdziedzic
Revision: 156414

sqlite3 - sqlite

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-18 02:58:45 UTC (rev 156413)
+++ PKGBUILD2012-04-18 02:59:06 UTC (rev 156414)
@@ -10,7 +10,7 @@
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
 license=('LGPL2.1')
-depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite')
 makedepends=('libxslt' 'python2')
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-04-03 Thread Ionut Biru
Date: Tuesday, April 3, 2012 @ 13:14:08
  Author: ibiru
Revision: 155436

update to 0.16.0

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-03 17:12:29 UTC (rev 155435)
+++ PKGBUILD2012-04-03 17:14:08 UTC (rev 155436)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.15.5
+pkgver=0.16.0
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('89b21ac2f29d632efd1cc50e0c2cd933')
+md5sums=('15b15fb58a3c54102c3e3489b4bd5ee0')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-03-23 Thread Ionut Biru
Date: Friday, March 23, 2012 @ 07:18:41
  Author: ibiru
Revision: 154107

update to 0.15.5

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-23 11:02:16 UTC (rev 154106)
+++ PKGBUILD2012-03-23 11:18:41 UTC (rev 154107)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.15.4
+pkgver=0.15.5
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('3eb3ee032da4064f07781427384b94e0')
+md5sums=('89b21ac2f29d632efd1cc50e0c2cd933')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2012-03-09 Thread Ionut Biru
Date: Friday, March 9, 2012 @ 13:46:10
  Author: ibiru
Revision: 152827

update to 0.15.4

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-09 18:41:43 UTC (rev 152826)
+++ PKGBUILD2012-03-09 18:46:10 UTC (rev 152827)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.14.1
+pkgver=0.15.4
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -12,19 +12,20 @@
 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)
+options=('!libtool' '!emptydirs')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4')
+md5sums=('3eb3ee032da4064f07781427384b94e0')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $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
+  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
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-11-25 Thread Ionut Biru
Date: Friday, November 25, 2011 @ 05:35:53
  Author: ibiru
Revision: 143506

update to 0.14.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-25 08:45:52 UTC (rev 143505)
+++ PKGBUILD2011-11-25 10:35:53 UTC (rev 143506)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -13,18 +13,18 @@
 depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite3')
 makedepends=('libxslt' 'python2')
 options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('73afa5533833d176b9b82b96351efe63')
+md5sums=('f6dfcd3da49eb6a558085fc917cdbdd4')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  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
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-11-07 Thread Ionut Biru
Date: Monday, November 7, 2011 @ 16:13:13
  Author: ibiru
Revision: 142287

update to 0.14.0

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-07 20:59:23 UTC (rev 142286)
+++ PKGBUILD2011-11-07 21:13:13 UTC (rev 142287)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.7
+pkgver=0.14.0
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('3518db585403a6cf93ba253200acc5e7')
+md5sums=('73afa5533833d176b9b82b96351efe63')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-09-28 Thread Ionut Biru
Date: Wednesday, September 28, 2011 @ 13:46:36
  Author: ibiru
Revision: 138827

update to 0.12.7

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-28 16:41:23 UTC (rev 138826)
+++ PKGBUILD2011-09-28 17:46:36 UTC (rev 138827)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.6
+pkgver=0.12.7
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('5524c7b6a29801feedc9ffa82503911a')
+md5sums=('3518db585403a6cf93ba253200acc5e7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-08-17 Thread Ionut Biru
Date: Wednesday, August 17, 2011 @ 09:30:55
  Author: ibiru
Revision: 135693

update to 0.12.5

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-17 10:30:13 UTC (rev 135692)
+++ PKGBUILD2011-08-17 13:30:55 UTC (rev 135693)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.4
-pkgrel=3
+pkgver=0.12.5
+pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('428962565d568667d3ff1aa7eee3da51')
+md5sums=('56ad33a698996904e2aa522bbffbd405')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-08-17 Thread Ionut Biru
Date: Wednesday, August 17, 2011 @ 11:27:08
  Author: ibiru
Revision: 135696

update to 0.12.6

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-17 13:34:01 UTC (rev 135695)
+++ PKGBUILD2011-08-17 15:27:08 UTC (rev 135696)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('56ad33a698996904e2aa522bbffbd405')
+md5sums=('5524c7b6a29801feedc9ffa82503911a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-08-14 Thread Ionut Biru
Date: Sunday, August 14, 2011 @ 14:53:29
  Author: ibiru
Revision: 135519

switch back to openssl, until the bug with gnutls 3.0.0 is fixed

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-14 15:36:57 UTC (rev 135518)
+++ PKGBUILD2011-08-14 18:53:29 UTC (rev 135519)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.12.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-08-09 Thread Ionut Biru
Date: Tuesday, August 9, 2011 @ 14:45:11
  Author: ibiru
Revision: 134985

gnutls 3.0.0 rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-09 18:34:27 UTC (rev 134984)
+++ PKGBUILD2011-08-09 18:45:11 UTC (rev 134985)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-07-27 Thread Ionut Biru
Date: Wednesday, July 27, 2011 @ 15:11:28
  Author: ibiru
Revision: 133089

update to 0.12.4, switch back to gnutls backend

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-27 18:51:28 UTC (rev 133088)
+++ PKGBUILD2011-07-27 19:11:28 UTC (rev 133089)
@@ -3,24 +3,24 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.3
+pkgver=0.12.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' 'util-linux' 'sqlite3')
+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=('07d927f1299dbb6bb7ca91ee9dce5d1c')
+md5sums=('428962565d568667d3ff1aa7eee3da51')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy --with-tls=openssl
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy
   make
 }
 



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-06-29 Thread Ionut Biru
Date: Wednesday, June 29, 2011 @ 07:16:17
  Author: ibiru
Revision: 129881

update to 0.12.3

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-29 08:02:55 UTC (rev 129880)
+++ PKGBUILD2011-06-29 11:16:17 UTC (rev 129881)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('1fb19cef6cb407adbf6d3c44e8a183a2')
+md5sums=('07d927f1299dbb6bb7ca91ee9dce5d1c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-06-16 Thread Ionut Biru
Date: Thursday, June 16, 2011 @ 13:17:05
  Author: ibiru
Revision: 127582

update to 0.12.2

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-16 17:11:16 UTC (rev 127581)
+++ PKGBUILD2011-06-16 17:17:05 UTC (rev 127582)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.1
+pkgver=0.12.2
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('9bf48f34651545547f52712b3c117aa9')
+md5sums=('1fb19cef6cb407adbf6d3c44e8a183a2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-06-03 Thread Ionut Biru
Date: Friday, June 3, 2011 @ 09:39:35
  Author: ibiru
Revision: 126264

update to 0.12.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-03 13:07:48 UTC (rev 126263)
+++ PKGBUILD2011-06-03 13:39:35 UTC (rev 126264)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.12.1
+pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('89e47b131911a969cc2a2ccefa1fc015')
+md5sums=('9bf48f34651545547f52712b3c117aa9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 13:50:43
  Author: ibiru
Revision: 120350

upgpkg: telepathy-gabble 0.12.0-2
use openssl instead of broken gnutls 2.12

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 13:23:33 UTC (rev 120349)
+++ PKGBUILD2011-04-22 17:50:43 UTC (rev 120350)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
 makedepends=('libxslt' 'python2')
-options=('!libtool')
+options=('!libtool' '!strip')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
 md5sums=('89e47b131911a969cc2a2ccefa1fc015')
@@ -20,7 +20,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy
+   --libexecdir=/usr/lib/telepathy --with-tls=openssl
   make
 }
 



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-04-22 Thread Ionut Biru
Date: Friday, April 22, 2011 @ 14:03:17
  Author: ibiru
Revision: 120355

remove strip

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-22 17:51:13 UTC (rev 120354)
+++ PKGBUILD2011-04-22 18:03:17 UTC (rev 120355)
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
 makedepends=('libxslt' 'python2')
-options=('!libtool' '!strip')
+options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
 md5sums=('89e47b131911a969cc2a2ccefa1fc015')



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-04-21 Thread Ionut Biru
Date: Thursday, April 21, 2011 @ 14:44:50
  Author: ibiru
Revision: 120258

update to 0.12.0

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-21 18:25:57 UTC (rev 120257)
+++ PKGBUILD2011-04-21 18:44:50 UTC (rev 120258)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.11.10
+pkgver=0.12.0
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('2a8ee3038bd1c9ee40c1b8b48becfa16')
+md5sums=('89e47b131911a969cc2a2ccefa1fc015')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 08:56:08
  Author: ibiru
Revision: 117604

upgpkg: telepathy-gabble 0.11.10-1
update to 0.11.10

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 12:43:22 UTC (rev 117603)
+++ PKGBUILD2011-04-04 12:56:08 UTC (rev 117604)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.11.7
+pkgver=0.11.10
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('dcff93945fffe50a75f6724a411a0b51')
+md5sums=('2a8ee3038bd1c9ee40c1b8b48becfa16')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-03-06 Thread Ionut Biru
Date: Sunday, March 6, 2011 @ 18:00:48
  Author: ibiru
Revision: 112795

upgpkg: telepathy-gabble 0.11.7-1
update to 0.11.7

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-06 22:47:58 UTC (rev 112794)
+++ PKGBUILD2011-03-06 23:00:48 UTC (rev 112795)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.5
-pkgrel=2
+pkgver=0.11.7
+pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('6d3e07354fb6d3ea5f8375e7cf776a27')
+md5sums=('dcff93945fffe50a75f6724a411a0b51')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-03-01 Thread Ionut Biru
Date: Tuesday, March 1, 2011 @ 10:16:13
  Author: ibiru
Revision: 111882

upgpkg: telepathy-gabble 0.10.5-2
libnice rebuild

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-01 15:03:07 UTC (rev 111881)
+++ PKGBUILD2011-03-01 15:16:13 UTC (rev 111882)
@@ -4,13 +4,13 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.10.5
-pkgrel=1
+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=0.12.2' 'libsoup=2.32' 'libnice' 'util-linux-ng' 
'sqlite3')
+depends=('telepathy-glib' 'libsoup' 'libnice' 'util-linux' 'sqlite3')
 makedepends=('libxslt' 'python2')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
@@ -22,5 +22,9 @@
   ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2011-02-16 Thread Ionut Biru
Date: Wednesday, February 16, 2011 @ 12:45:07
  Author: ibiru
Revision: 110136

upgpkg: telepathy-gabble 0.10.5-1
update to 0.10.5

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-16 17:28:31 UTC (rev 110135)
+++ PKGBUILD2011-02-16 17:45:07 UTC (rev 110136)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.4
+pkgver=0.10.5
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('bbf85590ffc6afd5fdc487a6e5d82a0e')
+md5sums=('6d3e07354fb6d3ea5f8375e7cf776a27')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-11-03 Thread Ionut Biru
Date: Wednesday, November 3, 2010 @ 06:33:48
  Author: ibiru
Revision: 98028

upgpkg: telepathy-gabble 0.10.4-1
update to 0.10.4

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-03 09:25:36 UTC (rev 98027)
+++ PKGBUILD2010-11-03 10:33:48 UTC (rev 98028)
@@ -3,19 +3,19 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.3
+pkgver=0.10.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=0.12.0' 'libsoup=2.32' 'libnice' 'util-linux-ng' 
'sqlite3')
+depends=('telepathy-glib=0.12.2' 'libsoup=2.32' 'libnice' 'util-linux-ng' 
'sqlite3')
 makedepends=('libxslt' 'python2')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('4aae1249cecb5a99708a1558625fd1ab')
+md5sums=('bbf85590ffc6afd5fdc487a6e5d82a0e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-10-06 Thread Ionut Biru
Date: Wednesday, October 6, 2010 @ 12:37:39
  Author: ibiru
Revision: 94332

upgpkg: telepathy-gabble 0.10.3-1
update to 0.10.3

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-06 16:20:12 UTC (rev 94331)
+++ PKGBUILD2010-10-06 16:37:39 UTC (rev 94332)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 groups=('telepathy')
 license=('LGPL2.1')
 depends=('telepathy-glib=0.12.0' 'libsoup=2.32' 'libnice' 'util-linux-ng' 
'sqlite3')
-makedepends=('libxslt')
+makedepends=('libxslt' 'python2')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('a2f60d2b4c83391ac24a8b857f65ae27')
+md5sums=('4aae1249cecb5a99708a1558625fd1ab')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-10-01 Thread Ionut Biru
Date: Friday, October 1, 2010 @ 13:44:22
  Author: ibiru
Revision: 92890

upgpkg: telepathy-gabble 0.10.2-1
update to 0.10.2

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-01 16:45:58 UTC (rev 92889)
+++ PKGBUILD2010-10-01 17:44:22 UTC (rev 92890)
@@ -3,24 +3,24 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.1
+pkgver=0.10.2
 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=0.12.0' 'libsoup=2.31.92' 'libnice' 'util-linux-ng' 
'sqlite3')
+depends=('telepathy-glib=0.12.0' 'libsoup=2.32' 'libnice' 'util-linux-ng' 
'sqlite3')
 makedepends=('libxslt')
 options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/${pkgname}-${pkgver}.tar.gz)
 install=telepathy-gabble.install
-md5sums=('bf06fcebbb2d4bfb0359302f70a8e493')
+md5sums=('a2f60d2b4c83391ac24a8b857f65ae27')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy
   make
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-09-29 Thread Ionut Biru
Date: Wednesday, September 29, 2010 @ 10:29:19
  Author: ibiru
Revision: 92382

upgpkg: telepathy-gabble 0.10.1-1
update to 0.10.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-29 14:16:52 UTC (rev 92381)
+++ PKGBUILD2010-09-29 14:29:19 UTC (rev 92382)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.10.1
+pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
@@ -15,7 +15,7 @@
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('3c34d0bf73c69a33015aab68cef5cad6')
+md5sums=('bf06fcebbb2d4bfb0359302f70a8e493')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 18:47:13
  Author: ibiru
Revision: 91781

upgpkg: telepathy-gabble 0.10.0-2
enable debug

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 21:06:09 UTC (rev 91780)
+++ PKGBUILD2010-09-27 22:47:13 UTC (rev 91781)
@@ -4,14 +4,14 @@
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
 pkgver=0.10.0
-pkgrel=1
+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=0.11.16' 'libsoup=2.31.92' 'libnice' 
'util-linux-ng' 'sqlite3')
-makedepends=('libxslt' 'libsasl')
+depends=('telepathy-glib=0.12.0' 'libsoup=2.31.92' 'libnice' 'util-linux-ng' 
'sqlite3')
+makedepends=('libxslt')
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
@@ -20,8 +20,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
---disable-debug
+   --libexecdir=/usr/lib/telepathy
   make
   make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-09-18 Thread Ionut Biru
Date: Saturday, September 18, 2010 @ 21:07:20
  Author: ibiru
Revision: 90939

upgpkg: telepathy-gabble 0.10.0-1
update to 0.10

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-19 01:02:52 UTC (rev 90938)
+++ PKGBUILD2010-09-19 01:07:20 UTC (rev 90939)
@@ -3,25 +3,25 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.14
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
 url=http://telepathy.freedesktop.org;
 groups=('telepathy')
-license=('LGPL')
+license=('LGPL2.1')
+depends=('telepathy-glib=0.11.16' 'libsoup=2.31.92' 'libnice' 
'util-linux-ng' 'sqlite3')
+makedepends=('libxslt' 'libsasl')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup' 'sqlite3' 
'util-linux-ng')
-makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('0114937c1664c6b76b8cd983f24c2089')
+md5sums=('3c34d0bf73c69a33015aab68cef5cad6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
-   --enable-shave
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+--disable-debug
+  make
+  make DESTDIR=$pkgdir install
 }



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD telepathy-gabble.install)

2010-06-08 Thread Ionut Biru
Date: Tuesday, June 8, 2010 @ 13:05:19
  Author: ibiru
Revision: 82126

upgpkg: telepathy-gabble 0.8.14-1
update to 0.8.14

Added:
  telepathy-gabble/trunk/telepathy-gabble.install
Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |8 
 telepathy-gabble.install |   13 +
 2 files changed, 17 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-08 17:05:09 UTC (rev 82125)
+++ PKGBUILD2010-06-08 17:05:19 UTC (rev 82126)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.12
+pkgver=0.8.14
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -11,9 +11,11 @@
 groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup')
+depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup' 'sqlite3' 
'util-linux-ng')
 makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
+install=telepathy-gabble.install
+md5sums=('0114937c1664c6b76b8cd983f24c2089')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,5 +25,3 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('c344165154fe1642bd176e9a38e9ecce')
-sha256sums=('61c53197da85d24f6525e6561a54bdbc94ea96c7deec12540d24426931979d8f')

Added: telepathy-gabble.install
===
--- telepathy-gabble.install(rev 0)
+++ telepathy-gabble.install2010-06-08 17:05:19 UTC (rev 82126)
@@ -0,0 +1,13 @@
+post_install() {
+  killall -HUP dbus-daemon 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-03-19 Thread Ionut Biru
Date: Friday, March 19, 2010 @ 12:40:11
  Author: ibiru
Revision: 72772

upgpkg: telepathy-gabble 0.8.12-1
update to 0.8.12

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-19 14:43:05 UTC (rev 72771)
+++ PKGBUILD2010-03-19 16:40:11 UTC (rev 72772)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.11
+pkgver=0.8.12
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -23,4 +23,5 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('3e24415e8af69719faa5ecec2396c90b')
+md5sums=('c344165154fe1642bd176e9a38e9ecce')
+sha256sums=('61c53197da85d24f6525e6561a54bdbc94ea96c7deec12540d24426931979d8f')



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-02-17 Thread Ionut Biru
Date: Wednesday, February 17, 2010 @ 13:08:11
  Author: ibiru
Revision: 69096

upgpkg: telepathy-gabble 0.8.11-1
update to 0.8.11

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-17 13:57:28 UTC (rev 69095)
+++ PKGBUILD2010-02-17 18:08:11 UTC (rev 69096)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Biru Ionut io...@archlinux.ro
+# Maintainer : Ionut Biru ib...@archlinux.org
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.10
+pkgver=0.8.11
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -23,4 +23,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('d8a3c028698d6424d9fd4673b22e5836')
+md5sums=('3e24415e8af69719faa5ecec2396c90b')



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2010-01-28 Thread Ionut Biru
Date: Thursday, January 28, 2010 @ 17:54:04
  Author: ibiru
Revision: 65429

upgpkg: telepathy-gabble 0.8.10-1
update to 0.8.10

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-28 22:53:02 UTC (rev 65428)
+++ PKGBUILD2010-01-28 22:54:04 UTC (rev 65429)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.9
+pkgver=0.8.10
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 groups=('telepathy')
 license=('LGPL')
 options=('!libtool')
-depends=('loudmouth' 'telepathy-glib=0.7.37' 'libsoup')
+depends=('loudmouth' 'telepathy-glib=0.10' 'libsoup')
 makedepends=('libxslt' 'python')
 
source=(http://telepathy.freedesktop.org/releases/telepathy-gabble/$pkgname-$pkgver.tar.gz)
 
@@ -23,4 +23,4 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('ddf89b1eea2f418a68b1013427eb0cb1')
+md5sums=('d8a3c028698d6424d9fd4673b22e5836')



[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

2009-12-07 Thread Ionut Biru
Date: Monday, December 7, 2009 @ 14:05:59
  Author: ibiru
Revision: 60857

upgpkg: telepathy-gabble 0.8.9-1
new ver

Modified:
  telepathy-gabble/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-07 15:30:05 UTC (rev 60856)
+++ PKGBUILD2009-12-07 19:05:59 UTC (rev 60857)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.8.8
+pkgver=0.8.9
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -21,6 +21,6 @@
--libexecdir=/usr/lib/telepathy \
--enable-shave
   make || return 1
-  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir install || return 1
 }
-md5sums=('1661fe3412552a30dc561e3094df545b')
+md5sums=('ddf89b1eea2f418a68b1013427eb0cb1')