From 63653a8e9e2ded5e09786b14e6ef4bd1dea2d347 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 24 Dec 2010 17:44:41 +0000 Subject: [PATCH] Update telepathy group --- farsight2/PKGBUILD | 25 +++++++++++++++++-------- telepathy-farsight/PKGBUILD | 4 ++-- telepathy-glib/PKGBUILD | 6 +++--- telepathy-qt4/PKGBUILD | 28 +++++++++++++++++++--------- 4 files changed, 41 insertions(+), 22 deletions(-) diff --git a/farsight2/PKGBUILD b/farsight2/PKGBUILD index 8ad6a8cbf..d13b75a34 100644 --- a/farsight2/PKGBUILD +++ b/farsight2/PKGBUILD @@ -1,10 +1,12 @@ -# $Id: PKGBUILD 2058 2009-09-07 21:22:13Z ibiru $ -# Maintainer: Ionut Biru -# Contributor: William Díaz +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa pkgname=farsight2 -pkgver=0.0.18 -pkgrel=2 +pkgver=0.0.22 +pkgrel=1 pkgdesc="Audio/Video conference software for Instant Messengers" arch=('i686' 'x86_64') url="http://farsight.freedesktop.org" @@ -14,16 +16,23 @@ optdepends=('gstreamer0.10-good: for RTP plugin' 'gstreamer0.10-bad: for RTP plugin') options=('!libtool' '!emptydirs') source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('884ced1e495865a0876bbeb133aa33e1ef5981b0bcd17b038ab7f232386c1878') +md5sums=('e1f540cf3ebab06c3d7db1f46b44ac88') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i -e 's#python-config#python2-config#' python/Makefile.in + # this makefile is broken + sed -i -e 's# # #' docs/libs/Makefile.in + ./configure --prefix=/usr \ - --with-package-name='Arch Linux farsight2 package' \ + --with-package-name='Chakra Linux farsight2 package' \ --with-package-origin='http://chakra-project.org' \ --disable-static -disable-valgrind --disable-debug + make +} - make || return 1 +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=${pkgdir} install || return 1 } diff --git a/telepathy-farsight/PKGBUILD b/telepathy-farsight/PKGBUILD index 6987e7ac5..e8a99ec21 100644 --- a/telepathy-farsight/PKGBUILD +++ b/telepathy-farsight/PKGBUILD @@ -4,12 +4,12 @@ # Contributor: Denis Zawada pkgname=telepathy-farsight pkgver=0.0.15 -pkgrel=1 +pkgrel=2 pkgdesc="A telepathy-backend to use stream engine." arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" license=('GPL') -depends=('telepathy-glib>=0.9.2' 'farsight2>=0.0.17' 'gstreamer0.10-base') +depends=('telepathy-glib>=0.10.6' 'farsight2>=0.0.17' 'gstreamer0.10-base') makedepends=('libxslt' 'python2') groups=('telepathy') options=('!libtool') diff --git a/telepathy-glib/PKGBUILD b/telepathy-glib/PKGBUILD index 82ea7315d..03a8488d1 100644 --- a/telepathy-glib/PKGBUILD +++ b/telepathy-glib/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Kessia 'even' Pinheiro pkgname=telepathy-glib -pkgver=0.10.5 +pkgver=0.12.7 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -11,10 +11,10 @@ url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL') options=('!libtool' '!emptydirs') -depends=('dbus-glib>=0.82') +depends=('dbus-glib>=0.92') makedepends=('libxslt') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('0d8bd4f900024f768d97c08da973e56348f46739950cf13115b778804b82826d') +sha256sums=('4c76b78c283620556c253bd9a483f8b6e1bbd014fb8a22de704e117eaa9e3c97') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/telepathy-qt4/PKGBUILD b/telepathy-qt4/PKGBUILD index 4a493ad8b..ab2201068 100644 --- a/telepathy-qt4/PKGBUILD +++ b/telepathy-qt4/PKGBUILD @@ -1,7 +1,7 @@ # $Id: PKGBUILD 80097 2010-05-11 18:04:26Z ibiru $ # Maintainer: Ionut Biru pkgname=telepathy-qt4 -pkgver=0.3.3 +pkgver=0.4.1 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients." arch=('i686' 'x86_64') @@ -9,15 +9,25 @@ url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL') options=('!libtool') -depends=('qt>=4.6.2' 'telepathy-farsight>=0.0.12') -makedepends=('libxslt' 'python') +depends=('qt>=4.7.0' 'telepathy-farsight>=0.0.15') +makedepends=('libxslt' 'python2') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('fcfd2e8b7c74adf9cf1ebc6615c613f63c9b4b049204a00c812357d388fa92af') +md5sums=('aa029f09848b955c01052c18e15def4e') build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \ - --disable-static - make || return 1 - make DESTDIR="$pkgdir" install + cd "${srcdir}" + + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DHAVE_QDBUSVARIANT_OPERATOR_EQUAL=1 + make } + +package() { + cd "${srcdir}"/build + make DESTDIR="$pkgdir" install +} +