diff options
Diffstat (limited to 'testing/source/vtown/kde/make')
-rw-r--r-- | testing/source/vtown/kde/make/katepart4 | 7 | ||||
-rw-r--r-- | testing/source/vtown/kde/make/kdeconnect4 | 10 | ||||
-rw-r--r-- | testing/source/vtown/kde/make/marble | 29 |
3 files changed, 0 insertions, 46 deletions
diff --git a/testing/source/vtown/kde/make/katepart4 b/testing/source/vtown/kde/make/katepart4 deleted file mode 100644 index fff707ab..00000000 --- a/testing/source/vtown/kde/make/katepart4 +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index d8e26987..00000000 --- a/testing/source/vtown/kde/make/kdeconnect4 +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index 95ba2b1b..00000000 --- a/testing/source/vtown/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 - |