Changeset e9bc540 for BLFS/envars.conf


Ignore:
Timestamp:
04/10/2012 02:38:40 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
3ab1fca
Parents:
d721466
Message:

Update envars.conf for KDE4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    rd721466 re9bc540  
    6666#======== KDE envars =============
    6767
     68# Refer to `Chapter 27. Introduction->KDE Pre-installation Configuration'
     69# for rationale. We use envars.conf instead of /etc/profile.d. But if you
     70# install into a different prefix, you'll need to update ld.so.conf and
     71# man-db.conf, too.
     72
    6873#--- Installation prefix
    69 export KDE_PREFIX=/usr
     74export KDE4_PREFIX=/usr
    7075
    71 #--- If you want to install KDE on a non standart prefix, uncomment
    72 #    the next export lines and edit it if needed.
    73 #    See also the KDE Pre-installation Configuration HTML page for
    74 #    aditional required commands.
    75 #export PATH=$PATH:$KDE_PREFIX/bin
    76 #export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig
     76#--- If you want to install KDE on a non standard prefix, uncomment
     77#    the next lines and edit them it as needed.
     78#KDE4_PREFIX=/opt/kde4
     79#KDE4DIR=$KDE4_PREFIX
     80#KDEDIR=$KDE4_PREFIX
    7781
     82#PATH=$PATH:$KDE4_PREFIX/bin
     83#if [ -z PKG_CONFIG_PATH ]; then
     84#  PKG_CONFIG_PATH=$KDE4_PREFIX/lib/pkgconfig:$KDE4_PREFIX/share/pkgconfig
     85#else
     86#  PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE4_PREFIX/lib/pkgconfig:$KDE4_PREFIX/share/pkgconfig
     87#fi
     88#if [ -z XDG_DATA_DIRS ]; then
     89#  XDG_DATA_DIRS=$KDE4_PREFIX/share
     90#else
     91#  XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDE4_PREFIX/share
     92#fi
     93#if [ -z XDG_CONFIG_DIRS ]; then
     94#  XDG_CONFIG_DIRS=/etc/kde4/xdg
     95#else
     96#  XDG_CONFIG_DIRS=$XDG_DATA_DIRS:/etc/kde4/xdg
     97#fi
    7898
     99#export KDE4_PREFIX KDE4DIR KDEDIR
    79100
    80101#======== Optimizations =============
Note: See TracChangeset for help on using the changeset viewer.