diff --git a/common/shlibs b/common/shlibs index 5e6dddfeb12..514d5035597 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2010,3 +2010,5 @@ libqca.so.2 qca-qt5-2.1.0_1 libqt5keychain.so.0 qtkeychain-qt5-0.4.0_1 libphonon4qt5.so.4 phonon-qt5-4.8.3_1 libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1 +libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1 +libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_1 diff --git a/srcpkgs/telepathy-qt5-devel b/srcpkgs/telepathy-qt5-devel new file mode 120000 index 00000000000..22de5457693 --- /dev/null +++ b/srcpkgs/telepathy-qt5-devel @@ -0,0 +1 @@ +telepathy-qt5 \ No newline at end of file diff --git a/srcpkgs/telepathy-qt5-farstream b/srcpkgs/telepathy-qt5-farstream new file mode 120000 index 00000000000..22de5457693 --- /dev/null +++ b/srcpkgs/telepathy-qt5-farstream @@ -0,0 +1 @@ +telepathy-qt5 \ No newline at end of file diff --git a/srcpkgs/telepathy-qt5/template b/srcpkgs/telepathy-qt5/template new file mode 100644 index 00000000000..7cff0b614dd --- /dev/null +++ b/srcpkgs/telepathy-qt5/template @@ -0,0 +1,40 @@ +# Template file for 'telepathy-qt' +pkgname=telepathy-qt5 +version=0.9.5 +revision=1 +wrksrc=${pkgname//5/}-${version} +build_style=cmake +configure_args=" + -DENABLE_EXAMPLES=OFF + -DENABLE_TESTS=OFF + -DDESIRED_QT_VERSION=5 + -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5" +hostmakedepends="cmake pkg-config" +makedepends="qt5-devel telepathy-farstream-devel telepathy-glib-devel gstreamer-devel" +short_desc="Qt5 bindings for the Telepathy D-Bus protocol" +maintainer="Duncaen " +license="LGPL-2.1" +homepage="http://telepathy.freedesktop.org/" +distfiles="http://telepathy.freedesktop.org/releases/${pkgname//5/}/${pkgname//5/}-${version}.tar.gz" +checksum=93474858efe55bf45ee9352f88b852d4a24505939dc81a3a3c6fa5a686809c8e + +subpackages="telepathy-qt5-farstream telepathy-qt5-devel" + +telepathy-qt5-farstream_package() { + depends="telepathy-qt5>=${version}_${revision}" + pkg_install() { + vmove usr/lib/*-farstream.so.* + } +} + +telepathy-qt5-devel_package() { + depends="telepathy-qt5>=${version}_${revision} telepathy-qt5-farstream>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/cmake/TelepathyQt5* + vmove usr/lib/*.so + vmove usr/lib/*.a + vmove usr/lib/pkgconfig + } +}