🔒 Repository is read-only – file editing is disabled.

recipes/gui/telepathy-qt/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
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