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

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 13:29:20
  Author: foutrelis
Revision: 384622

upgpkg: telepathy-qt 0.9.8-2: reproducibility rebuild

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 13:27:11 UTC (rev 384621)
+++ PKGBUILD2020-05-16 13:29:20 UTC (rev 384622)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.8
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://telepathy.freedesktop.org/wiki/";
 license=(LGPL)


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

2019-11-11 Thread Antonio Rojas via arch-commits
Date: Monday, November 11, 2019 @ 19:20:05
  Author: arojas
Revision: 367759

Update to 0.9.8

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 18:24:58 UTC (rev 367758)
+++ PKGBUILD2019-11-11 19:20:05 UTC (rev 367759)
@@ -3,20 +3,17 @@
 # Contributor: Ionut Biru 
 
 pkgname=telepathy-qt
-pkgver=0.9.7
-pkgrel=2
+pkgver=0.9.8
+pkgrel=1
 arch=(x86_64)
 url="https://telepathy.freedesktop.org/wiki/";
 license=(LGPL)
 pkgdesc="A library for Qt-based Telepathy clients"
 depends=(qt5-base telepathy-farstream)
-makedepends=(cmake doxygen python2 qt5-tools)
-conflicts=(telepathy-qt5)
-provides=(telepathy-qt5)
-replaces=(telepathy-qt5)
+makedepends=(cmake doxygen python qt5-tools)
 
source=("https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
- 'SKIP')
+sha256sums=('bf8e2a09060addb80475a4938105b9b41d9e6837999b7a00e5351783857e18ad'
+'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
@@ -26,10 +23,7 @@
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=5 \
 -DENABLE_EXAMPLES=OFF \
 -DENABLE_TESTS=OFF
   make


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:26:17
  Author: felixonmars
Revision: 338676

PIE/BUILDINFO rebuild

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:22:16 UTC (rev 338675)
+++ PKGBUILD2018-11-09 22:26:17 UTC (rev 338676)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="http://telepathy.freedesktop.org/wiki/";
 license=(LGPL)


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

2016-12-23 Thread Antonio Rojas
Date: Friday, December 23, 2016 @ 14:32:02
  Author: arojas
Revision: 284531

https

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-23 13:12:25 UTC (rev 284530)
+++ PKGBUILD2016-12-23 14:32:02 UTC (rev 284531)
@@ -15,7 +15,7 @@
 conflicts=(telepathy-qt5)
 provides=(telepathy-qt5)
 replaces=(telepathy-qt5)
-source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+source=("https://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
  'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich


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

2016-11-29 Thread Antonio Rojas
Date: Tuesday, November 29, 2016 @ 12:35:24
  Author: arojas
Revision: 282324

Drop qt4 support

Modified:
  telepathy-qt/trunk/PKGBUILD

--+
 PKGBUILD |   45 +++--
 1 file changed, 11 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-29 11:30:15 UTC (rev 282323)
+++ PKGBUILD2016-11-29 12:35:24 UTC (rev 282324)
@@ -3,27 +3,30 @@
 # Contributor: Andrea Scarpino 
 # Contributor: Ionut Biru 
 
-pkgbase=telepathy-qt
-pkgname=(telepathy-qt4 telepathy-qt5)
+pkgname=telepathy-qt
 pkgver=0.9.7
 pkgrel=1
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/";
 license=(LGPL)
-makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
-options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc})
+pkgdesc="A library for Qt-based Telepathy clients"
+depends=(qt5-base telepathy-farstream)
+makedepends=(cmake doxygen python2 qt5-tools)
+conflicts=(telepathy-qt5)
+provides=(telepathy-qt5)
+replaces=(telepathy-qt5)
+source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
 md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
  'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
-  mkdir build{,-qt4}
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../$pkgbase-$pkgver \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
@@ -31,35 +34,9 @@
 -DENABLE_EXAMPLES=OFF \
 -DENABLE_TESTS=OFF
   make
-  cd ..
-
-  cd build-qt4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DDESIRED_QT_VERSION=4 \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--DENABLE_EXAMPLES=OFF \
--DENABLE_TESTS=OFF
-  make
 }
 
-package_telepathy-qt4() {
-  pkgdesc="A library for Qt4-based Telepathy clients"
-  depends=(qt4 telepathy-farstream)
-  conflicts=(telepathy-qt)
-  replaces=(telepathy-qt)
-  provides=(telepathy-qt)
-
-  cd build-qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_telepathy-qt5() {
-  pkgdesc="A library for Qt5-based Telepathy clients"
-  depends=(qt5-base telepathy-farstream)
-
+package() {
   cd build
   make DESTDIR="$pkgdir" install
 }


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

2016-06-12 Thread Antonio Rojas
Date: Sunday, June 12, 2016 @ 16:48:45
  Author: arojas
Revision: 269395

Update to 0.9.7

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-12 13:46:41 UTC (rev 269394)
+++ PKGBUILD2016-06-12 14:48:45 UTC (rev 269395)
@@ -5,29 +5,20 @@
 
 pkgbase=telepathy-qt
 pkgname=(telepathy-qt4 telepathy-qt5)
-pkgver=0.9.6.1
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/";
 license=(LGPL)
 makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
 options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc}
 'glibc-2.20.patch'
-   
gstreamer-1.6.patch::"http://cgit.freedesktop.org/telepathy/telepathy-qt/patch/?id=ec4a3d62";)
-md5sums=('bebebfbe29d194a9ba00b4f422a44f74'
- 'SKIP'
- '8b5f10988c8e26551c3f5283413f0b92'
- '0bd5aa2a0aad18f812c9602b890e910e')
+source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc})
+md5sums=('86470dd3d7f6de8b8f4f36165486d42f'
+ 'SKIP')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
   mkdir build{,-qt4}
-
-# Fix build with glibc 2.20
-  cd $pkgbase-$pkgver
-  patch -p1 -i ../glibc-2.20.patch
-# Fix build with gstreamer 1.6
-  patch -p1 -i ../gstreamer-1.6.patch
 }
 
 build() {


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 01:32:58
  Author: bpiotrowski
Revision: 253111

C++11 ABI rebuild

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 00:28:36 UTC (rev 253110)
+++ PKGBUILD2015-12-07 00:32:58 UTC (rev 253111)
@@ -6,7 +6,7 @@
 pkgbase=telepathy-qt
 pkgname=(telepathy-qt4 telepathy-qt5)
 pkgver=0.9.6.1
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/";
 license=(LGPL)


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

2015-12-06 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 21:38:56
  Author: arojas
Revision: 252997

Fix build with gstreamer 1.6

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 20:37:51 UTC (rev 252996)
+++ PKGBUILD2015-12-06 20:38:56 UTC (rev 252997)
@@ -12,10 +12,12 @@
 license=(LGPL)
 makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
 options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc}
 'glibc-2.20.patch')
+source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc}
 'glibc-2.20.patch'
+   
gstreamer-1.6.patch::"http://cgit.freedesktop.org/telepathy/telepathy-qt/patch/?id=ec4a3d62";)
 md5sums=('bebebfbe29d194a9ba00b4f422a44f74'
  'SKIP'
- '8b5f10988c8e26551c3f5283413f0b92')
+ '8b5f10988c8e26551c3f5283413f0b92'
+ '0bd5aa2a0aad18f812c9602b890e910e')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
@@ -24,6 +26,8 @@
 # Fix build with glibc 2.20
   cd $pkgbase-$pkgver
   patch -p1 -i ../glibc-2.20.patch
+# Fix build with gstreamer 1.6
+  patch -p1 -i ../gstreamer-1.6.patch
 }
 
 build() {


[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD glibc-2.20.patch)

2015-08-17 Thread Antonio Rojas
Date: Monday, August 17, 2015 @ 20:40:15
  Author: arojas
Revision: 243836

Update to 0.9.6.1

Added:
  telepathy-qt/trunk/glibc-2.20.patch
Modified:
  telepathy-qt/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 glibc-2.20.patch |   25 +
 2 files changed, 36 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-17 18:04:03 UTC (rev 243835)
+++ PKGBUILD2015-08-17 18:40:15 UTC (rev 243836)
@@ -5,7 +5,7 @@
 
 pkgbase=telepathy-qt
 pkgname=(telepathy-qt4 telepathy-qt5)
-pkgver=0.9.6
+pkgver=0.9.6.1
 pkgrel=1
 arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/";
@@ -12,18 +12,23 @@
 license=(LGPL)
 makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
 options=(staticlibs)
-source=("http://telepathy.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz"{,.asc})
-md5sums=('1f18935f30dcf90282a2d6d65fcde752'
- 'SKIP')
+source=("http://telepathy.freedesktop.org/releases/$pkgbase/$pkgbase-$pkgver.tar.gz"{,.asc}
 'glibc-2.20.patch')
+md5sums=('bebebfbe29d194a9ba00b4f422a44f74'
+ 'SKIP'
+ '8b5f10988c8e26551c3f5283413f0b92')
 validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
   mkdir build{,-qt4}
+
+# Fix build with glibc 2.20
+  cd $pkgbase-$pkgver
+  patch -p1 -i ../glibc-2.20.patch
 }
 
 build() {
   cd build
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../$pkgbase-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
@@ -34,7 +39,7 @@
   cd ..
 
   cd build-qt4
-  cmake ../${pkgbase}-${pkgver} \
+  cmake ../$pkgbase-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \

Added: glibc-2.20.patch
===
--- glibc-2.20.patch(rev 0)
+++ glibc-2.20.patch2015-08-17 18:40:15 UTC (rev 243836)
@@ -0,0 +1,25 @@
+From 2a460afdbd0cb39d8dcecaf6cea5ce9ce7d3216b Mon Sep 17 00:00:00 2001
+From: Niels Ole Salscheider 
+Date: Fri, 5 Jun 2015 12:47:13 +0200
+Subject: CMake: Fixed deprecated _BSD_SOURCE.
+
+Since glibc-2.20 _DEFAULT_SOURCE definition is also required.
+
+Reviewed-by: Alexandr Akulich
+
+diff --git a/cmake/modules/TelepathyDefaults.cmake 
b/cmake/modules/TelepathyDefaults.cmake
+index d34b24d..dc98697 100644
+--- a/cmake/modules/TelepathyDefaults.cmake
 b/cmake/modules/TelepathyDefaults.cmake
+@@ -108,7 +108,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
+ endif(${NOT_RELEASE} EQUAL 1)
+ 
+ if(CMAKE_SYSTEM_NAME MATCHES Linux)
+-add_definitions(-D_BSD_SOURCE)
++add_definitions(-D_BSD_SOURCE -D_DEFAULT_SOURCE)
+ endif(CMAKE_SYSTEM_NAME MATCHES Linux)
+ 
+ # Compiler coverage
+-- 
+cgit v0.10.2
+


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

2015-05-16 Thread Antonio Rojas
Date: Saturday, May 16, 2015 @ 13:39:34
  Author: arojas
Revision: 239443

Update to 0.9.6

Modified:
  telepathy-qt/trunk/PKGBUILD

--+
 PKGBUILD |   31 +--
 1 file changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-16 09:53:50 UTC (rev 239442)
+++ PKGBUILD2015-05-16 11:39:34 UTC (rev 239443)
@@ -1,19 +1,21 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 # Contributor: Ionut Biru 
 
 pkgbase=telepathy-qt
-pkgname=('telepathy-qt4' 'telepathy-qt5')
-pkgver=0.9.5
-pkgrel=2
-arch=('i686' 'x86_64')
+pkgname=(telepathy-qt4 telepathy-qt5)
+pkgver=0.9.6
+pkgrel=1
+arch=(i686 x86_64)
 url="http://telepathy.freedesktop.org/wiki/";
-license=('LGPL')
-makedepends=('qt4' 'telepathy-farstream' 'libxslt' 'python2' 'cmake' 'doxygen' 
'qt5-base')
-options=('staticlibs')
+license=(LGPL)
+makedepends=(qt4 telepathy-farstream libxslt python2 cmake doxygen qt5-base)
+options=(staticlibs)
 
source=("http://telepathy.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz"{,.asc})
-md5sums=('22c0daa7e4f7e48e779f703c9b27b816'
+md5sums=('1f18935f30dcf90282a2d6d65fcde752'
  'SKIP')
+validpgpkeys=('AA33B0D27868E36C151780F0FE0B6D736B1195ED') # Alexandr Akulich
 
 prepare() {
   mkdir build{,-qt4}
@@ -25,6 +27,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DDESIRED_QT_VERSION=5 \
 -DENABLE_EXAMPLES=OFF \
 -DENABLE_TESTS=OFF
   make
@@ -44,10 +47,10 @@
 
 package_telepathy-qt4() {
   pkgdesc="A library for Qt4-based Telepathy clients"
-  depends=('qt4' 'telepathy-farstream')
-  conflicts=('telepathy-qt')
-  replaces=('telepathy-qt')
-  provides=('telepathy-qt')
+  depends=(qt4 telepathy-farstream)
+  conflicts=(telepathy-qt)
+  replaces=(telepathy-qt)
+  provides=(telepathy-qt)
 
   cd build-qt4
   make DESTDIR="$pkgdir" install
@@ -55,7 +58,7 @@
 
 package_telepathy-qt5() {
   pkgdesc="A library for Qt5-based Telepathy clients"
-  depends=('qt5-base' 'telepathy-farstream')
+  depends=(qt5-base telepathy-farstream)
 
   cd build
   make DESTDIR="$pkgdir" install


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

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 19:42:28
  Author: andrea
Revision: 225108

upgpkg: telepathy-qt 0.9.5-2

Do not provide yourself

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 17:33:35 UTC (rev 225107)
+++ PKGBUILD2014-10-20 17:42:28 UTC (rev 225108)
@@ -5,7 +5,7 @@
 pkgbase=telepathy-qt
 pkgname=('telepathy-qt4' 'telepathy-qt5')
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
 license=('LGPL')
@@ -45,9 +45,9 @@
 package_telepathy-qt4() {
   pkgdesc="A library for Qt4-based Telepathy clients"
   depends=('qt4' 'telepathy-farstream')
-  conflicts=('telepathy-qt4' 'telepathy-qt')
-  replaces=('telepathy-qt4' 'telepathy-qt')
-  provides=('telepathy-qt4' 'telepathy-qt')
+  conflicts=('telepathy-qt')
+  replaces=('telepathy-qt')
+  provides=('telepathy-qt')
 
   cd build-qt4
   make DESTDIR="$pkgdir" install


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

2014-10-20 Thread Andrea Scarpino
Date: Monday, October 20, 2014 @ 19:26:11
  Author: andrea
Revision: 225098

upgpkg: telepathy-qt 0.9.5-1

Ship the Qt5 version also

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-20 17:25:57 UTC (rev 225097)
+++ PKGBUILD2014-10-20 17:26:11 UTC (rev 225098)
@@ -2,39 +2,61 @@
 # Maintainer: Andrea Scarpino 
 # Contributor: Ionut Biru 
 
-pkgname=telepathy-qt
+pkgbase=telepathy-qt
+pkgname=('telepathy-qt4' 'telepathy-qt5')
 pkgver=0.9.5
 pkgrel=1
-pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
 license=('LGPL')
-depends=('qt4' 'telepathy-farstream')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
-conflicts=('telepathy-qt4')
-replaces=('telepathy-qt4')
-provides=('telepathy-qt4')
+makedepends=('qt4' 'telepathy-farstream' 'libxslt' 'python2' 'cmake' 'doxygen' 
'qt5-base')
 options=('staticlibs')
-source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("http://telepathy.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz"{,.asc})
 md5sums=('22c0daa7e4f7e48e779f703c9b27b816'
  'SKIP')
 
 prepare() {
-  mkdir build
-
+  mkdir build{,-qt4}
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_EXAMPLES=OFF \
 -DENABLE_TESTS=OFF
   make
+  cd ..
+
+  cd build-qt4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DDESIRED_QT_VERSION=4 \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-DENABLE_EXAMPLES=OFF \
+-DENABLE_TESTS=OFF
+  make
 }
 
-package() {
+package_telepathy-qt4() {
+  pkgdesc="A library for Qt4-based Telepathy clients"
+  depends=('qt4' 'telepathy-farstream')
+  conflicts=('telepathy-qt4' 'telepathy-qt')
+  replaces=('telepathy-qt4' 'telepathy-qt')
+  provides=('telepathy-qt4' 'telepathy-qt')
+
+  cd build-qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_telepathy-qt5() {
+  pkgdesc="A library for Qt5-based Telepathy clients"
+  depends=('qt5-base' 'telepathy-farstream')
+
   cd build
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD farstream-0.2.patch)

2014-09-09 Thread Andrea Scarpino
Date: Wednesday, September 10, 2014 @ 08:35:39
  Author: andrea
Revision: 221361

upgpkg: telepathy-qt 0.9.5-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD
Deleted:
  telepathy-qt/trunk/farstream-0.2.patch

-+
 PKGBUILD|   18 +++---
 farstream-0.2.patch |   28 
 2 files changed, 7 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-10 04:09:24 UTC (rev 221360)
+++ PKGBUILD2014-09-10 06:35:39 UTC (rev 221361)
@@ -1,31 +1,27 @@
 # $Id$
-# Maintainer: Ionut Biru 
 # Maintainer: Andrea Scarpino 
+# Contributor: Ionut Biru 
 
 pkgname=telepathy-qt
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
 license=('LGPL')
-depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+depends=('qt4' '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"{,.asc}
-'farstream-0.2.patch')
-md5sums=('75b18e151b1c4fab9f149d0eb46a494d'
- 'SKIP'
- '6b2421c59d20d29fece8d5e6445354c7')
+options=('staticlibs')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('22c0daa7e4f7e48e779f703c9b27b816'
+ 'SKIP')
 
 prepare() {
   mkdir build
 
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/farstream-0.2.patch
-
 }
 
 build() {

Deleted: farstream-0.2.patch
===
--- farstream-0.2.patch 2014-09-10 04:09:24 UTC (rev 221360)
+++ farstream-0.2.patch 2014-09-10 06:35:39 UTC (rev 221361)
@@ -1,28 +0,0 @@
-diff -urB telepathy-qt/cmake/modules/FindFarstream.cmake 
new/cmake/modules/FindFarstream.cmake
 telepathy-qt/cmake/modules/FindFarstream.cmake 2012-04-25 
22:14:22.275967164 +0200
-+++ new/cmake/modules/FindFarstream.cmake  2012-10-07 12:19:46.543103512 
+0200
-@@ -23,9 +23,9 @@
- # in the find_path() and find_library() calls
- find_package(PkgConfig)
- if (FARSTREAM_MIN_VERSION)
--PKG_CHECK_MODULES(PC_FARSTREAM 
farstream-0.1>=${FARSTREAM_MIN_VERSION})
-+PKG_CHECK_MODULES(PC_FARSTREAM 
farstream-0.2>=${FARSTREAM_MIN_VERSION})
- else (FARSTREAM_MIN_VERSION)
--PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.1)
-+PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.2)
- endif (FARSTREAM_MIN_VERSION)
- set(FARSTREAM_DEFINITIONS ${PC_FARSTREAM_CFLAGS_OTHER})
- endif (NOT WIN32)
-@@ -34,10 +34,10 @@
-PATHS
-${PC_FARSTREAM_INCLUDEDIR}
-${PC_FARSTREAM_INCLUDE_DIRS}
--   PATH_SUFFIXES farstream-0.1
-+   PATH_SUFFIXES farstream-0.2
-)
- 
--find_library(FARSTREAM_LIBRARIES NAMES farstream-0.1
-+find_library(FARSTREAM_LIBRARIES NAMES farstream-0.2
-PATHS
-${PC_FARSTREAM_LIBDIR}
-${PC_FARSTREAM_LIBRARY_DIRS}



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

2014-07-25 Thread Andrea Scarpino
Date: Friday, July 25, 2014 @ 09:12:49
  Author: andrea
Revision: 217831

upgpkg: telepathy-qt 0.9.4-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-25 02:51:09 UTC (rev 217830)
+++ PKGBUILD2014-07-25 07:12:49 UTC (rev 217831)
@@ -3,8 +3,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=telepathy-qt
-pkgver=0.9.3
-pkgrel=8
+pkgver=0.9.4
+pkgrel=1
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
@@ -15,12 +15,10 @@
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
 
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'farstream-0.2.patch'
-'cmake.patch')
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+'farstream-0.2.patch')
+md5sums=('75b18e151b1c4fab9f149d0eb46a494d'
  'SKIP'
- '6b2421c59d20d29fece8d5e6445354c7'
- '50e9db71c0e23b59dba1f20a592e4b8d')
+ '6b2421c59d20d29fece8d5e6445354c7')
 
 prepare() {
   mkdir build
@@ -27,7 +25,6 @@
 
   cd ${pkgname}-${pkgver}
   patch -p1 -i "${srcdir}"/farstream-0.2.patch
-  patch -p1 -i "${srcdir}"/cmake.patch
 
 }
 



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

2014-06-30 Thread Andrea Scarpino
Date: Monday, June 30, 2014 @ 19:14:46
  Author: andrea
Revision: 215849

upgpkg: telepathy-qt 0.9.3-8

MTREE rebuild

Modified:
  telepathy-qt/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 17:12:23 UTC (rev 215848)
+++ PKGBUILD2014-06-30 17:14:46 UTC (rev 215849)
@@ -4,7 +4,7 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
@@ -23,25 +23,25 @@
  '50e9db71c0e23b59dba1f20a592e4b8d')
 
 prepare() {
-mkdir build
+  mkdir build
 
-cd ${pkgname}-${pkgver}
-patch -p1 -i "${srcdir}"/farstream-0.2.patch
-patch -p1 -i "${srcdir}"/cmake.patch
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}"/farstream-0.2.patch
+  patch -p1 -i "${srcdir}"/cmake.patch
 
 }
 
 build() {
-cd build
-cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_TESTS=OFF
-make
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_TESTS=OFF
+  make
 }
 
 package() {
-cd build
-make DESTDIR="$pkgdir" install
+  cd build
+  make DESTDIR="$pkgdir" install
 }



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

2014-03-06 Thread Andrea Scarpino
Date: Thursday, March 6, 2014 @ 11:33:54
  Author: andrea
Revision: 206922

Fix build with cmake  2.8.12

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-06 06:22:04 UTC (rev 206921)
+++ PKGBUILD2014-03-06 10:33:54 UTC (rev 206922)
@@ -15,17 +15,23 @@
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
 
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'farstream-0.2.patch')
+'farstream-0.2.patch'
+'cmake.patch')
 md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
- 'e1b851b08b159fca39596ff8395ca53a'
- '6b2421c59d20d29fece8d5e6445354c7')
+ 'SKIP'
+ '6b2421c59d20d29fece8d5e6445354c7'
+ '50e9db71c0e23b59dba1f20a592e4b8d')
 
-build() {
+prepare() {
+mkdir build
+
 cd ${pkgname}-${pkgver}
 patch -p1 -i "${srcdir}"/farstream-0.2.patch
-cd ../
+patch -p1 -i "${srcdir}"/cmake.patch
 
-mkdir build
+}
+
+build() {
 cd build
 cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \



[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD farstream-0.2.patch)

2013-03-11 Thread Andrea Scarpino
Date: Monday, March 11, 2013 @ 15:03:02
  Author: andrea
Revision: 179900

Enable farstream support again

Added:
  telepathy-qt/trunk/farstream-0.2.patch
Modified:
  telepathy-qt/trunk/PKGBUILD

-+
 PKGBUILD|   16 +++-
 farstream-0.2.patch |   28 
 2 files changed, 39 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 07:57:24 UTC (rev 179899)
+++ PKGBUILD2013-03-11 14:03:02 UTC (rev 179900)
@@ -4,22 +4,28 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
 license=('LGPL')
 options=('!libtool')
-depends=('qt4')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen' 'telepathy-glib')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
+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"{,.asc})
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'farstream-0.2.patch')
 md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
- 'e1b851b08b159fca39596ff8395ca53a')
+ 'e1b851b08b159fca39596ff8395ca53a'
+ '6b2421c59d20d29fece8d5e6445354c7')
 
 build() {
+cd ${pkgname}-${pkgver}
+patch -p1 -i "${srcdir}"/farstream-0.2.patch
+cd ../
+
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \

Added: farstream-0.2.patch
===
--- farstream-0.2.patch (rev 0)
+++ farstream-0.2.patch 2013-03-11 14:03:02 UTC (rev 179900)
@@ -0,0 +1,28 @@
+diff -urB telepathy-qt/cmake/modules/FindFarstream.cmake 
new/cmake/modules/FindFarstream.cmake
+--- telepathy-qt/cmake/modules/FindFarstream.cmake 2012-04-25 
22:14:22.275967164 +0200
 new/cmake/modules/FindFarstream.cmake  2012-10-07 12:19:46.543103512 
+0200
+@@ -23,9 +23,9 @@
+ # in the find_path() and find_library() calls
+ find_package(PkgConfig)
+ if (FARSTREAM_MIN_VERSION)
+-PKG_CHECK_MODULES(PC_FARSTREAM 
farstream-0.1>=${FARSTREAM_MIN_VERSION})
++PKG_CHECK_MODULES(PC_FARSTREAM 
farstream-0.2>=${FARSTREAM_MIN_VERSION})
+ else (FARSTREAM_MIN_VERSION)
+-PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.1)
++PKG_CHECK_MODULES(PC_FARSTREAM farstream-0.2)
+ endif (FARSTREAM_MIN_VERSION)
+ set(FARSTREAM_DEFINITIONS ${PC_FARSTREAM_CFLAGS_OTHER})
+ endif (NOT WIN32)
+@@ -34,10 +34,10 @@
+PATHS
+${PC_FARSTREAM_INCLUDEDIR}
+${PC_FARSTREAM_INCLUDE_DIRS}
+-   PATH_SUFFIXES farstream-0.1
++   PATH_SUFFIXES farstream-0.2
+)
+ 
+-find_library(FARSTREAM_LIBRARIES NAMES farstream-0.1
++find_library(FARSTREAM_LIBRARIES NAMES farstream-0.2
+PATHS
+${PC_FARSTREAM_LIBDIR}
+${PC_FARSTREAM_LIBRARY_DIRS}



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

2013-03-09 Thread Andrea Scarpino
Date: Saturday, March 9, 2013 @ 19:32:06
  Author: andrea
Revision: 179818

upgpkg: telepathy-qt 0.9.3-6

Remove non needed deps (FS#34087)

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 18:07:06 UTC (rev 179817)
+++ PKGBUILD2013-03-09 18:32:06 UTC (rev 179818)
@@ -4,14 +4,14 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/";
 license=('LGPL')
 options=('!libtool')
-depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
-makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
+depends=('qt4')
+makedepends=('libxslt' 'python2' 'cmake' 'doxygen' 'telepathy-glib')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
@@ -20,8 +20,6 @@
  'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
-. /etc/profile.d/qt4.sh
-
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \



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

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 07:35:36
  Author: andrea
Revision: 178664

upgpkg: telepathy-qt 0.9.3-5

qt4 rebuild

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 06:33:36 UTC (rev 178663)
+++ PKGBUILD2013-02-26 06:35:36 UTC (rev 178664)
@@ -4,13 +4,13 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=4
+pkgrel=5
 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' 'gstreamer0.10-base')
+depends=('qt4' 'telepathy-farstream' 'gstreamer0.10-base')
 makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')
@@ -20,6 +20,8 @@
  'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
+. /etc/profile.d/qt4.sh
+
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \



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

2013-02-15 Thread Andrea Scarpino
Date: Friday, February 15, 2013 @ 11:07:20
  Author: andrea
Revision: 178068

upgpkg: telepathy-qt 0.9.3-4

Remove broken farstream 0.1 support

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-15 02:56:58 UTC (rev 178067)
+++ PKGBUILD2013-02-15 10:07:20 UTC (rev 178068)
@@ -4,13 +4,13 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=3
+pkgrel=4
 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' 'farstream-0.1')
+depends=('qt' 'telepathy-farstream' 'gstreamer0.10-base')
 makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')
@@ -20,7 +20,6 @@
  'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
-cd "$srcdir"
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \
@@ -32,6 +31,6 @@
 }
 
 package() {
-cd "$srcdir"/build
+cd build
 make DESTDIR="$pkgdir" install
 }



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

2013-01-12 Thread Andrea Scarpino
Date: Saturday, January 12, 2013 @ 08:25:05
  Author: andrea
Revision: 175066

Force python2 when python is installed

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-12 12:47:40 UTC (rev 175065)
+++ PKGBUILD2013-01-12 13:25:05 UTC (rev 175066)
@@ -26,6 +26,7 @@
 cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
 -DENABLE_TESTS=OFF
 make
 }



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

2013-01-12 Thread Andrea Scarpino
Date: Saturday, January 12, 2013 @ 05:12:37
  Author: andrea
Revision: 175049

upgpkg: telepathy-qt 0.9.3-3

Rebuilt with farstream 0.1 support

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-12 09:52:05 UTC (rev 175048)
+++ PKGBUILD2013-01-12 10:12:37 UTC (rev 175049)
@@ -4,20 +4,20 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=2
+pkgrel=3
 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-glib')
-#depends=('qt' 'telepathy-farstream')
+depends=('qt' 'telepathy-farstream' 'farstream-0.1')
 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";)
-md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37'
+ 'e1b851b08b159fca39596ff8395ca53a')
 
 build() {
 cd "$srcdir"



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

2012-11-16 Thread Andrea Scarpino
Date: Friday, November 16, 2012 @ 11:58:18
  Author: andrea
Revision: 171093

upgpkg: telepathy-qt 0.9.3-2

Build without farstream as 0.2 is not supported

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 15:40:08 UTC (rev 171092)
+++ PKGBUILD2012-11-16 16:58:18 UTC (rev 171093)
@@ -4,13 +4,14 @@
 
 pkgname=telepathy-qt
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 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')
+depends=('qt' 'telepathy-glib')
+#depends=('qt' 'telepathy-farstream')
 makedepends=('libxslt' 'python2' 'cmake' 'doxygen')
 conflicts=('telepathy-qt4')
 replaces=('telepathy-qt4')



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

2012-07-15 Thread Andrea Scarpino
Date: Sunday, July 15, 2012 @ 06:41:05
  Author: andrea
Revision: 163540

upgpkg: telepathy-qt 0.9.3-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-15 05:04:36 UTC (rev 163539)
+++ PKGBUILD2012-07-15 10:41:05 UTC (rev 163540)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=telepathy-qt
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('telepathy-qt4')
 provides=('telepathy-qt4')
 
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
+md5sums=('94ac93aedf5f6fff49837bc8368e5a37')
 
 build() {
 cd "$srcdir"
@@ -24,7 +24,8 @@
 cd build
 cmake ../${pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TESTS=OFF
 make
 }
 



[arch-commits] Commit in telepathy-qt/trunk (PKGBUILD gcc47.patch)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 09:09:11
  Author: andrea
Revision: 163228

upgpkg: telepathy-qt 0.9.2-1

Upstream release

Modified:
  telepathy-qt/trunk/PKGBUILD
Deleted:
  telepathy-qt/trunk/gcc47.patch

-+
 PKGBUILD|   10 +++---
 gcc47.patch |   36 
 2 files changed, 3 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 12:24:16 UTC (rev 163227)
+++ PKGBUILD2012-07-11 13:09:11 UTC (rev 163228)
@@ -3,7 +3,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=telepathy-qt
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A library for Qt-based Telepathy clients"
 arch=('i686' 'x86_64')
@@ -15,15 +15,11 @@
 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')
+source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e49df0c6d19bbac622209d0f87f0d1b2')
 
 build() {
 cd "$srcdir"
-patch -Np0 -i gcc47.patch
-
 mkdir build
 cd build
 cmake ../${pkgname}-${pkgver} \

Deleted: gcc47.patch
===
--- gcc47.patch 2012-07-11 12:24:16 UTC (rev 163227)
+++ gcc47.patch 2012-07-11 13:09:11 UTC (rev 163228)
@@ -1,36 +0,0 @@
-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 +
-+++ telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp2012-04-01 
17:51:00.233486476 +
-@@ -39,6 +39,8 @@
- #include 
- #include 
- #include 
-+ 
-+#include 
- 
- 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 +
-+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp  2012-04-01 
17:51:00.233486476 +
-@@ -38,6 +38,8 @@
- #include 
- #include 
- 
-+#include 
-+
- 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 +
-+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp  2012-04-01 
17:51:00.233486476 +
-@@ -38,6 +38,8 @@
- #include 
- #include 
- 
-+#include 
-+
- namespace Tp
- {
-