build.sh: stop building libkdcraw

This commit is contained in:
Ivailo Monev 2015-06-15 21:24:38 +03:00
parent 7f3c185271
commit 475fea3d2b

View file

@ -22,7 +22,7 @@ packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "k
source "$(dirname $0)/fetch.sh"
rm -rf libkdcraw-build icons-build kdelibs-build baseapps-build \
rm -rf icons-build kdelibs-build baseapps-build \
workspace-build extraapps-build l10n-build
mkdir -p icons-build && cd icons-build
@ -45,22 +45,6 @@ make
make install
cd ..
# most distributions make libkdcraw depend on kdelibs, since katana libraries
# are incompatible with them we should not create a mess - having kdelibs and
# our libraries installed at the same time can cause serious troubles, if
# this is not the case comment out the build instructions for libkdcraw
wget -c http://download.kde.org/stable/4.14.3/src/libkdcraw-4.14.3.tar.xz
tar -xf libkdcraw-4.14.3.tar.xz
mkdir -p libkdcraw-build && cd libkdcraw-build
cmake ../libkdcraw-4.14.3 \
-DCMAKE_BUILD_TYPE="$release" \
-DKDE4_BUILD_TESTS=OFF \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX="$prefix"
make
make install
cd ..
mkdir -p baseapps-build && cd baseapps-build
cmake ../kde-baseapps \
-DCMAKE_BUILD_TYPE="$release" \