Convert remaining references to kde3 (e.g. in paths) to trinity

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/konstruct@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
master v3.5.13
tpearson 13 years ago
parent 57ecc66a46
commit 363d488a3b

@ -9,7 +9,7 @@ which with this version gives a KDE 3.5.7 installation. Optionally you can
install additional applications like KOffice 1.6.3 or KDevelop 3.4.1, just install additional applications like KOffice 1.6.3 or KDevelop 3.4.1, just
run for example "cd apps/office/koffice ; make install". run for example "cd apps/office/koffice ; make install".
By default "Konstruct" installs to ~/kde3.5.7/ which means you don't have to By default "Konstruct" installs to ~/trinity.5.7/ which means you don't have to
possess root privileges or risk to damage your system or affect another KDE. possess root privileges or risk to damage your system or affect another KDE.
The following table shows how many MBytes source tarballs will be downloaded: The following table shows how many MBytes source tarballs will be downloaded:
@ -66,7 +66,7 @@ Copy gar.conf.mk.in to gar.conf.mk and change it to your liking. Common options:
GARCHIVEDIR If you have already downloaded source tarballs set the path here. GARCHIVEDIR If you have already downloaded source tarballs set the path here.
prefix Where to install your KDE desktop. Default is ~/kde3.5.7/ . prefix Where to install your KDE desktop. Default is ~/trinity.5.7/ .
Moving KDE installation elsewhere afterwards calls for troubles! Moving KDE installation elsewhere afterwards calls for troubles!
HAVE_64BIT_TARGET Set this if you want to compile KDE for a 64bit target (x86_64) HAVE_64BIT_TARGET Set this if you want to compile KDE for a 64bit target (x86_64)
@ -149,12 +149,12 @@ After installation
After installation you have to set some variables allowing your system to find After installation you have to set some variables allowing your system to find
KDE binaries and libraries and KDE to allow to find its own files, for Bash: KDE binaries and libraries and KDE to allow to find its own files, for Bash:
export QTDIR=~/kde3.5.7 export QTDIR=~/trinity.5.7
export KDEDIR=~/kde3.5.7 export KDEDIR=~/trinity.5.7
export KDEDIRS=~/kde3.5.7 export KDEDIRS=~/trinity.5.7
export LD_LIBRARY_PATH=~/kde3.5.7/lib export LD_LIBRARY_PATH=~/trinity.5.7/lib
export PATH=~/kde3.5.7/bin:$PATH export PATH=~/trinity.5.7/bin:$PATH
Setting KDEHOME too, e.g. "export KDEHOME=~/.kdetest", will tell KDE to save Setting KDEHOME too, e.g. "export KDEHOME=~/.kdetest", will tell KDE to save
your settings to this directory and leave default ~/.kde directory unaffected. your settings to this directory and leave default ~/.kde directory unaffected.

@ -27,7 +27,7 @@
# manually, or with 'make garchive' once you've started downloading required # manually, or with 'make garchive' once you've started downloading required
# files (say with 'make paranoid-checksum'. Example: # files (say with 'make paranoid-checksum'. Example:
GARCHIVEDIR = $(HOME)/kde3.5.7-sources GARCHIVEDIR = $(HOME)/trinity.5.7-sources
# Set this variable if you want to compile KDE for a 64bit target (x86_64) # Set this variable if you want to compile KDE for a 64bit target (x86_64)
@ -85,7 +85,7 @@ endif
# #
# TODO: set $(SYSCONFDIR) and $(LOCALSTATEDIR) to never use # TODO: set $(SYSCONFDIR) and $(LOCALSTATEDIR) to never use
# /usr/etc or /usr/var # /usr/etc or /usr/var
prefix ?= $(HOME)/kde3.5.7 prefix ?= $(HOME)/trinity.5.7
exec_prefix = $(prefix) exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin bindir = $(exec_prefix)/bin
sbindir = $(exec_prefix)/sbin sbindir = $(exec_prefix)/sbin

Loading…
Cancel
Save