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
25 25 port:openldap \ 26 26 port:gpgme 27 27 28 configure.args-append -DKDEPIM_ONLY_KLEO=ON29 30 28 livecheck.url http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/ 31 29 livecheck.regex kdepimlibs-(\\d+\\.\\d+\\.\\d+)${extract.suffix} -
kde/kdelibs4/Portfile
62 62 -DWITH_HSPELL=OFF \ 63 63 -DWITH_FAM=OFF 64 64 65 post-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 65 71 if { [file exists ${destroot}${prefix}/lib/kde4/kspell_aspell.so] } { 66 72 notes " 67 73 Only the English dictionary has been installed.