void-packages/srcpkgs/pcmanfm-qt/template
2017-01-07 14:37:14 +01:00

18 lines
662 B
Bash

# Template file for 'pcmanfm-qt'
pkgname=pcmanfm-qt
version=0.11.2
revision=2
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel libfm-qt-devel"
makedepends="lxqt-build-tools liblxqt-devel libfm-qt-devel"
short_desc="LXQt pcmanfm Qt frontend"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.lxqt.org"
license="GPL-2"
distfiles="https://github.com/lxde/pcmanfm-qt/releases/download/${version}/pcmanfm-qt-${version}.tar.xz"
checksum=553c6e399fd8142c7a848e5231f512a0f2ae9e2518cbdfcac2fdb92a3f688629
post_configure() {
find -name flags.make -exec sed -i "{}" -e"s;-isystem;-I;g" \;
}