summaryrefslogtreecommitdiffstats
path: root/README.PACKAGERS
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitb29a88760d18f56788e028cbdcf9f226727c7f45 (patch)
tree3535f5e6bf860326fb70b78344b588fbf03e2694 /README.PACKAGERS
parent2cdbd87e392bb2fa15e9416c7202d5ab1275c9f8 (diff)
downloadkoffice-b29a88760d18f56788e028cbdcf9f226727c7f45.tar.gz
koffice-b29a88760d18f56788e028cbdcf9f226727c7f45.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README.PACKAGERS')
-rw-r--r--README.PACKAGERS28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.PACKAGERS b/README.PACKAGERS
index 98791fa9..f3d87b76 100644
--- a/README.PACKAGERS
+++ b/README.PACKAGERS
@@ -35,18 +35,18 @@ the corresponding 'native' libraries: libmysqlclient for MySQL; and
and libpqxx for PostgreSQL (libpqxx in turn depends on libpq).
Thus, the MySQL driver package could contain:
- lib/kde3/kexidb_mysqldriver.so
- lib/kde3/kexidb_mysqldriver.la
- lib/kde3/keximigrate_mysql.so
- lib/kde3/keximigrate_mysql.la
+ lib/trinity/kexidb_mysqldriver.so
+ lib/trinity/kexidb_mysqldriver.la
+ lib/trinity/keximigrate_mysql.so
+ lib/trinity/keximigrate_mysql.la
share/services/kexidb_mysqldriver.desktop
share/services/keximigrate_mysql.desktop
The PostgreSQL driver package consists of the following files:
- lib/kde3/kexidb_pqxxsqldriver.so
- lib/kde3/kexidb_pqxxsqldriver.la
- lib/kde3/keximigrate_pqxx.so
- lib/kde3/keximigrate_pqxx.la
+ lib/trinity/kexidb_pqxxsqldriver.so
+ lib/trinity/kexidb_pqxxsqldriver.la
+ lib/trinity/keximigrate_pqxx.so
+ lib/trinity/keximigrate_pqxx.la
share/services/kexidb_pqxxsqldriver.desktop
share/services/keximigrate_pqxx.desktop
@@ -115,16 +115,16 @@ The scripting language plugins can be found in:
koffice/lib/kross/python; and
koffice/lib/kross/ruby.
They install as:
- lib/kde3/krosspython.{la,so}; and
- lib/kde3/krossruby.{la,so}
+ lib/trinity/krosspython.{la,so}; and
+ lib/trinity/krossruby.{la,so}
It is recommended to put each interpreter plugin into a separate
package, and the user decide if they would like support for each
language individually.
For example, the Python scripting package may contain:
- lib/kde3/krosspython.so
- lib/kde3/krosspython.la
+ lib/trinity/krosspython.so
+ lib/trinity/krosspython.la
share/apps/kexi/scripts/exportxhtml/ExportXHTML.py
share/apps/kexi/scripts/exportxhtml/ExportXHTML.rc
share/apps/kexi/scripts/importxhtml/ImportXHTML.py
@@ -135,8 +135,8 @@ For example, the Python scripting package may contain:
share/apps/chalk/scripts/reshapehisto.py
and the Ruby scripting package may contain:
- lib/kde3/krossruby.so
- lib/kde3/krossruby.la
+ lib/trinity/krossruby.so
+ lib/trinity/krossruby.la
share/apps/chalk/scripts/ruby/invert.rb
share/apps/chalk/scripts/ruby/changecs.rb
share/apps/chalk/scripts/ruby/randompaint.rb