# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           cmake 1.1
PortGroup           github 1.0
PortGroup           qt5 1.0

github.setup        lxqt liblxqt 0.15.1
revision            0
checksums           rmd160  6e1c9c6f8d5274bba9d5189eabb9136833b61c5e \
                    sha256  4991673741df2f731e3c24e65bdc0e91c239ebdf399f4c4793b75e79fd13e655 \
                    size    80040

categories          devel
platforms           darwin
maintainers         nomaintainer
license             LGPL-2.1

description         Core utility library for all LXQt components

long_description    {*}${description}

github.tarball_from releases
use_xz              yes

qt5.depends_build_component \
                    qttools
depends_build-append \
                    port:lxqt-build-tools

depends_lib-append  port:libqtxdg

patchfiles          no-kwindowsystem.patch

configure.args-append \
                    -DBUILD_BACKLIGHT_LINUX_BACKEND=OFF
