qt5pas: add missing dependencies.

This commit is contained in:
maxice8 2019-02-18 15:10:47 -03:00
parent c6aa1dd91d
commit 63a48032b9
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 2 additions and 2 deletions

View File

@ -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"