pkgname: telepathy-qt pkgver: '0.9.8' pkgrel: '1' pkgdesc: A library for Qt5-based Telepathy clients url: 'https://telepathy.freedesktop.org/' arch: x86_64 depends: [] makedepends: - telepathy-farstream - libxslt - cmake - doxygen - qtbase - qttools source: - 'https://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-${pkgver}.tar.gz' sha256sums: - bf8e2a09060addb80475a4938105b9b41d9e6837999b7a00e5351783857e18ad build: | mkdir build cd build cmake ../telepathy-qt-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DPYTHON_EXECUTABLE=/usr/bin/python \ -DDESIRED_QT_VERSION=5 \ -DENABLE_EXAMPLES=OFF \ -DENABLE_TESTS=OFF make make DESTDIR=${PKGDIR} install package: | true