Changeset 89cb93b for BLFS


Ignore:
Timestamp:
01/07/2013 10:52:43 AM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
d33f161
Parents:
a98e987
Message:

Update of BLFS/envars.conf file:

  • new KDE envars and instructions
  • obsoleting GNOME envars as they are not needed in the present version

of the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    ra98e987 r89cb93b  
    4545#======== GNOME envars ===========
    4646
    47 # Refer to `Chapter 33. GNOME Core Packages->Pre-installation Configuration'
    48 # for rationale. We use envars.conf instead of /etc/profile.d. But if you
     47# Refer to `Chapter 30. Right now, the book hard codes --prefix=/usr
     48# and does not make use of the variables below. If you need another prefix,
     49# You'll have to modifiy the prefix in the book source and use the variables
     50# below. But this is not supported in this tool.
     51#======== LEGACY GNOME envars ====
     52# We use envars.conf instead of /etc/profile.d. But if you
    4953# install into a different prefix, you'll need to update ld.so.conf and
    5054# man-db.conf, too.
     
    6973# for rationale. We use envars.conf instead of /etc/profile.d. But if you
    7074# install into a different prefix, you'll need to update ld.so.conf and
    71 # man-db.conf, too.
     75# man-db.conf, and to create and populate the directories $KDE_PREFIX/share
     76# and /etc/dbus-1, as instructed.
    7277
    7378#--- Installation prefix
     
    7681#--- If you want to install KDE on a non standard prefix, uncomment
    7782#    the next lines and edit them it as needed.
    78 #KDE_PREFIX=/opt/kde
    79 #KDEDIR=$KDE_PREFIX
     83#export KDE_PREFIX=/opt/kde
     84#export KDEDIR=$KDE_PREFIX
    8085
    8186#PATH=$PATH:$KDE_PREFIX/bin
    8287#if [ -z PKG_CONFIG_PATH ]; then
    83 #  PKG_CONFIG_PATH=$KDE_PREFIX/lib/pkgconfig:$KDE_PREFIX/share/pkgconfig
     88#export   PKG_CONFIG_PATH=$KDE_PREFIX/lib/pkgconfig:$KDE_PREFIX/share/pkgconfig
    8489#else
    8590#  PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig:$KDE_PREFIX/share/pkgconfig
    8691#fi
    8792#if [ -z XDG_DATA_DIRS ]; then
    88 #  XDG_DATA_DIRS=$KDE_PREFIX/share
     93#export   XDG_DATA_DIRS=$KDE_PREFIX/share
    8994#else
    9095#  XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDE_PREFIX/share
    9196#fi
    9297#if [ -z XDG_CONFIG_DIRS ]; then
    93 #  XDG_CONFIG_DIRS=/etc/kde/xdg
     98#export   XDG_CONFIG_DIRS=/etc/kde/xdg
    9499#else
    95100#  XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:/etc/kde/xdg
    96101#fi
    97 
    98 #export KDE_PREFIX KDEDIR KDEDIR
    99102
    100103#======== Optimizations =============
Note: See TracChangeset for help on using the changeset viewer.