diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 52226ceb7d3dc1d174935465c3c767efd9998bcd (patch) | |
tree | 1227a39ede3b9b3246033084e5dbeba39eb47a48 /developer-doc | |
parent | 416b853408b60dd208378f0b1d745ad30684cac4 (diff) | |
download | kmymoney-52226ceb7d3dc1d174935465c3c767efd9998bcd.tar.gz kmymoney-52226ceb7d3dc1d174935465c3c767efd9998bcd.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'developer-doc')
-rw-r--r-- | developer-doc/phb/rel-mgmt.docbook | 2 | ||||
-rw-r--r-- | developer-doc/phb/rpm-example.docbook | 8 | ||||
-rw-r--r-- | developer-doc/phb/translation.docbook | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/developer-doc/phb/rel-mgmt.docbook b/developer-doc/phb/rel-mgmt.docbook index 531efaf..3ac7d7e 100644 --- a/developer-doc/phb/rel-mgmt.docbook +++ b/developer-doc/phb/rel-mgmt.docbook @@ -177,7 +177,7 @@ Before doing this, check that all desktop files conform to the freedesktop speci <programlisting> <prompt>thb: ~> </prompt><userinput>find ./kmymoney2 -name '*.desktop' -exec desktop-file-validate {} \;</userinput> </programlisting> -N.B. Any errors in file x-kmymoney2.desktop can be ignored since kde3 does not conform to the specification for this file type. +N.B. Any errors in file x-kmymoney2.desktop can be ignored since trinity does not conform to the specification for this file type. </para> <para> Note: desktop-file-validate is part of the desktop-file-utils package, which may be installed from your distribution repository, or downloaded from diff --git a/developer-doc/phb/rpm-example.docbook b/developer-doc/phb/rpm-example.docbook index 0e7cea0..5e63a4c 100644 --- a/developer-doc/phb/rpm-example.docbook +++ b/developer-doc/phb/rpm-example.docbook @@ -30,7 +30,7 @@ This appendix contains an example of an RPM SPEC file. %if %is_suse %define dist suse %define disttag suse -%define kde_path /opt/kde3 +%define kde_path /opt/trinity %endif %if %is_fedora %define dist fedora @@ -209,14 +209,14 @@ ln -s ../common common # %_datadir/apps/kmm_kbanking/*rc # plugin related files -# %kde_path/%_lib/kde3/*.so +# %kde_path/%_lib/trinity/*.so %files ofx %_datadir/services/kmm_ofximport.desktop -%kde_path/%_lib/kde3/kmm_ofximport.so +%kde_path/%_lib/trinity/kmm_ofximport.so %files devel @@ -224,7 +224,7 @@ ln -s ../common common %kde_path/%_lib/*.la # plugin related files -%kde_path/%_lib/kde3/*.la +%kde_path/%_lib/trinity/*.la %changelog * Mon May 26 2005 - ipwizard (at) users.sourceforge.net diff --git a/developer-doc/phb/translation.docbook b/developer-doc/phb/translation.docbook index 2a171f6..51475e9 100644 --- a/developer-doc/phb/translation.docbook +++ b/developer-doc/phb/translation.docbook @@ -180,7 +180,7 @@ Now run as root the command The mo file is the language file you need for your program. You just need to replace the original mo file of &app; with this one (perform a backup of the original file before). The location of your mo file depends on your -distro, for SuSE it is <filename>/opt/kde3/share/local/lang/LC_MESSAGES</filename> and for Debian +distro, for SuSE it is <filename>/opt/trinity/share/local/lang/LC_MESSAGES</filename> and for Debian <filename>/usr/share/local/lang/LC_MESSAGES</filename>. For lang you can use any string, like de or even de_test if you want to run it with a test language. Be aware that &app; uses some text strings from KDE and since they |