summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/make/marble
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/make/marble')
-rw-r--r--source/kde/kde/make/marble29
1 files changed, 0 insertions, 29 deletions
diff --git a/source/kde/kde/make/marble b/source/kde/kde/make/marble
deleted file mode 100644
index 95ba2b1be..000000000
--- a/source/kde/kde/make/marble
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-## Marble's cmake left us in build_qt4,
-## so we build and install Qt4 support first:
-#make $NUMJOBS || make || exit 1
-#make install DESTDIR=$PKG || exit 1
-## Move the marble4 cmake file so that it will be found:
-#mkdir -p $PKG/usr/share/apps/cmake/modules
-#mv $PKG/usr/share/marble/cmake/FindMarble.cmake \
-# $PKG/usr/share/apps/cmake/modules/FindMarble.cmake
-## Rename the marble4 include dir to avoid a conflict with marble:
-#mv $PKG/usr/include/marble{,4}
-## And fix that include path in the cmake file too:
-#sed -i $PKG/usr/share/apps/cmake/modules/FindMarble.cmake \
-# -e 's,marble/MarbleModel.h,marble4/MarbleModel.h,'
-#
-## Go back to build_qt5 and build/install the Qt5 support:
-#cd ..
-## Fix installation of the designer plugins - only a problem for the Qt5 libs:
-#sed -i CMakeLists.txt \
-# -e 's,LIB_SUFFIX}/plugins,LIB_SUFFIX}/qt5/plugins,g'
-#cd build_qt5
-#
-
-# Fix installation of the designer plugins:
-sed -i ../CMakeLists.txt \
- -e 's,LIB_SUFFIX}/plugins,LIB_SUFFIX}/qt5/plugins,g'
-make $NUMJOBS || make || exit 1
-make install DESTDIR=$PKG || exit 1
-