Moved to /usr folder instead of /opt/trinity. This relates to bug 266.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent 00c0d0cbd6
commit edb9650a0d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -4,8 +4,8 @@ use Config;
# the contents of the Makefile that is written.
print "Trying to find some configuration information...\n";
my $tde_dirs = $ENV{TDEDIRS} || '/opt/trinity';
my $qt_dir = $ENV{TQTDIR} || '/opt/trinity/lib';
my $tde_dirs = $ENV{TDEDIRS} || '/usr';
my $qt_dir = $ENV{TQTDIR} || '/usr/lib';
my $tde_inc = "$tde_dirs/include";
my $tde_lib = "$tde_dirs/lib";
my $qt_inc = "$qt_dir/include";

@ -1,6 +1,6 @@
# You might want to change the next 2 lines, the rest should be ok
%define qtdir /usr/lib/qt-3.0.0
Prefix: /opt/trinity
Prefix: /usr
Name: kalyptus
Icon: kde-icon.xpm

@ -1,4 +1,4 @@
#!/opt/trinity/bin/kjscmd
#!/usr/bin/kjscmd
//
// Load an image, scale it, and save it in the specified format.

@ -28,7 +28,7 @@ To build the Qt.so extension, provide 'extconf.rb' with the directories where
the Qt and Smoke libraries are installed:
$ cd qtruby/rubylib/qtruby
$ ruby extconf.rb --with-smoke-dir=/opt/trinity \
$ ruby extconf.rb --with-smoke-dir=/usr \
--with-qt-dir=/home/duke/src/kde/HEAD/qt-copy
$ make
$ make install

@ -80,7 +80,7 @@ install_location=
type=DATA
[Workspace_1]
browser_file=file:/opt/trinity/share/doc/tde/HTML/default/tdevelop/about/intro.html
browser_file=file:/usr/share/doc/tde/HTML/default/tdevelop/about/intro.html
cpp_file=/local/src/kde/tdebindings/tdejava/koala/tdejava/KKeyChooser.cpp
header_file=Untitled.h
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/tdebindings/tdejava/koala/main.cpp,/local/src/kde/tdebindings/tdejava/koala/tdejava/TDEIO.cpp,/local/src/kde/tdebindings/tdejava/koala/tdejava/KKeyChooser.cpp

Loading…
Cancel
Save