void-packages/srcpkgs/lxqt-qtplugin/template
2015-02-09 11:22:36 +01:00

17 lines
518 B
Text

# Template file for 'lxqt-qtplugin'
pkgname=lxqt-qtplugin
version=0.9.0
revision=1
build_style=cmake
hostmakedepends="cmake pkg-config"
makedepends="liblxqt-devel libqtxdg-devel"
short_desc="LXQT QT theme plugin"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://lxqt.org/"
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
checksum=0d996abc2081b9c77f5dc9c1d24b14ee44c47b9b906ee3f71fb2d28d04c72bb7
pre_configure() {
sed -i 's,lxqt-qt5,lxqt,' CMakeLists.txt
}