Skip to content
Snippets Groups Projects
Commit aae9ee42 authored by Jarosław Staniek's avatar Jarosław Staniek
Browse files

README.PACKAGERS: clearly mark required deps; add ktextedtior as required

CCBUG:346373
parent fbd77513
No related branches found
No related tags found
No related merge requests found
......@@ -15,16 +15,17 @@ Splitting Calligra into packages:
Table Of Contents
-----------------
1. Kexi
1.1. Kexi database and migration drivers to package separately
1.2. Other Kexi plugins to package separately
1.3. Kexi development files
1.4. Quick command-line tests of Kexi installation
1.1. Required: KTextEditor - advanced text editor library
1.2. Kexi database and migration drivers to package separately
1.3. Other Kexi plugins to package separately
1.4. Kexi development files
1.5. Quick command-line tests of Kexi installation
2. Krita
2.1. Krita development files
3. Debug information
4. Calligra plugins
5. Calligra libraries
5.1. Calligra default database driver: SQLite
5.1. Required: Calligra default database driver: SQLite
6. WARNING against Qt 4.8.0 and 4.8.1
7. IMPORTANT On using CPU vector capabilities in Calligra Libs and Krita
8. Plan
......@@ -38,7 +39,19 @@ Table Of Contents
1. Kexi
=======
1.1. Kexi database and migration drivers to package separately
1.1. Required: KTextEditor - advanced text editor library
---------------------------------------------------------
Kexi uses the Kate editor's plugin and an advanced text editor library
to implement editing of SQL statements and scripts. The files are
"libktexteditor.so" and "katepart.so" among others. Depending package
can be named like "libktexteditor".
NOTE: Kexi does not depend on the entire Kate application, just on the editing
component.
1.2. Kexi database and migration drivers to package separately
--------------------------------------------------------------
Kexi provides database drivers and migration drivers for a number of
......@@ -116,14 +129,11 @@ The following matrix lists the packages and dependencies.
Plugin .so files are typically installed to $KDEDIR/lib/kde4/,
and .desktop service files are installed to $KDEDIR/share/services/.
Notes:
* Oracle driver is not currently distributed.
TODOs:
* Add minimal versions of dependencies.
1.2. Other Kexi plugins to package separately
1.3. Other Kexi plugins to package separately
---------------------------------------------
Kexi provides less a number of plugin types that are optional either because
......@@ -173,13 +183,14 @@ The following matrix lists the packages and dependencies.
libmarble4-kde4 or marble
(provides libmarblewidget)
1.3. Kexi development files
1.4. Kexi development files
---------------------------
Kexi ships no development files at the moment, so -devel packages are not needed.
1.4. Quick command-line tests of Kexi installation
1.5. Quick command-line tests of Kexi installation
--------------------------------------------------
If you don't want to click through Kexi interface but still want
......@@ -280,8 +291,8 @@ pigment
kowidgets
5.1. Calligra default database driver: SQLite
---------------------------------------------
5.1. Required: Calligra default database driver: SQLite
-------------------------------------------------------
In contrast to the all other Kexi database drivers, SQLite 3 driver SHOULD BE PART
of the Calligra libraries package nor Kexi package, and it SOULD NOT be in optional.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment