New package: telepathy-qt-0.9.5
telepathy-qt fix
This commit is contained in:
parent
e226f0f9de
commit
5737baa232
4 changed files with 36 additions and 0 deletions
|
@ -1898,3 +1898,5 @@ libechonest.so.2.3 libechonest-2.3.0_1
|
|||
libquazip.so.1 quazip-0.7.1_1
|
||||
libqtkeychain.so.0 qtkeychain-0.4.0_1
|
||||
libjreen.so.1 jreen-1.2.0_1
|
||||
libtelepathy-qt4.so.2 telepathy-qt-0.9.5_1
|
||||
libtelepathy-qt4-farstream.so.2 telepathy-qt-farstream-0.9.5_1
|
||||
|
|
1
srcpkgs/telepathy-qt-devel
Symbolic link
1
srcpkgs/telepathy-qt-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
telepathy-qt
|
1
srcpkgs/telepathy-qt-farstream
Symbolic link
1
srcpkgs/telepathy-qt-farstream
Symbolic link
|
@ -0,0 +1 @@
|
|||
telepathy-qt
|
32
srcpkgs/telepathy-qt/template
Normal file
32
srcpkgs/telepathy-qt/template
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'telepathy-qt'
|
||||
pkgname=telepathy-qt
|
||||
version=0.9.5
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="qt-devel telepathy-farstream-devel telepathy-glib-devel gstreamer-devel"
|
||||
short_desc="Qt4 bindings for the Telepathy D-Bus protocol"
|
||||
maintainer="Duncan Overbruck <mail@duncano.de>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://telepathy.freedesktop.org/"
|
||||
distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=93474858efe55bf45ee9352f88b852d4a24505939dc81a3a3c6fa5a686809c8e
|
||||
|
||||
telepathy-qt-farstream_package() {
|
||||
depends="telepathy-qt>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig/TelepathyQt4Farstream.pc
|
||||
vmove usr/lib/*-farstream.so.*
|
||||
}
|
||||
}
|
||||
|
||||
telepathy-qt-devel_package() {
|
||||
depends="telepathy-qt>=${version}_${revision} telepathy-qt-farstream>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake/TelepathyQt4*
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue