Difference between revisions of "KdeNetwork"

From CBLFS
Jump to navigationJump to search
Line 5: Line 5:
 
|-
 
|-
 
!Download Patch:
 
!Download Patch:
| http://svn.cross-lfs.org/svn/repos/patches/kdenetworkkdenetwork-{{KDE-Version}}-gcc_4.4-1.patch
+
| http://svn.cross-lfs.org/svn/repos/patches/kdenetwork-{{KDE-Version}}-gcc_4.4-1.patch
 
|}
 
|}
  
Line 39: Line 39:
 
== Non-Multilib ==
 
== Non-Multilib ==
  
Apply this patch only if you use gcc-4.4
+
Apply the following patch if your system is using GCC 4.4:
  
  patch -Np1 -i ../kdenetwork-3.5.10-gcc-4.4-1.patch
+
  patch -Np1 -i ../kdenetwork-{{KDE-Version}}-gcc_4.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 56: Line 56:
  
 
=== 32Bit ===
 
=== 32Bit ===
 +
 +
Apply the following patch if your system is using GCC 4.4:
 +
 +
patch -Np1 -i ../kdenetwork-{{KDE-Version}}-gcc_4.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 72: Line 76:
  
 
=== N32 ===
 
=== N32 ===
 +
 +
Apply the following patch if your system is using GCC 4.4:
 +
 +
patch -Np1 -i ../kdenetwork-{{KDE-Version}}-gcc_4.4-1.patch
  
 
Compile the package:
 
Compile the package:
Line 88: Line 96:
  
 
=== 64Bit ===
 
=== 64Bit ===
 +
 +
Apply the following patch if your system is using GCC 4.4:
 +
 +
patch -Np1 -i ../kdenetwork-{{KDE-Version}}-gcc_4.4-1.patch
  
 
Compile the package:
 
Compile the package:

Revision as of 16:17, 15 July 2009

Download Source: ftp://ftp.kde.org/pub/kde/stable/3.5.10/src/kdenetwork-3.5.10.tar.bz2
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/kdenetwork-3.5.10-gcc_4.4-1.patch

Introduction to KdeNetwork

Project Homepage: Unknown

Dependencies

Required

Recommended

Optional

Non-Multilib

Apply the following patch if your system is using GCC 4.4:

patch -Np1 -i ../kdenetwork-3.5.10-gcc_4.4-1.patch

Compile the package:

./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde \
    --disable-debug --disable-dependency-tracking &&
make

Install the package

make install

Multilib

32Bit

Apply the following patch if your system is using GCC 4.4:

patch -Np1 -i ../kdenetwork-3.5.10-gcc_4.4-1.patch

Compile the package:

export USE_ARCH=32 &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    ./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde --disable-debug \
    --disable-dependency-tracking --x-libraries=${XORG_PREFIX}/lib \
    --with-qt-libraries=${QTDIR}/lib --enable-libsuffix=none &&
make

Install the package

make install &&
unset USE_ARCH

N32

Apply the following patch if your system is using GCC 4.4:

patch -Np1 -i ../kdenetwork-3.5.10-gcc_4.4-1.patch

Compile the package:

export USE_ARCH=n32 &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
    ./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde --libdir=${KDE_PREFIX}/lib32
    --disable-debug --disable-dependency-tracking --x-libraries=${XORG_PREFIX}/lib32 \
    --with-qt-libraries=${QTDIR}/lib32 --enable-libsuffix=32 &&
make

Install the package

make install &&
unset USE_ARCH

64Bit

Apply the following patch if your system is using GCC 4.4:

patch -Np1 -i ../kdenetwork-3.5.10-gcc_4.4-1.patch

Compile the package:

export USE_ARCH=64 &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
    ./configure --prefix=$KDE_PREFIX --sysconfdir=/etc/kde --libdir=${KDE_PREFIX}/lib64 \
    --disable-debug --disable-dependency-tracking --x-libraries=${XORG_PREFIX}/lib64 \
    --with-qt-libraries=${QTDIR}/lib64 --enable-libsuffix=64 &&
make

Install the package

make install &&
unset USE_ARCH

Configuring

Bootscript

Install the bootscript for lisa from the bootscripts package with the following command:

make install-lisa