void-packages/srcpkgs/lxqt-config/template

21 lines
671 B
Bash
Raw Normal View History

2014-11-03 10:20:34 +01:00
# Template file for 'lxqt-config'
pkgname=lxqt-config
2015-02-08 19:32:08 +01:00
version=0.9.0
revision=2
2014-11-03 10:20:34 +01:00
build_style=cmake
configure_args="-DUSE_QT5=1"
hostmakedepends="cmake pkg-config"
2015-02-08 19:32:08 +01:00
makedepends="liblxqt-devel libqtxdg-devel libXcursor-devel"
2014-11-03 10:20:34 +01:00
short_desc="LXQt System Settings"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-03 10:20:34 +01:00
license="LGPL-2.1"
homepage="http://lxqt.org/"
2015-02-09 11:22:36 +01:00
distfiles="http://downloads.lxqt.org/lxqt/${version}/${pkgname}-${version}.tar.xz"
2015-02-08 19:32:08 +01:00
checksum=9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913
pre_configure() {
# Need to explicitly include QObject with Qt5 >= 5.5.0
sed -i lxqt-config-monitor/monitor.h \
-e "/#include <QStringList>/i #include<QObject>"
}