telepathy-qt5: update to 0.9.6.1.
This commit is contained in:
parent
990de0a393
commit
935f568759
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'telepathy-qt'
|
||||
pkgname=telepathy-qt5
|
||||
version=0.9.6
|
||||
version=0.9.6.1
|
||||
revision=1
|
||||
wrksrc=${pkgname//5/}-${version}
|
||||
build_style=cmake
|
||||
|
@ -16,17 +16,15 @@ 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=0c57dd7bf7adcf24e6c60f1f52d22b159c17b30257ac61214baf74560ad0f048
|
||||
|
||||
subpackages="telepathy-qt5-farstream telepathy-qt5-devel"
|
||||
checksum=496eb4951ea9b181d7d68a2122a885474c4f73b519319496aa1b97d9b361a1f8
|
||||
|
||||
telepathy-qt5-farstream_package() {
|
||||
short_desc+=" - farstream component"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue