telepathy-qt: move pkgconfig to -devel.
This commit is contained in:
parent
c57ac50ff1
commit
811d40e3a2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue