[59011] trunk/dports/kde/kdebase4-runtime/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Oct 8 08:18:41 PDT 2009


Revision: 59011
          http://trac.macports.org/changeset/59011
Author:   macsforever2000 at macports.org
Date:     2009-10-08 08:18:40 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
Fix conflict with hicolor-icon-theme. (#18936)

Modified Paths:
--------------
    trunk/dports/kde/kdebase4-runtime/Portfile

Modified: trunk/dports/kde/kdebase4-runtime/Portfile
===================================================================
--- trunk/dports/kde/kdebase4-runtime/Portfile	2009-10-08 15:05:03 UTC (rev 59010)
+++ trunk/dports/kde/kdebase4-runtime/Portfile	2009-10-08 15:18:40 UTC (rev 59011)
@@ -6,6 +6,7 @@
 
 name                kdebase4-runtime
 version             4.3.2
+revision            1
 categories          kde kde4
 maintainers         snc m4x.org:jeremy.laine
 description         Shared data needed by KDE4 programs
@@ -36,3 +37,8 @@
     configure.args-delete   -DXINE_INCLUDE_DIR=\"\" \
                             -DXINE_LIBRARY=\"\"
 }
+
+post-destroot {
+# Remove this file as it conflicts with hicolor-icon-theme
+    file delete ${destroot}${prefix}/share/icons/hicolor/index.theme
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/1572e930/attachment.html>


More information about the macports-changes mailing list