From 80ba845c7cb571644d9dea61b9872c393d128c37 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Jun 2011 22:48:12 +0000 Subject: Sat Jun 4 22:48:12 UTC 2011 --- extra/cppunit/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ extra/cppunit/gcc4.5.patch | 15 +++++++++++++++ extra/telepathy-gabble/PKGBUILD | 8 ++++---- extra/telepathy-qt4/PKGBUILD | 6 +++--- 4 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 extra/cppunit/PKGBUILD create mode 100644 extra/cppunit/gcc4.5.patch (limited to 'extra') diff --git a/extra/cppunit/PKGBUILD b/extra/cppunit/PKGBUILD new file mode 100644 index 000000000..b7dd30d27 --- /dev/null +++ b/extra/cppunit/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 126261 2011-06-03 13:02:27Z stephane $ +# Maintainer: Stéphane Gaudreault +# Contributor: Jeff 'codemac' Mickey + +pkgname=cppunit +pkgver=1.12.1 +pkgrel=3 +pkgdesc="A C++ unit testing framework" +arch=('i686' 'x86_64') +url="http://cppunit.sourceforge.net" +license=('LGPL') +depends=('sh' 'gcc-libs') +makedepends=('gcc') +options=('!libtool') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" + 'gcc4.5.patch') +md5sums=('bd30e9cf5523cdfc019b94f5e1d7fd19' + '7f4e3b50fa1ee8bc854ab431848dddec') + +build() { + cd "${srcdir}/$pkgname-$pkgver" + patch -Np1 -i ../gcc4.5.patch + autoreconf + libtoolize -f + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/$pkgname-$pkgver" + make DESTDIR="${pkgdir}" install +} diff --git a/extra/cppunit/gcc4.5.patch b/extra/cppunit/gcc4.5.patch new file mode 100644 index 000000000..86d4a424d --- /dev/null +++ b/extra/cppunit/gcc4.5.patch @@ -0,0 +1,15 @@ +--- cppunit-1.12.1.orig/src/cppunit/Makefile.am ++++ cppunit-1.12.1/src/cppunit/Makefile.am +@@ -63,5 +63,11 @@ + + libcppunit_la_LDFLAGS= \ + -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ +- -release $(LT_RELEASE) ++ -release $(LT_RELEASE) @LIBADD_DL@ + ++TESTS = t_link ++ ++check_PROGRAMS = t_link ++ ++t_link_SOURCES = t_link.cpp ++t_link_LDADD = libcppunit.la diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD index 0eaff4907..1bff1b38b 100644 --- a/extra/telepathy-gabble/PKGBUILD +++ b/extra/telepathy-gabble/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 120355 2011-04-22 18:03:17Z ibiru $ +# $Id: PKGBUILD 126264 2011-06-03 13:39:35Z ibiru $ # Maintainer : Ionut Biru # Contributor: Daniel Balieiro # Contributor: Rodrigo L. M. Flores 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 @@ makedepends=('libxslt' 'python2') 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} diff --git a/extra/telepathy-qt4/PKGBUILD b/extra/telepathy-qt4/PKGBUILD index 033611f63..e3e65a267 100644 --- a/extra/telepathy-qt4/PKGBUILD +++ b/extra/telepathy-qt4/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124315 2011-05-19 11:49:47Z andrea $ +# $Id: PKGBUILD 126269 2011-06-03 14:35:07Z ibiru $ # Maintainer: Ionut Biru # Contributor: Andrea Scarpino pkgname=telepathy-qt4 -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') depends=('qt' 'telepathy-farsight') makedepends=('libxslt' 'python2' 'cmake') source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('2acb266af1a3f55f7104830ac8db2090') +md5sums=('c429458a365f5114bbc9ea3fc971fc45') build() { cd "${srcdir}" -- cgit v1.2.3-54-g00ecf