1 # Template file for 'qt5-styleplugins'
2 pkgname=qt5-styleplugins
5 _gitrev=600c296f4d429ffeb8203feb54efeacc2bbea0f7
6 wrksrc="qtstyleplugins-${_gitrev}"
8 hostmakedepends="pkg-config qt5-host-tools qt5-devel"
9 makedepends="libxcb-devel libxkbcommon-devel libinput-devel tslib-devel gtk+-devel qt5-devel"
10 short_desc="Additional style plugins for Qt5"
11 maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
13 homepage="https://github.com/qt/qtstyleplugins"
14 distfiles="https://github.com/qt/qtstyleplugins/archive/${_gitrev}.tar.gz>${pkgname}-${version}.tar.gz"
15 checksum=dbe1c03f00c6eadebc0ed9d5ec1eeb9129e8132c8574545dfa788f505c2dd9a3
17 # Cross builds fail with -fuse-ld=gold
18 LDFLAGS="-Wl,-fuse-ld=bfd"
20 qt5-styleplugins-devel_package() {
21 short_desc+=" - development files"
22 depends="${sourcepkg}>=${version}_${revision}"