diff options
Diffstat (limited to 'testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install')
-rw-r--r-- | testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install b/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install deleted file mode 100644 index d1207019..00000000 --- a/testing/source/vtown/kde/pre-install/kdepimlibs4.pre-install +++ /dev/null @@ -1,9 +0,0 @@ -# Temporary (hopefully) fix: -if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then - # Prepend a cmake_minimum_required stanza at the top, which enables - # newer cmake features which the build needs: - sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt -fi - -# Don't build gpgme++ -sed -e '/gpgme++/d' -e '/qgpgme/d' -i CMakeLists.txt |