summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/telepathy-gabble/PKGBUILD6
-rw-r--r--testing/telepathy-glib/PKGBUILD6
-rw-r--r--testing/telepathy-logger/PKGBUILD35
-rw-r--r--testing/telepathy-logger/telepathy-logger.install11
-rw-r--r--testing/telepathy-mission-control/PKGBUILD6
-rw-r--r--testing/telepathy-qt/PKGBUILD38
-rw-r--r--testing/telepathy-qt/gcc47.patch36
7 files changed, 129 insertions, 9 deletions
diff --git a/testing/telepathy-gabble/PKGBUILD b/testing/telepathy-gabble/PKGBUILD
index 74a042e2b..1d7a0dcde 100644
--- a/testing/telepathy-gabble/PKGBUILD
+++ b/testing/telepathy-gabble/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 155264 2012-04-01 11:37:09Z heftig $
+# $Id: PKGBUILD 155437 2012-04-03 17:18:20Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
# Contributor: Rodrigo L. M. Flores <mail@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 @@ makedepends=('libxslt' 'python2')
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"
diff --git a/testing/telepathy-glib/PKGBUILD b/testing/telepathy-glib/PKGBUILD
index 56314441e..2161b2fa6 100644
--- a/testing/telepathy-glib/PKGBUILD
+++ b/testing/telepathy-glib/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 155266 2012-04-01 11:37:12Z heftig $
+# $Id: PKGBUILD 155433 2012-04-03 17:01:01Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
pkgname=telepathy-glib
-pkgver=0.17.7
+pkgver=0.18.0
pkgrel=1
pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs')
depends=('dbus-glib')
makedepends=('libxslt' 'vala' 'gobject-introspection')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('92e776d375cfe0ef6af4aff600a5150e')
+md5sums=('5b80faf033f91b0413907b4c380024f1')
build() {
cd "$pkgname-$pkgver"
diff --git a/testing/telepathy-logger/PKGBUILD b/testing/telepathy-logger/PKGBUILD
new file mode 100644
index 000000000..113aa3a97
--- /dev/null
+++ b/testing/telepathy-logger/PKGBUILD
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 155439 2012-04-03 17:27:32Z ibiru $
+# Maintainer: Ionut Biru <ibiru@archlinux.org>
+pkgname=telepathy-logger
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Telepathy framework logging daemon"
+arch=(i686 x86_64)
+url="http://telepathy.freedesktop.org/wiki/Logger"
+license=('LGPL2.1')
+depends=('telepathy-glib' 'sqlite3' 'libxml2' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
+options=('!libtool')
+install=telepathy-logger.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('0b891b860c7f3a01926f5cc22fd26120')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/telepathy \
+ --enable-call \
+ --disable-static \
+ --disable-scrollkeeper \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/testing/telepathy-logger/telepathy-logger.install b/testing/telepathy-logger/telepathy-logger.install
new file mode 100644
index 000000000..56fb6a232
--- /dev/null
+++ b/testing/telepathy-logger/telepathy-logger.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove(){
+ post_install
+}
diff --git a/testing/telepathy-mission-control/PKGBUILD b/testing/telepathy-mission-control/PKGBUILD
index b3670275b..d0b8aefa1 100644
--- a/testing/telepathy-mission-control/PKGBUILD
+++ b/testing/telepathy-mission-control/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 155270 2012-04-01 11:37:18Z heftig $
+# $Id: PKGBUILD 155435 2012-04-03 17:12:29Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Ju Liu <liuju86 at gmail dot com>
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
# Contributor: Andreas Zwinkau <beza1e1@web.de>
pkgname=telepathy-mission-control
-pkgver=5.11.0
+pkgver=5.12.0
pkgrel=1
pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ makedepends=('libxslt' 'python2')
install=telepathy-mission-control.install
options=('!libtool')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f7503d52cb432e03ba7b4ad5bb6165c6')
+md5sums=('f39dcfef785a37dc21efa9af06be2e61')
build() {
cd "$pkgname-$pkgver"
diff --git a/testing/telepathy-qt/PKGBUILD b/testing/telepathy-qt/PKGBUILD
new file mode 100644
index 000000000..09c503215
--- /dev/null
+++ b/testing/telepathy-qt/PKGBUILD
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 155471 2012-04-04 01:21:01Z andrea $
+# Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+
+pkgname=telepathy-qt
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="A library for Qt-based Telepathy clients"
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/"
+license=('LGPL')
+options=('!libtool')
+depends=('qt' 'telepathy-farstream')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+conflicts=('telepathy-qt4')
+replaces=('telepathy-qt4')
+provides=('telepathy-qt4')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'gcc47.patch')
+md5sums=('e0e6c1a987bbeae44c778344a2cc9d80'
+ '32aa8eb06c76cb03af5ced27a674ebfb')
+
+build() {
+ cd "$srcdir"
+ patch -Np0 -i gcc47.patch
+
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/build
+ make DESTDIR="$pkgdir" install
+}
diff --git a/testing/telepathy-qt/gcc47.patch b/testing/telepathy-qt/gcc47.patch
new file mode 100644
index 000000000..ac6ae67fb
--- /dev/null
+++ b/testing/telepathy-qt/gcc47.patch
@@ -0,0 +1,36 @@
+diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp
+--- telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp 2012-04-01 17:44:00.013466055 +0000
++++ telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp 2012-04-01 17:51:00.233486476 +0000
+@@ -39,6 +39,8 @@
+ #include <TelepathyQt/MethodInvocationContext>
+ #include <TelepathyQt/PendingComposite>
+ #include <TelepathyQt/PendingReady>
++
++#include <stdint.h>
+
+ namespace Tp
+ {
+diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp
+--- telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp 2012-04-01 17:44:00.006799442 +0000
++++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp 2012-04-01 17:51:00.233486476 +0000
+@@ -38,6 +38,8 @@
+ #include <QAbstractSocket>
+ #include <QHash>
+
++#include <stdint.h>
++
+ namespace Tp
+ {
+
+diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp
+--- telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp 2012-04-01 17:44:00.003466134 +0000
++++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp 2012-04-01 17:51:00.233486476 +0000
+@@ -38,6 +38,8 @@
+ #include <TelepathyQt/OutgoingStreamTubeChannel>
+ #include <TelepathyQt/StreamTubeChannel>
+
++#include <stdint.h>
++
+ namespace Tp
+ {
+