Update envars.conf for KDE4
This commit is contained in:
parent
d721466a77
commit
e9bc540021
1 changed files with 28 additions and 7 deletions
|
@ -65,17 +65,38 @@ export XDG_DATA_DIRS=/usr/share:/usr/local/share
|
||||||
|
|
||||||
#======== KDE envars =============
|
#======== KDE envars =============
|
||||||
|
|
||||||
|
# Refer to `Chapter 27. Introduction->KDE Pre-installation Configuration'
|
||||||
|
# for rationale. We use envars.conf instead of /etc/profile.d. But if you
|
||||||
|
# install into a different prefix, you'll need to update ld.so.conf and
|
||||||
|
# man-db.conf, too.
|
||||||
|
|
||||||
#--- Installation prefix
|
#--- Installation prefix
|
||||||
export KDE_PREFIX=/usr
|
export KDE4_PREFIX=/usr
|
||||||
|
|
||||||
#--- If you want to install KDE on a non standart prefix, uncomment
|
#--- If you want to install KDE on a non standard prefix, uncomment
|
||||||
# the next export lines and edit it if needed.
|
# the next lines and edit them it as needed.
|
||||||
# See also the KDE Pre-installation Configuration HTML page for
|
#KDE4_PREFIX=/opt/kde4
|
||||||
# aditional required commands.
|
#KDE4DIR=$KDE4_PREFIX
|
||||||
#export PATH=$PATH:$KDE_PREFIX/bin
|
#KDEDIR=$KDE4_PREFIX
|
||||||
#export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE_PREFIX/lib/pkgconfig
|
|
||||||
|
|
||||||
|
#PATH=$PATH:$KDE4_PREFIX/bin
|
||||||
|
#if [ -z PKG_CONFIG_PATH ]; then
|
||||||
|
# PKG_CONFIG_PATH=$KDE4_PREFIX/lib/pkgconfig:$KDE4_PREFIX/share/pkgconfig
|
||||||
|
#else
|
||||||
|
# PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$KDE4_PREFIX/lib/pkgconfig:$KDE4_PREFIX/share/pkgconfig
|
||||||
|
#fi
|
||||||
|
#if [ -z XDG_DATA_DIRS ]; then
|
||||||
|
# XDG_DATA_DIRS=$KDE4_PREFIX/share
|
||||||
|
#else
|
||||||
|
# XDG_DATA_DIRS=$XDG_DATA_DIRS:$KDE4_PREFIX/share
|
||||||
|
#fi
|
||||||
|
#if [ -z XDG_CONFIG_DIRS ]; then
|
||||||
|
# XDG_CONFIG_DIRS=/etc/kde4/xdg
|
||||||
|
#else
|
||||||
|
# XDG_CONFIG_DIRS=$XDG_DATA_DIRS:/etc/kde4/xdg
|
||||||
|
#fi
|
||||||
|
|
||||||
|
#export KDE4_PREFIX KDE4DIR KDEDIR
|
||||||
|
|
||||||
#======== Optimizations =============
|
#======== Optimizations =============
|
||||||
|
|
||||||
|
|
Reference in a new issue