summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/make
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/make')
-rw-r--r--testing/source/vtown/kde/make/katepart47
-rw-r--r--testing/source/vtown/kde/make/kdeconnect410
-rw-r--r--testing/source/vtown/kde/make/marble29
3 files changed, 46 insertions, 0 deletions
diff --git a/testing/source/vtown/kde/make/katepart4 b/testing/source/vtown/kde/make/katepart4
new file mode 100644
index 000000000..fff707abd
--- /dev/null
+++ b/testing/source/vtown/kde/make/katepart4
@@ -0,0 +1,7 @@
+make $NUMJOBS || make || exit 1
+cd part
+ make install DESTDIR=$PKG || exit 1
+cd -
+cd addons/ktexteditor
+ make install DESTDIR=$PKG || exit 1
+cd -
diff --git a/testing/source/vtown/kde/make/kdeconnect4 b/testing/source/vtown/kde/make/kdeconnect4
new file mode 100644
index 000000000..d8e269876
--- /dev/null
+++ b/testing/source/vtown/kde/make/kdeconnect4
@@ -0,0 +1,10 @@
+make $NUMJOBS || make || exit 1
+cd interfaces
+ make install DESTDIR=$PKG || exit 1
+cd -
+cd kio
+ make install DESTDIR=$PKG || exit 1
+cd -
+cd fileitemactionplugin
+ make install DESTDIR=$PKG || exit 1
+cd -
diff --git a/testing/source/vtown/kde/make/marble b/testing/source/vtown/kde/make/marble
new file mode 100644
index 000000000..95ba2b1be
--- /dev/null
+++ b/testing/source/vtown/kde/make/marble
@@ -0,0 +1,29 @@
+#
+## 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
+