diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-17 14:22:44 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-17 14:22:44 +0200 |
commit | 9d191894a587d67cacceb69b868160250820cfa7 (patch) | |
tree | 3111db0ed259e295a586bf845a0a2e2f151eec03 /doc/en/index.docbook | |
parent | 8a53bde7e8e5ca828f1908ff4228ee58c34f4177 (diff) | |
download | kkbswitch-9d191894a587d67cacceb69b868160250820cfa7.tar.gz kkbswitch-9d191894a587d67cacceb69b868160250820cfa7.zip |
Drop automake build support.
Add basic cmake build instructions in the INSTALL file.
Deleted empty file: NEWS.
Deleted obsolete file: kkbswitch.spec .
Some cleanup in the README, the "man" page and the "help" page files.
The man page as well as the icons have moved in their own folder.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 73 |
1 files changed, 9 insertions, 64 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index c059822..159dbdb 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -46,7 +46,7 @@ <abstract> <para> -&kkbswitch; is a keyboard layout indicator for &kde;. +&kkbswitch; is a keyboard layout indicator for &tde;. </para> </abstract> @@ -65,7 +65,7 @@ <title>Introduction</title> <para> -&kkbswitch; is a keyboard layout indicator for &kde; 2 or 3. It is useful when +&kkbswitch; is a keyboard layout indicator for &tde;. It is useful when you have configured the XKeyboard extension of your X Server to have more than one keyboard group (layout), for example US/ASCII and Russian. &kkbswitch; displays an icon in the system tray that indicates which layout is currently @@ -74,10 +74,8 @@ serves as the indicator of the current layout. You still have to configure XKeyboard by editing the <filename>XF86Config</filename> file. </para> <para> -Please report any problems or feature requests to the author, Leonid -Zeitlin, at the address <email>lz@europe.com</email>. +Please report any problems or feature requests to the Trinity Desktop Environment project. </para> - </chapter> <chapter id="using-kapp"> @@ -154,7 +152,7 @@ This style displays the two-letter ISO language code corresponding to the curren <varlistentry> <term>Flag and code</term> <listitem><para> -This style displays the language code against the background of a country flag. This style mimics &kde;'s <application>kxkb</application> application. +This style displays the language code against the background of a country flag. This style mimics &tde;'s <application>kxkb</application> application. </para></listitem> </varlistentry> </variablelist> @@ -400,7 +398,7 @@ active (like selecting a layout from the tray icon popup menu). <funcsynopsis> <funcprototype> -<funcdef>QStringList <function>getGroupNames</function></funcdef> +<funcdef>TQStringList <function>getGroupNames</function></funcdef> <void/> </funcprototype> </funcsynopsis> @@ -541,63 +539,23 @@ Documentation copyright 2001-2005 Leonid Zeitlin <email>lz@europe.com</email> <title>How to obtain &kkbswitch;</title> <para> -&kkbswitch; has a home page at SourceForge: -<ulink url="http://kkbswitch.sourceforge.net"> -http://kkbswitch.sourceforge.net</ulink>. Check there for the latest news. The latest version is available for download from the project page: <ulink url="http://sourceforge.net/projects/kkbswitch"> -http://sourceforge.net/projects/kkbswitch</ulink>. -</para> -<!-- <para> -&kkbswitch; can be found in the at the <ulink -url="http://apps.kde.com/">apps.kde.com</ulink> site at <ulink -url="http://ftp.kde.com/Desktop/Utilities/KKBSwitch/"> -http://ftp.kde.com/Desktop/Utilities/KKBSwitch/</ulink> +&kkbswitch; is part of the Trinity Desktop Environment project: +<ulink url="http://trinitydesktop.org/">http://trinitydesktop.org</ulink>. Check there for the latest news. </para> -<para> -&kkbswitch; doesn't have a homepage yet. For the latest version check <ulink -url="http://apps.kde.com/">apps.kde.com</ulink> -</para> --> </sect1> <sect1 id="requirements"> <title>Requirements</title> <para> &kkbswitch; doesn't require any special environment to compile and run besides - the standard &kde; 2 or 3 tdelibs and tdebase. + the standard &tde; tdelibs and tdebase. </para> </sect1> <sect1 id="compilation"> <title>Compilation and Installation</title> <para> -In order to compile and install &kkbswitch; on your system, type the following -in the base directory of the &kkbswitch; distribution: -<screen width="40"> -<prompt>%</prompt> <userinput>./configure</userinput> -<prompt>%</prompt> <userinput>make</userinput> -<prompt>%</prompt> <userinput>make install</userinput> -</screen> -</para> - -<para> -Options you may want or need to give to the <command>configure</command> command are: -</para> -<simplelist> -<member> -<option>--prefix</option>=<replaceable>dir</replaceable> - set the prefix where your &kde; installation is located. Alternatively, you can set $<envar>TDEDIR</envar> environment variable to the &kde; directory. Under regular circumstances, the configuration script will find the &kde; location automatically; use this option only if you are having problems without it. -</member> -<member> -<option>--enable-ru-ua-layout</option> - install the Russian/Ukrainian layout file (described in <xref linkend="ru_ua"/>). This option is useful for users of XFree86 prior to version 4.3, who want to use Russian/Ukrainian layout file. Note that with this option it is not possible to install &kkbswitch; without root privileges, because the layout file <emphasis>must</emphasis> go to the system XKB layout directory where ordinary users don't have write access. -</member> -<member> -<option>--without-arts</option> - do not check for &arts; development headers. &arts; is &kde;'s multimedia framework, which &kkbswitch; does not use. However, since &kkbswitch; uses standard &kde; configuration macros, the configuration script will check for &arts; headers and complain if they are not found. If this happens to you, specify this option to compile &kkbswitch;. Alternatively, install &arts; development headers, you'll need them one day. -</member> -</simplelist> - - -<para> -Since &kkbswitch; uses autoconf and automake you should have not trouble -compiling it. &kkbswitch; was tested under several versions of &Linux; and FreeBSD, -and a FreeBSD port is available. +&kkbswitch; relies on cmake to build, please read the INSTALL file. </para> <para> @@ -680,16 +638,3 @@ sgml-indent-step:0 sgml-indent-data:nil End: --> - - - - - - - - - - - - - |