# -*- 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
git.url git://anongit.kde.org/kde-workspace
set plasmaversion 4.11.17
maintainers {gmail.com:rjvbertin @RJVB}
description KDE Workspace
long_description Brings certain aspects of Linux/X11 KDE workspaces ("Plasma") to OS X, \
notably the System Settings application and the Oxygen style.\
KDE ${version} has Plasma ${plasmaversion}
homepage https://www.kde.org/workspaces/
master_sites kde:stable/${version}/src/
#distname kde-workspace-${plasmaversion}
#checksums rmd160 e5f4ed10a6791b9a6cea37ec13d8a1141fd9707b \
# sha256 09d8ae1ac1b704fc919bdedfec47c6561033dca125b0096cb9ed398445fa942f
patchfiles patch-CMakeLists-for-OSX.patch \
patch-libs-CMakeLists.patch \
systemsettings-correct-menuplacement.patch
depends_build-append port:boost \
depends_lib-append port:kdelibs4 \
configure.args-append -DBUILD_webkit:BOOL=ON
configure.args-delete -DCMAKE_BUILD_TYPE=Release
configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo
variant oxygen description {Build the Oxygen theme} {
patchfiles-append no-oxygen-theme.patch
# maintainer convience: let the build go as far as possible to collect as
# many errors as possible (if any) in a single pass.