mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
build.sh: stop building libkdcraw
This commit is contained in:
parent
7f3c185271
commit
475fea3d2b
1 changed files with 1 additions and 17 deletions
18
build.sh
18
build.sh
|
@ -22,7 +22,7 @@ packs=("ariya-icons" "kdelibs" "kde-baseapps" "kde-workspace" "kde-extraapps" "k
|
||||||
|
|
||||||
source "$(dirname $0)/fetch.sh"
|
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
|
workspace-build extraapps-build l10n-build
|
||||||
|
|
||||||
mkdir -p icons-build && cd icons-build
|
mkdir -p icons-build && cd icons-build
|
||||||
|
@ -45,22 +45,6 @@ make
|
||||||
make install
|
make install
|
||||||
cd ..
|
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
|
mkdir -p baseapps-build && cd baseapps-build
|
||||||
cmake ../kde-baseapps \
|
cmake ../kde-baseapps \
|
||||||
-DCMAKE_BUILD_TYPE="$release" \
|
-DCMAKE_BUILD_TYPE="$release" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue