telepathy-qt: move pkgconfig to -devel.

This commit is contained in:
Juan RP 2015-01-25 13:57:02 +01:00
parent c57ac50ff1
commit 811d40e3a2

View file

@ -1,7 +1,7 @@
# Template file for 'telepathy-qt' # Template file for 'telepathy-qt'
pkgname=telepathy-qt pkgname=telepathy-qt
version=0.9.5 version=0.9.5
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF" configure_args="-DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF"
hostmakedepends="cmake pkg-config" hostmakedepends="cmake pkg-config"
@ -28,5 +28,6 @@ telepathy-qt-devel_package() {
vmove usr/include vmove usr/include
vmove usr/lib/cmake/TelepathyQt4* vmove usr/lib/cmake/TelepathyQt4*
vmove usr/lib/*.so vmove usr/lib/*.so
vmove usr/lib/pkgconfig
} }
} }