Git commit f3d409ea7c33eb0762521624bff4ae9776abce5c by Gilles Caulier. Committed on 30/11/2016 at 21:54. Pushed by cgilles into branch 'master'. polish M +8 -11 project/bundles/mxe/config.sh https://commits.kde.org/digikam-software-compilation/f3d409ea7c33eb07625216= 24bff4ae9776abce5c diff --git a/project/bundles/mxe/config.sh b/project/bundles/mxe/config.sh index e08ca19..c9b8642 100644 --- a/project/bundles/mxe/config.sh +++ b/project/bundles/mxe/config.sh @@ -7,6 +7,14 @@ = ######################################################################## = +# Absolute path where are downloaded all tarballs to compile. +DOWNLOAD_DIR=3D"`pwd`/temp.dwnld" + +# Absolute path where are compiled all tarballs +BUILDING_DIR=3D"`pwd`/temp.build" + +#-------------------------------------------------------------------------= ------------------ + # MXE configuration = #------------ @@ -49,9 +57,6 @@ KA_VERSION=3D16.04.3 DK_URL=3D"http://download.kde.org/stable/digikam" # Location to build source code. DK_BUILDTEMP=3D~/dktemp -# digiKam tarball information -DK_URL=3D"http://download.kde.org/stable/digikam" -DK_BUILDTEMP=3D~/dktemp # digiKam tag version from git. Official tarball do not include extra shar= ed libraries. # The list of tags can be listed with this url: https://quickgit.kde.org/?= p=3Ddigikam.git&a=3Dtags # If you want to package current implemntation from git, use "master" as t= ag. @@ -59,11 +64,3 @@ DK_BUILDTEMP=3D~/dktemp DK_VERSION=3Dmaster # Installer sub version to differentiates newer updates of the installer i= tself, even if the underlying application hasn=E2=80=99t changed. DK_EPOCH=3D"-01" - -#-------------------------------------------------------------------------= ------------------ - -# Absolute path where are downloaded all tarballs to compile. -DOWNLOAD_DIR=3D"`pwd`/temp/d" - -# Absolute path where are compiled all tarballs -BUILDING_DIR=3D"`pwd`/temp/b"