[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/gpg4win/scripts/debian-xcompile
From:       Andre Heinecke <aheinecke () intevation ! de>
Date:       2012-12-07 8:50:00
Message-ID: 20121207085000.984FDAC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1327605 by aheinecke:

- Fix url for kdelibs common doc
- Add logfile
- unset Autoconf / gettext environment variables on squeeze.
The environment unset is mostly for me because i also build
e35 in this environment which needs those variables.


 M  +12 -0     config  


--- branches/work/gpg4win/scripts/debian-xcompile/config #1327604:1327605
@@ -6,6 +6,9 @@
 # Configure here the amount of jobs to use
 readonly MAKE_JOBS="$((`grep vendor_id /proc/cpuinfo | wc -l` + 1))"
 
+# A Logfile for the command output generated
+readonly LOGFILE="$(absolute "$(dirname "$0")")"/build.log
+
 if [ "$USER" != root ] ; then
     readonly BUILDDIR="$PWD/build"
     readonly SRCDIR="$PWD/src"
@@ -58,6 +61,13 @@
     readonly APT_RELEASE=etch-backports
 fi
 
+# Currently squeeze versions of autoconf and automake are used
+if $squeeze ; then
+    unset XGETTEXT
+    unset AUTOCONF
+    unset AUTOMAKE
+fi
+
 # packages needed
 readonly INSTALLER_TOOLCHAIN="mingw32 nsis stow zip unzip bzip2 texinfo imagemagick \
libglib2.0-dev tetex-bin tetex-extra gs-common hyperlatex latex-xcolor subversion \
icecc wget libjpeg62-dev libpng12-dev zlib1g-dev libdbus-1-dev libdbus-glib-1-dev \
libssl-dev libx11-dev libxext-dev autoconf automake gettext shared-mime-info \
libsm-dev libxml2-dev libxml2-utils libxslt1-dev libbz2-dev"  # cmake is a separate \
install because of a bug in the cmake package @@ -180,6 +190,8 @@
 readonly L10N_KDE4_SRC_URL=ftp://ftp.kdab.net/gpg4win/l10n-kde4-20080828-src.zip
 readonly L10N_KDE4_BIN_URL=ftp://ftp.kdab.net/gpg4win/l10n-kde4-20080828-src.zip
 
+readonly KDELIBS_DOC_COMMON_SVN_URL=$KDESVN/branches/KDE/4.1/kdelibs/doc common
+
 if $etch ; then
     readonly SVN_NON_RECURSIVE=-N
 else


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic