summaryrefslogtreecommitdiffstats
path: root/kde/cmake/applications5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-01-27 11:01:41 +0100
committer Eric Hameleers <alien@slackware.com>2017-01-27 11:01:41 +0100
commitacb5679384b30a28dc968b13211ff41db9bf0e1d (patch)
tree351af37a1db3317a3403bb854fa74373474d8a63 /kde/cmake/applications5
parentde413544c91748fee3af6728b7789af4defa864b (diff)
downloadktown-acb5679384b30a28dc968b13211ff41db9bf0e1d.tar.gz
ktown-acb5679384b30a28dc968b13211ff41db9bf0e1d.tar.xz
KDE: update the collection of cmake scripts for new/modified packages.
Diffstat (limited to 'kde/cmake/applications5')
-rw-r--r--kde/cmake/applications528
1 files changed, 0 insertions, 28 deletions
diff --git a/kde/cmake/applications5 b/kde/cmake/applications5
index 57353de..626e05d 100644
--- a/kde/cmake/applications5
+++ b/kde/cmake/applications5
@@ -1,31 +1,3 @@
-# Temporary cludge to fix badly ported apps:
-for APP in \
-libkexiv2 \
-libkdcraw \
-kde-baseapps \
-kde-runtime \
-okular \
-kdegraphics-thumbnailers \
-kolourpaint \
-kopete \
-ksnapshot \
-superkaramba \
-libkcddb \
-kget \
-kdeartwork \
-kajongg \
-ksirk \
-kalzium \
-; do
- if [ "$APP" = "$PKGNAME" ]; then
- 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
- fi
-done
-
mkdir build
cd build
cmake \