[117362] trunk/dports/kde/okular/Portfile

nicos at macports.org nicos at macports.org
Mon Feb 24 03:56:25 PST 2014


Revision: 117362
          https://trac.macports.org/changeset/117362
Author:   nicos at macports.org
Date:     2014-02-24 03:56:25 -0800 (Mon, 24 Feb 2014)
Log Message:
-----------
okular: solve link with components (ticket #42603)

Modified Paths:
--------------
    trunk/dports/kde/okular/Portfile

Modified: trunk/dports/kde/okular/Portfile
===================================================================
--- trunk/dports/kde/okular/Portfile	2014-02-24 04:57:48 UTC (rev 117361)
+++ trunk/dports/kde/okular/Portfile	2014-02-24 11:56:25 UTC (rev 117362)
@@ -6,6 +6,7 @@
 
 name                okular
 version             4.12.2
+revision            1
 categories          kde kde4
 license             GPL-2+ LGPL-2+
 maintainers         nicos openmaintainer
@@ -36,5 +37,11 @@
                     port:freetype port:zlib \
                     port:jpeg
 
+post-destroot {
+    #Okular does not handle *.dylib plugins (ticket #42603)
+    ln -s ${prefix}/lib/kde4/okularpart.dylib \
+        ${destroot}${prefix}/lib/kde4/okularpart.so
+}
+
 livecheck.url       http://kde.mirrors.hoobly.com/stable/
 livecheck.regex     (\\d+(\\.\\d+)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140224/bdb423f3/attachment.html>


More information about the macports-changes mailing list