[med-svn] r4927 - in trunk/packages/gofigure2/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Jun 25 12:31:54 UTC 2010
Author: malat-guest
Date: 2010-06-25 12:31:40 +0000 (Fri, 25 Jun 2010)
New Revision: 4927
Added:
trunk/packages/gofigure2/trunk/debian/patches/
trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
trunk/packages/gofigure2/trunk/debian/patches/series
Log:
Remove macosx build installation steps
Added: trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch 2010-06-25 12:31:40 UTC (rev 4927)
@@ -0,0 +1,35 @@
+--- trunk/Main/CMakeLists.txt (revision 1739)
++++ trunk/Main/CMakeLists.txt (working copy)
+@@ -222,10 +222,10 @@
+ #---------------------------------------------------------------------------
+ # install a qt.conf file
+ # this inserts some cmake code into the install script to write the file
+-INSTALL( CODE "
+- file( WRITE \"\${CMAKE_INSTALL_PREFIX}/${qtconf_dest_dir}/qt.conf\" \"\")
+- " COMPONENT Runtime
+- )
++#INSTALL( CODE "
++# file( WRITE \"\${CMAKE_INSTALL_PREFIX}/${qtconf_dest_dir}/qt.conf\" \"\")
++# " COMPONENT Runtime
++# )
+
+ #---------------------------------------------------------------------------
+ # Use BundleUtilities to get all other dependencies for the application to
+@@ -249,6 +249,8 @@
+ # Note that the image plugins depend on QtSvg and QtXml, and it got those
+ # copied over.
+
++
++IF( APPLE )
+ INSTALL( CODE "
+ file( GLOB_RECURSE QTPLUGINS
+ \"\${CMAKE_INSTALL_PREFIX}/${plugin_dest_dir}/plugins/*${CMAKE_SHARED_LIBRARY_SUFFIX}\" )
+@@ -256,8 +258,6 @@
+ fixup_bundle(\"${APPS}\" \"\${QTPLUGINS}\" \"${DIRS}\")
+ " COMPONENT Runtime
+ )
+-
+-IF( APPLE )
+ INSTALL( FILES ${GOFIGURE2_LICENSE_FILES}
+ DESTINATION ${plugin_dest_dir}/Licenses
+ COMPONENT Runtime
Property changes on: trunk/packages/gofigure2/trunk/debian/patches/apple_bundle_fix.patch
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: trunk/packages/gofigure2/trunk/debian/patches/series
===================================================================
--- trunk/packages/gofigure2/trunk/debian/patches/series (rev 0)
+++ trunk/packages/gofigure2/trunk/debian/patches/series 2010-06-25 12:31:40 UTC (rev 4927)
@@ -0,0 +1 @@
+apple_bundle_fix.patch
Property changes on: trunk/packages/gofigure2/trunk/debian/patches/series
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
More information about the debian-med-commit
mailing list