lumina: change to build_style=qmake
This commit is contained in:
parent
0321f64b72
commit
45c4bde6ca
1 changed files with 4 additions and 11 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'lumina
|
||||
pkgname=lumina
|
||||
version=0.8.6
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=lumina-qt5-${version}
|
||||
build_style=qmake
|
||||
hostmakedepends="qt5-qmake qt5-tools"
|
||||
makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel
|
||||
qt5-declarative-devel libXrender-devel libXcomposite-devel libXdamage-devel
|
||||
|
@ -16,17 +17,9 @@ distfiles="https://github.com/pcbsd/lumina/archive/qt5/${version}.tar.gz"
|
|||
checksum=3cbe83615b965f1b888d5b76aef0606bdc7c9a9a8219e22a4175f4b8cf0783fc
|
||||
disable_parallel_build=yes
|
||||
replaces="lumina-git>=0"
|
||||
configure_args="QT5LIBDIR=/usr/lib/qt5"
|
||||
|
||||
do_configure() {
|
||||
qmake PREFIX=/usr QT5LIBDIR=/usr/lib/qt5
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_ROOT=${DESTDIR} install
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue