qt5pas: add missing dependencies.
This commit is contained in:
parent
c6aa1dd91d
commit
63a48032b9
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qt5pas'
|
# Template file for 'qt5pas'
|
||||||
pkgname=qt5pas
|
pkgname=qt5pas
|
||||||
version=2.6~beta
|
version=2.6~beta
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=cbindings
|
wrksrc=cbindings
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-qmake"
|
hostmakedepends="qt5-qmake"
|
||||||
|
@ -22,7 +22,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
qt5pas-devel_package() {
|
qt5pas-devel_package() {
|
||||||
depends="qt5pas-${version}_${revision}"
|
depends="qt5pas-${version}_${revision} qt5-devel qt5-x11extras-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
|
Loading…
Reference in New Issue