telepathy-qt{,5}: sort subpkg creation again, my fault.

This commit is contained in:
Juan RP 2015-08-13 09:47:38 +02:00
parent 935f568759
commit 7ebe4f7c1f
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'telepathy-qt'
pkgname=telepathy-qt
version=0.9.6.1
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF"
hostmakedepends="cmake pkg-config"
@ -13,6 +13,8 @@ homepage="http://telepathy.freedesktop.org/"
distfiles="http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=496eb4951ea9b181d7d68a2122a885474c4f73b519319496aa1b97d9b361a1f8
subpackages="telepathy-qt-farstream telepathy-qt-devel"
telepathy-qt-farstream_package() {
depends="telepathy-qt>=${version}_${revision}"
pkg_install() {

View file

@ -1,7 +1,7 @@
# Template file for 'telepathy-qt'
pkgname=telepathy-qt5
version=0.9.6.1
revision=1
revision=2
wrksrc=${pkgname//5/}-${version}
build_style=cmake
configure_args="
@ -18,6 +18,8 @@ homepage="http://telepathy.freedesktop.org/"
distfiles="http://telepathy.freedesktop.org/releases/${pkgname//5/}/${pkgname//5/}-${version}.tar.gz"
checksum=496eb4951ea9b181d7d68a2122a885474c4f73b519319496aa1b97d9b361a1f8
subpackages="telepathy-qt5-farstream telepathy-qt5-devel"
telepathy-qt5-farstream_package() {
short_desc+=" - farstream component"
depends="telepathy-qt5>=${version}_${revision}"