# -*- 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           kde4   1.1

name                kactivities
version             4.13.3
revision            3
categories          kde kde4
maintainers         nomaintainer
license             GPL-2+ LGPL-2+ GFDL-1.2
description         Kactivities
long_description    ${description}
platforms      	    darwin
homepage            https://www.kde.org
master_sites        kde:stable/${version}/src/
use_xz              yes
distname            ${name}-${version}
checksums           rmd160  e0c87daffd313b8146b3e110c4f183fb06020cd4 \
                    sha256  c7cb9d023f6e5cd01d76568c3590303ea3ecb4ebe9535b31862957846f5e898a

#Binaries do not link to openssl, nor use the ssl backend of kdelibs4
license_noconflict  openssl

depends_lib-append  port:kdelibs4 \
                    port:nepomuk-core
 
#Disabling unmaintained plugin which leads to crashes (https://bugs.kde.org/show_bug.cgi?id=336839)
patchfiles          patch-disableRanking.diff

livecheck.type      none
