From 5737baa232e3ea0131d0c132e2408833037eabe9 Mon Sep 17 00:00:00 2001 From: Duncan Overbruck Date: Sat, 24 Jan 2015 19:40:44 +0100 Subject: [PATCH] New package: telepathy-qt-0.9.5 telepathy-qt fix --- common/shlibs | 2 ++ srcpkgs/telepathy-qt-devel | 1 + srcpkgs/telepathy-qt-farstream | 1 + srcpkgs/telepathy-qt/template | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+) create mode 120000 srcpkgs/telepathy-qt-devel create mode 120000 srcpkgs/telepathy-qt-farstream create mode 100644 srcpkgs/telepathy-qt/template diff --git a/common/shlibs b/common/shlibs index 389e2427788..d58e8dc8c83 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1898,3 +1898,5 @@ libechonest.so.2.3 libechonest-2.3.0_1 libquazip.so.1 quazip-0.7.1_1 libqtkeychain.so.0 qtkeychain-0.4.0_1 libjreen.so.1 jreen-1.2.0_1 +libtelepathy-qt4.so.2 telepathy-qt-0.9.5_1 +libtelepathy-qt4-farstream.so.2 telepathy-qt-farstream-0.9.5_1 diff --git a/srcpkgs/telepathy-qt-devel b/srcpkgs/telepathy-qt-devel new file mode 120000 index 00000000000..0403167d78e --- /dev/null +++ b/srcpkgs/telepathy-qt-devel @@ -0,0 +1 @@ +telepathy-qt \ No newline at end of file diff --git a/srcpkgs/telepathy-qt-farstream b/srcpkgs/telepathy-qt-farstream new file mode 120000 index 00000000000..0403167d78e --- /dev/null +++ b/srcpkgs/telepathy-qt-farstream @@ -0,0 +1 @@ +telepathy-qt \ No newline at end of file diff --git a/srcpkgs/telepathy-qt/template b/srcpkgs/telepathy-qt/template new file mode 100644 index 00000000000..e39a81422f4 --- /dev/null +++ b/srcpkgs/telepathy-qt/template @@ -0,0 +1,32 @@ +# Template file for 'telepathy-qt' +pkgname=telepathy-qt +version=0.9.5 +revision=1 +build_style=cmake +configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF" +hostmakedepends="cmake pkg-config" +makedepends="qt-devel telepathy-farstream-devel telepathy-glib-devel gstreamer-devel" +short_desc="Qt4 bindings for the Telepathy D-Bus protocol" +maintainer="Duncan Overbruck " +license="LGPL-2.1" +homepage="http://telepathy.freedesktop.org/" +distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=93474858efe55bf45ee9352f88b852d4a24505939dc81a3a3c6fa5a686809c8e + +telepathy-qt-farstream_package() { + depends="telepathy-qt>=${version}_${revision}" + pkg_install() { + vmove usr/lib/pkgconfig/TelepathyQt4Farstream.pc + vmove usr/lib/*-farstream.so.* + } +} + +telepathy-qt-devel_package() { + depends="telepathy-qt>=${version}_${revision} telepathy-qt-farstream>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake/TelepathyQt4* + vmove usr/lib/*.so + } +}