27 lines
928 B
Bash
27 lines
928 B
Bash
# Template file for 'qt5-styleplugins'
|
|
pkgname=qt5-styleplugins
|
|
version=5.0.0
|
|
revision=22
|
|
_gitrev=335dbece103e2cbf6c7cf819ab6672c2956b17b3
|
|
build_style=qmake
|
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
|
makedepends="libxcb-devel libxkbcommon-devel libinput-devel tslib-devel gtk+-devel qt5-devel"
|
|
depends="qt5-core>=5.15.11<5.15.12"
|
|
short_desc="Additional style plugins for Qt5"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-only, LGPL-3.0-only"
|
|
homepage="https://github.com/qt/qtstyleplugins"
|
|
distfiles="https://github.com/qt/qtstyleplugins/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=29ec24fa8df64be161ad06d0e5af3ba1a20bfe265004f5fe4ab9f5f3abf9a5ba
|
|
|
|
# Cross builds fail with -fuse-ld=gold
|
|
LDFLAGS="-Wl,-fuse-ld=bfd"
|
|
|
|
qt5-styleplugins-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|