[48397] trunk/dports/aqua

mcalhoun at macports.org mcalhoun at macports.org
Fri Mar 20 17:45:23 PDT 2009


Revision: 48397
          http://trac.macports.org/changeset/48397
Author:   mcalhoun at macports.org
Date:     2009-03-20 17:45:22 -0700 (Fri, 20 Mar 2009)
Log Message:
-----------
New Port: qt4-kde
The current version of KDE should use version 4.4 of Qt for best results.
A KDE specific version of Qt should also allow KDE specific patches.

Modified Paths:
--------------
    trunk/dports/aqua/qt4-kde/Portfile

Added Paths:
-----------
    trunk/dports/aqua/qt4-kde/

Modified: trunk/dports/aqua/qt4-kde/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac/Portfile	2009-03-20 23:52:17 UTC (rev 48395)
+++ trunk/dports/aqua/qt4-kde/Portfile	2009-03-21 00:45:22 UTC (rev 48397)
@@ -3,12 +3,11 @@
 
 PortSystem          1.0
 
-name                qt4-mac
+name                qt4-kde
 version             4.4.3
-revision            1
 categories          aqua
 platforms           macosx
-maintainers         erickt gmail.com:clubjuggler openmaintainer
+maintainers         nomaintainer
 
 homepage            http://www.trolltech.com/
 description         Qt Tool Kit (Native Aqua Version)
@@ -113,10 +112,8 @@
     }
 
     xinstall -d -m 0755 ${destroot}${applications_dir}/Qt
-    # create link in ${applications_dir}/Qt to .app directories in ${qt_dir}/bin/
     # create link in ${prefix}/bin to all *.app/Contents/MacOS/*
     foreach app [glob -type d -directory ${destroot}${qt_dir}/bin *.app] {
-        ln -s ${qt_dir}/bin/[file tail ${app}] ${destroot}${applications_dir}/Qt
         foreach bin [glob -tails -type f -directory ${app}/Contents/MacOS *] {
             ln -s ${qt_dir}/bin/[file tail ${app}]/Contents/MacOS/${bin} ${destroot}${prefix}/bin
         }
@@ -125,7 +122,7 @@
     # avoid conflict with other qt packages
     # ensure lower case names
     foreach bin [glob ${destroot}${prefix}/bin/*] {
-        file rename ${bin} ${destroot}${prefix}/bin/[string tolower [file tail ${bin}]]-mac
+        file rename ${bin} ${destroot}${prefix}/bin/[string tolower [file tail ${bin}]]-kde
     }
 
     # Fix the .pc and .prl files by removing ${destroot}
@@ -143,18 +140,6 @@
             ${fixfile}
     }
 
-    # Create link to Frameworks in Frameworks directory
-    xinstall -d -m 0755 ${destroot}${frameworks_dir}
-    foreach fdir [glob -tails -directory ${destroot}${qt_dir}/lib -nocomplain *.framework] {
-        ln -s ${qt_dir}/lib/${fdir} ${destroot}${frameworks_dir}
-    }
-
-    # The debug .pc files have no counterpart in qt4-x11, so set a link to them in the pkgconfig directory
-    xinstall -d -m 0755 ${destroot}${prefix}/lib/pkgconfig
-    foreach fl [glob -tails -directory ${destroot}${qt_dir}/lib/pkgconfig *_debug.pc] {
-        ln -s ${qt_dir}/lib/pkgconfig/${fl} ${destroot}${prefix}/lib/pkgconfig/
-    }
-
     # install select file for qt4_select
     xinstall -m 755 -d ${destroot}${prefix}/etc/select/qt4
     xinstall -m 644 ${filespath}/${name} ${destroot}${prefix}/etc/select/qt4/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090320/10280dab/attachment.html>


More information about the macports-changes mailing list