Ticket #30144: patch-kdelibs4-kdepimlibs4.diff

File patch-kdelibs4-kdepimlibs4.diff, 1.1 KB (added by pixilla (Bradley Giesbrecht), 13 years ago)
  • kde/kdepimlibs4/Portfile

     
    2525                    port:openldap \
    2626                    port:gpgme
    2727
    28 configure.args-append   -DKDEPIM_ONLY_KLEO=ON
    29 
    3028livecheck.url       http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/
    3129livecheck.regex     kdepimlibs-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
  • kde/kdelibs4/Portfile

     
    6262                        -DWITH_HSPELL=OFF \
    6363                        -DWITH_FAM=OFF
    6464
     65post-destroot {
     66    xinstall -d ${destroot}${prefix}/include/nepomuk
     67    eval xinstall -m 644 [glob ${worksrcpath}/nepomuk/core/*.h] \
     68        ${destroot}${prefix}/include/nepomuk
     69}
     70
    6571if { [file exists ${destroot}${prefix}/lib/kde4/kspell_aspell.so] } {
    6672    notes "
    6773Only the English dictionary has been installed.