From 45dcee8569eecad284b0fd1a3991428ac0480606 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 21 Jul 2018 00:07:38 +0200 Subject: [PATCH] New package: qt5dxcb-plugin-1.1.9.2 --- srcpkgs/qt5dxcb-plugin/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/qt5dxcb-plugin/template diff --git a/srcpkgs/qt5dxcb-plugin/template b/srcpkgs/qt5dxcb-plugin/template new file mode 100644 index 0000000000..4f607e76ec --- /dev/null +++ b/srcpkgs/qt5dxcb-plugin/template @@ -0,0 +1,21 @@ +# Template file for 'qt5dxcb-plugin' +pkgname=qt5dxcb-plugin +version=1.1.9.2 +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 " +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" +checksum=ce86a5e7c5c09e8b0bae2038bb6f3e20ff1558b6201021395fc3a15742dd4f66 + +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-x11extras-devel" +fi