void-packages/srcpkgs/lxqt-qtplugin/template

20 lines
663 B
Bash

# Template file for 'lxqt-qtplugin'
pkgname=lxqt-qtplugin
version=2.1.0
revision=1
build_style=cmake
hostmakedepends="lxqt-build-tools qt6-base qt6-tools libfm-devel"
makedepends="liblxqt-devel libfm-qt-devel libqtxdg-devel libdbusmenu-lxqt-devel"
short_desc="LXQt Qt theme plugin"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later"
homepage="https://lxqt-project.org"
distfiles="https://github.com/lxqt/lxqt-qtplugin/archive/${version}.tar.gz"
checksum=eec583014590acc6e431420cbb0e67c01e7113eac82b287da5f9a39916e3164c
case "${XBPS_TARGET_MACHINE}" in
armv6l*|armv7l*)
configure_args=" -D_QT_PLUGINS_DIR=/usr/lib/qt6/plugins"
esac