From 2b40e15713e2ccb8963ff8c1eb57f9374e04547d Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sat, 2 Sep 2017 14:39:37 +0300 Subject: remove Marble from packaging and build scripts Signed-off-by: Lubomir I. Ivanov --- please note, that i have no way to test most of the scripts ATM. --- packaging/macosx/make-package.sh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'packaging/macosx') diff --git a/packaging/macosx/make-package.sh b/packaging/macosx/make-package.sh index 77d71c025..6aa46fb08 100755 --- a/packaging/macosx/make-package.sh +++ b/packaging/macosx/make-package.sh @@ -51,14 +51,6 @@ for i in ${RPATH}; do install_name_tool -change @rpath/$i @executable_path/../Frameworks/$i ${EXECUTABLE} done -# no more Marble -# # and now replace @rpath references in libssrfmarblewidget -# MARBLELIB=$(ls Subsurface.app/Contents/Frameworks/libssrfmarblewidget*dylib) -# RPATH=$(otool -L ${MARBLELIB} | grep rpath | cut -d\ -f1 | tr -d "\t" | cut -b 8- ) -# for i in ${RPATH}; do -# install_name_tool -change @rpath/$i @executable_path/../Frameworks/$i ${MARBLELIB} -# done - # next deal with libGrantlee LIBG=$(ls Subsurface.app/Contents/Frameworks/libGrantlee_Templates*dylib) for i in QtScript.framework/Versions/5/QtScript QtCore.framework/Versions/5/QtCore ; do -- cgit v1.2.3-70-g09d2