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

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent f10de3b0cb
commit 37fb195dc2

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

@ -80,7 +80,7 @@ install_location=
type=DATA type=DATA
[Workspace_1] [Workspace_1]
browser_file=file:/opt/kde3/share/doc/HTML/default/kdevelop/about/intro.html browser_file=file:/opt/trinity/share/doc/HTML/default/kdevelop/about/intro.html
cpp_file=/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp cpp_file=/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
header_file=Untitled.h header_file=Untitled.h
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/kdebindings/kdejava/koala/main.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KIO.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp openfiles=Untitled.h,Untitled.cpp,/local/src/kde/kdebindings/kdejava/koala/main.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KIO.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp

@ -11,7 +11,7 @@ import org.kde.qt.QDataStream;
You can't create an instance of KSycocaEntry, but it provides You can't create an instance of KSycocaEntry, but it provides
the common functionality for servicetypes and services. the common functionality for servicetypes and services.
@short Base class for all Sycoca entries. @short Base class for all Sycoca entries.
@see #http://developer#kde#org/documentation/library/kdeqt/kde3arch/ksycoca#html @see #http://developer#kde#org/documentation/library/kdeqt/trinityarch/ksycoca#html
*/ */
public class KSycocaEntry extends KShared { public class KSycocaEntry extends KShared {

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

@ -11,4 +11,4 @@ http://www.riverbankcomputing.co.uk/software/sip/download
PyQt may be downloaded from this URL: PyQt may be downloaded from this URL:
http://www.riverbankcomputing.co.uk/software/pyqt/download3 http://www.riverbankcomputing.co.uk/software/pyqt/download3
PyKDE has been moved to <svnroot>/libraries/python-kde3, and can be compiled against the latest SIP and PyQt sources. PyKDE has been moved to <svnroot>/libraries/python-trinity, and can be compiled against the latest SIP and PyQt sources.

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

Loading…
Cancel
Save