New package: telepathy-qt5-0.9.5
This commit is contained in:
parent
23ce6a7bd0
commit
3758446373
4 changed files with 44 additions and 0 deletions
|
@ -2010,3 +2010,5 @@ libqca.so.2 qca-qt5-2.1.0_1
|
||||||
libqt5keychain.so.0 qtkeychain-qt5-0.4.0_1
|
libqt5keychain.so.0 qtkeychain-qt5-0.4.0_1
|
||||||
libphonon4qt5.so.4 phonon-qt5-4.8.3_1
|
libphonon4qt5.so.4 phonon-qt5-4.8.3_1
|
||||||
libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1
|
libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1
|
||||||
|
libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1
|
||||||
|
libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_1
|
||||||
|
|
1
srcpkgs/telepathy-qt5-devel
Symbolic link
1
srcpkgs/telepathy-qt5-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
telepathy-qt5
|
1
srcpkgs/telepathy-qt5-farstream
Symbolic link
1
srcpkgs/telepathy-qt5-farstream
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
telepathy-qt5
|
40
srcpkgs/telepathy-qt5/template
Normal file
40
srcpkgs/telepathy-qt5/template
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
# Template file for 'telepathy-qt'
|
||||||
|
pkgname=telepathy-qt5
|
||||||
|
version=0.9.5
|
||||||
|
revision=1
|
||||||
|
wrksrc=${pkgname//5/}-${version}
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="
|
||||||
|
-DENABLE_EXAMPLES=OFF
|
||||||
|
-DENABLE_TESTS=OFF
|
||||||
|
-DDESIRED_QT_VERSION=5
|
||||||
|
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt5"
|
||||||
|
hostmakedepends="cmake pkg-config"
|
||||||
|
makedepends="qt5-devel telepathy-farstream-devel telepathy-glib-devel gstreamer-devel"
|
||||||
|
short_desc="Qt5 bindings for the Telepathy D-Bus protocol"
|
||||||
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://telepathy.freedesktop.org/"
|
||||||
|
distfiles="http://telepathy.freedesktop.org/releases/${pkgname//5/}/${pkgname//5/}-${version}.tar.gz"
|
||||||
|
checksum=93474858efe55bf45ee9352f88b852d4a24505939dc81a3a3c6fa5a686809c8e
|
||||||
|
|
||||||
|
subpackages="telepathy-qt5-farstream telepathy-qt5-devel"
|
||||||
|
|
||||||
|
telepathy-qt5-farstream_package() {
|
||||||
|
depends="telepathy-qt5>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/*-farstream.so.*
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
telepathy-qt5-devel_package() {
|
||||||
|
depends="telepathy-qt5>=${version}_${revision} telepathy-qt5-farstream>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake/TelepathyQt5*
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue