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

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent eb57015869
commit 7ab4c863e8

@ -78,7 +78,7 @@ Please do not forget the prefix argument to configure. If your <envar>KDEDIR</e
variable is not set, set prefix to whatever folder &kde; is installed in: this is
usually either <filename class="directory">/usr</filename>,
<filename class="directory">/opt/kde</filename>, or
<filename class="directory">/opt/kde3</filename>.
<filename class="directory">/opt/trinity</filename>.
Also, make sure you do the
last step as <systemitem class="username">root</systemitem>.
</para><para>

@ -6,7 +6,7 @@ Hi, here are some things that might not be immediately clear :
- for testing code, i don't really know how you're supposed to do this with
kparts, so i just do a "make install" every time, and then simply run the
program, you prolly want to do "./configure --enable-debug=full
--prefix=/usr/local/kde3" (meanwhile, i found out, the solution is in a
--prefix=/usr/local/trinity" (meanwhile, i found out, the solution is in a
developer faq on developer.kde.org
(http://developer.kde.org/documentation/other/developer-faq.html#q67.1)

@ -9,7 +9,7 @@ Basic Installation
(i.e., if it's /usr/bin/konqueror, then use
"./configure --prefix=/usr").
KDEDIR is typically /usr or /opt/kde or /opt/kde2 or /opt/kde3
KDEDIR is typically /usr or /opt/kde or /opt/kde2 or /opt/trinity
==---> Dependencies: KStars is a KDE application. To build it from
source code, you will need to have the following packages installed.

@ -184,7 +184,7 @@ bool ApogeeCam::loadXMLModel()
//IDLog("Top dir is "TOP_DATADIR, NULL);
modelSpecFile = fopen(TOP_DATADIR"/apogee_caminfo.xml", "r");
//modelSpecFile = fopen("/opt/kde3/share/apps/kstars/apogee_caminfo.xml", "r");
//modelSpecFile = fopen("/opt/trinity/share/apps/kstars/apogee_caminfo.xml", "r");
if (modelSpecFile == NULL)
{
IDLog("Error: Unable to open file apogee_caminfo.xml\n");
@ -897,7 +897,7 @@ bool ApogeeCam::initCamera()
char errmsg[1024];
spFile = fopen(TOP_DATADIR"/apogee_caminfo.xml", "r");
//spFile = fopen("/opt/kde3/share/apps/kstars/apogee_caminfo.xml", "r");
//spFile = fopen("/opt/trinity/share/apps/kstars/apogee_caminfo.xml", "r");
if (spFile == NULL)
{
IDLog("Error: Unable to open file apogee_caminfo.xml\n");

Loading…
Cancel
Save