[rkward/work/frameworks-Mac] /: RKWARD_FRONTEND_LOCATION is no longer needed

René J.V. Bertin null at kde.org
Thu May 18 08:05:08 UTC 2017


Git commit b0fe756826bb661258808ca3fff8369837ffab20 by René J.V. Bertin.
Committed on 18/05/2017 at 08:03.
Pushed by rjvbb into branch 'work/frameworks-Mac'.

RKWARD_FRONTEND_LOCATION is no longer needed

(bringing it back from the dead was an oversight)

M  +1    -1    fwMac-patches/patch-combined-for-mac.diff
M  +1    -1    rkward/CMakeLists.txt

https://commits.kde.org/rkward/b0fe756826bb661258808ca3fff8369837ffab20

diff --git a/fwMac-patches/patch-combined-for-mac.diff b/fwMac-patches/patch-combined-for-mac.diff
index 01f53a5b..c2f9cc77 100644
--- a/fwMac-patches/patch-combined-for-mac.diff
+++ b/fwMac-patches/patch-combined-for-mac.diff
@@ -29,7 +29,7 @@ index f6f78dd..03a0b1b 100755
 +    SET(CPACK_BUNDLE_NAME RKWard)
 +    SET(CPACK_BUNDLE_STARTUP_COMMAND rkward)
 +ENDIF()
-+SET(RKWARD_FRONTEND_LOCATION ${KDE_INSTALL_LIBEXECDIR})
++
 +# once tested and working this could become the default on Mac:
 +OPTION(APPLE_STANDALONE_BUNDLE "Generate a standalone app bundle when building on Mac" OFF)
 +ADD_FEATURE_INFO("App Bundle" APPLE_STANDALONE_BUNDLE "Generate a standalone app bundle when building on Mac. Do not use for now.")
diff --git a/rkward/CMakeLists.txt b/rkward/CMakeLists.txt
index 767a0447..564ea869 100755
--- a/rkward/CMakeLists.txt
+++ b/rkward/CMakeLists.txt
@@ -9,7 +9,7 @@ IF(APPLE)
     SET(CPACK_BUNDLE_NAME RKWard)
     SET(CPACK_BUNDLE_STARTUP_COMMAND rkward)
 ENDIF()
-SET(RKWARD_FRONTEND_LOCATION ${KDE_INSTALL_FULL_LIBEXECDIR})
+
 # once tested and working this could become the default on Mac:
 OPTION(APPLE_STANDALONE_BUNDLE "Generate a standalone app bundle when building on Mac" OFF)
 ADD_FEATURE_INFO("App Bundle" APPLE_STANDALONE_BUNDLE "Generate a standalone app bundle when building on Mac. Do not use for now.")



More information about the rkward-tracker mailing list