Calligra is an integrated suite of KDE applications that cover office,
creative and management needs.
Office productivity:
- Words for text processing;
- Sheets for computations;
- Stage for presentations;
- Flow for diagrams and flowcharts;
- Kexi for database management;
- Braindump for note taking.
Graphics:
- Krita for advanced drawing and image manipulation;
- Karbon for vector graphics.
Management:
- Plan for project planning.
This is long-term joint work of Rafael Sadowski, Amit Kulkarni and yours
truly. It should compensate (free time slots appeared after removing)
x11/kde/office3.
* Auto-completion of (La)TeX commands.
* Templates and wizards make starting a new document very little work.
* Easy insertion of many standard tags and symbols and the option to
define (an arbitrary number of) user defined tags.
* Easy finding chapter or sections.
* Collecting documents that belong together into a project.
* Easy insertion of citations and references when using projects.
* Flexible and smart build system to compile your LaTeX documents.
* QuickPreview, preview a selected part of your document.
* Easy access to various help sources.
* Advanced editing commands.
Initial port by Amit Kulkarni, reviewed by landry@.
libreoffice can't use ${MODPY_DEFAULT_VERSION_3}, it specifically wants 3.3,
will search for an installed copy if available, otherwise will try (and fail)
to build its own copy if not available...
applied correctly when using /usr/bin/patch, as worked-around in the previous
commit (by patching the patch). Since gnu patch does apply these successfully,
revert previous and switch to this instead, it should give fewer surprises
in the future. ok robert@
path to the interpreter such that configure can find it again.
Newer ruby and FLAVORS that aren't built by default will be
revisited post-5.5.
ok jeremy@ sthen@
longer needed. ok aja@ rpe@ also tested by brett@.
gsoares had a problem with no_x11 but I can't see why and can't
reproduce it, let me know if anyone else sees this.
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).
After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.
spurring from espie@
The script was relying on a 'tac' command which doesn't exist on OpenBSD.
Use tail -r instead. Unbreaks libreoffice build on i386.
Also, allow the -java subpackage on i386 again, per sthen's request.
ok sthen