void-packages/srcpkgs/lxqt-qtplugin/template

18 lines
521 B
Bash
Raw Normal View History

2014-11-02 19:11:12 +00:00
# Template file for 'lxqt-qtplugin'
pkgname=lxqt-qtplugin
2015-02-08 18:49:22 +00:00
version=0.9.0
revision=1
2014-11-02 19:11:12 +00:00
build_style=cmake
hostmakedepends="cmake pkg-config"
2015-02-08 18:49:22 +00:00
makedepends="liblxqt-devel libqtxdg-devel"
2014-11-02 19:11:12 +00:00
short_desc="LXQT QT theme plugin"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-02 19:11:12 +00:00
license="GPL-3"
homepage="http://lxqt.org/"
2015-02-09 10:22:36 +00:00
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
2015-02-08 18:49:22 +00:00
checksum=0d996abc2081b9c77f5dc9c1d24b14ee44c47b9b906ee3f71fb2d28d04c72bb7
pre_configure() {
sed -i 's,lxqt-qt5,lxqt,' CMakeLists.txt
}