From afc14068af713aaebed6f934d6eca6af0dbc99df Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 27 Jan 2020 15:38:24 +0100 Subject: testing/telepathy-qt: new aport --- testing/telepathy-qt/APKBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testing/telepathy-qt/APKBUILD (limited to 'testing') diff --git a/testing/telepathy-qt/APKBUILD b/testing/telepathy-qt/APKBUILD new file mode 100644 index 00000000000..e88de3509c3 --- /dev/null +++ b/testing/telepathy-qt/APKBUILD @@ -0,0 +1,42 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=telepathy-qt +pkgver=0.9.8 +pkgrel=0 +arch="all" +url="http://telepathy.freedesktop.org/wiki/" +license="LGPL-2.1-or-later" +pkgdesc="A library for Qt-based Telepathy clients" +depends_dev="telepathy-farstream-dev telepathy-glib-dev gstreamer-dev" +makedepends="$depends_dev cmake python3 qt5-qttools-dev doxygen" +source="https://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-$pkgver.tar.gz" +subpackages="$pkgname-dev $pkgname-doc" +options="!check" + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DPYTHON_EXECUTABLE=/usr/bin/python3 \ + -DDESIRED_QT_VERSION=5 \ + -DENABLE_EXAMPLES=OFF \ + -DENABLE_TESTS=TRUE + make + + doxygen doxygen.cfg +} + +check() { + # BaseConnectionManager requires jabber support + # BaseProtocol is broken + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "Base(ConnectionManager|Protocol)" +} + +package() { + DESTDIR="$pkgdir" make install + + install -d "$pkgdir"/usr/share/doc/$pkgname + cp -r doc/html "$pkgdir"/usr/share/doc/$pkgname/ +} +sha512sums="fad662c02417c8e4e239d438ea3549226e589442aea8418c8922a6b78ff88422a36c1cc0d2e3591240fac115390a7fbdb1b4deea98187051cc811175b60b9e8b telepathy-qt-0.9.8.tar.gz" -- cgit v1.2.3