void-packages/srcpkgs/qt5dxcb-plugin/template

22 lines
836 B
Bash
Raw Normal View History

2018-07-21 00:07:38 +02:00
# Template file for 'qt5dxcb-plugin'
pkgname=qt5dxcb-plugin
2018-08-09 11:21:17 +02:00
version=1.1.11
2018-07-21 00:07:38 +02:00
revision=1
build_style=qmake
make_build_args="VERSION=${version}"
hostmakedepends="pkg-config qt5-qmake"
makedepends="cairo-devel libSM-devel libXi-devel libxkbcommon-devel
qt5-x11extras-devel xcb-util-image-devel xcb-util-keysyms-devel
xcb-util-renderutil-devel xcb-util-wm-devel"
short_desc="Qt platform plugins for DDE"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/qt5dxcb-plugin/"
changelog="https://github.com/linuxdeepin/qt5dxcb-plugin/blob/master/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/qt5dxcb-plugin/archive/${version}.tar.gz"
2018-08-09 11:21:17 +02:00
checksum=2ab7784e84da5778d81e37347b67bd6c403630a9d70e8471541b694a8f64a96d
2018-07-21 00:07:38 +02:00
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel"
fi