[62264] trunk/dports/kde/krusader

jonas at macports.org jonas at macports.org
Sat Jan 2 13:28:25 PST 2010


Revision: 62264
          http://trac.macports.org/changeset/62264
Author:   jonas at macports.org
Date:     2010-01-02 13:28:22 -0800 (Sat, 02 Jan 2010)
Log Message:
-----------
fixed install location and application icon

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

Added Paths:
-----------
    trunk/dports/kde/krusader/files/
    trunk/dports/kde/krusader/files/app-install-bug.patch
    trunk/dports/kde/krusader/files/hi128-app-krusader_user.png

Modified: trunk/dports/kde/krusader/Portfile
===================================================================
--- trunk/dports/kde/krusader/Portfile	2010-01-02 19:54:27 UTC (rev 62263)
+++ trunk/dports/kde/krusader/Portfile	2010-01-02 21:28:22 UTC (rev 62264)
@@ -6,6 +6,7 @@
 
 name                krusader
 version             2.0.0
+revision            1
 categories          kde kde4
 maintainers         jonas openmaintainer
 description         Advanced twin panel (commander style) file manager for KDE.
@@ -24,4 +25,13 @@
 depends_lib-append  port:kdelibs4 \
                     port:kdebase4-runtime
 
+post-extract {
+    # if there is no 128x128 icon, no Mac OS X application icon will be generated
+    # (at least cmake-2.8 shows this behaviour)
+    copy ${filespath}/hi128-app-krusader_user.png ${workpath}/${distname}/krusader/
+}
+
+patchfiles          app-install-bug.patch
+patch.dir           ${workpath}/${distname}
+
 configure.args-append	../${distname}

Added: trunk/dports/kde/krusader/files/app-install-bug.patch
===================================================================
--- trunk/dports/kde/krusader/files/app-install-bug.patch	                        (rev 0)
+++ trunk/dports/kde/krusader/files/app-install-bug.patch	2010-01-02 21:28:22 UTC (rev 62264)
@@ -0,0 +1,11 @@
+--- krusader/CMakeLists.txt.orig	2010-01-02 00:37:03.000000000 +0100
++++ krusader/CMakeLists.txt	2010-01-02 00:38:05.000000000 +0100
+@@ -46,7 +46,7 @@ kde4_add_executable(krusader ${krusader_
+ 
+ target_link_libraries(krusader BookMan Dialogs DiskUsage GUI Konfigurator KViewer MountMan Panel Queue VFS Search Splitter Synchronizer UserMenu Locate UserAction ActionMan KViewer Filter Dialogs GUI ${KDE4_KPARTS_LIBS} ${KDE4_KHTML_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS}  ${QT_QT3SUPPORT_LIBRARY} ${KDE4_KDE3SUPPORT_LIBS} ${KDE4_KDECORE_LIBS} )
+ 
+-install(TARGETS krusader DESTINATION ${BIN_INSTALL_DIR})
++install(TARGETS krusader ${INSTALL_TARGETS_DEFAULT_ARGS})
+ 
+ 
+ ########### install files ###############

Added: trunk/dports/kde/krusader/files/hi128-app-krusader_user.png
===================================================================
(Binary files differ)


Property changes on: trunk/dports/kde/krusader/files/hi128-app-krusader_user.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100102/f9233969/attachment-0001.html>


More information about the macports-changes mailing list