2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: Qt5 tabanlı Telepathy istemcileri için bir kütüphane
|
|
|
|
|
# URL: http://telepathy.freedesktop.org/wiki/
|
|
|
|
|
# Paketçi: alihan-ozturk28@hotmail.com
|
|
|
|
|
# Gerekler: telepathy-farstream libxslt cmake doxygen qt5
|
2018-07-26 11:37:57 +02:00
|
|
|
|
# Grup: kütüphane
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=telepathy-qt5
|
|
|
|
|
surum=0.9.7
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd telepathy-qt-$surum
|
|
|
|
|
cmake -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=$PKG install
|
|
|
|
|
}
|