Remove dependency to DejaVu fonts as are already included in jasperreport-fonts

Changes in commit 004dec3a42 where not needed
because of the new maven dependency with jasperreport-fonts already includes the
DejaVu fonts. So we don't need to have any font installed in the system to
generate properly the reports.

That means that we will have one less dependency in the future versions.

FEA: ItEr77S08ReportsFonts
This commit is contained in:
Manuel Rego Casasnovas 2012-09-12 11:49:33 +02:00
parent bbc55bc58a
commit a60939af9e
7 changed files with 7 additions and 23 deletions

View file

@ -39,10 +39,6 @@ Compilation requirements
Used for i18n support in the project
* *DejaVu Fonts* - Vera font family
Font family used in reports
* *CutyCapt* - Utility to capture WebKit's rendering of a web page
Required for printing
@ -56,7 +52,7 @@ Debian/Ubuntu
* Install requirements::
# apt-get install git-core maven2 openjdk-6-jdk postgresql postgresql-client python-docutils make gettext ttf-dejavu cutycapt
# apt-get install git-core maven2 openjdk-6-jdk postgresql postgresql-client python-docutils make gettext cutycapt
* Connect to database::
@ -141,7 +137,7 @@ openSUSE
* Install requirements::
# zypper install git-core java-1_6_0-openjdk-devel postgresql-server postgresql docutils make gettext-tools dejavu
# zypper install git-core java-1_6_0-openjdk-devel postgresql-server postgresql docutils make gettext-tools
* Install Maven::

View file

@ -119,7 +119,7 @@ Debian/Ubuntu
* Install requirements::
# apt-get install openjdk-6-jre postgresql postgresql-client tomcat6 libpg-java ttf-dejavu cutycapt xvfb
# apt-get install openjdk-6-jre postgresql postgresql-client tomcat6 libpg-java cutycapt xvfb
* Connect to database::
@ -213,7 +213,7 @@ openSUSE
* Install requirements::
# zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 dejavu xorg-x11-server
# zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 xorg-x11-server
* JDBC Driver manual installation::

4
README
View file

@ -105,10 +105,6 @@ Requirements
To connect application with *PostgreSQL* database in *Tomcat*
* *DejaVu Fonts* - Vera font family
Font family used in reports
* *CutyCapt* - Utility to capture WebKit's rendering of a web page
Required for printing

3
debian/control vendored
View file

@ -10,8 +10,7 @@ Homepage: http://www.libreplan.com/
Package: libreplan
Architecture: any
Depends: cutycapt, postgresql, postgresql-client, xvfb, dbconfig-common, ucf,
tomcat6, default-jre-headless | default-jre, libpg-java, ttf-dejavu,
${misc:Depends}
tomcat6, default-jre-headless | default-jre, libpg-java, ${misc:Depends}
Description: Web application for project planning, monitoring and control.
LibrePlan is a collaborative tool to plan, monitor and control projects and has
a rich web interface which provides a desktop alike user experience. All the

View file

@ -10,8 +10,7 @@ Homepage: http://www.libreplan.com/
Package: libreplan
Architecture: any
Depends: cutycapt, postgresql, postgresql-client, xvfb, dbconfig-common, ucf,
tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ttf-dejavu,
${misc:Depends}
tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ${misc:Depends}
Description: Web application for project planning, monitoring and control.
LibrePlan is a collaborative tool to plan, monitor and control projects and has
a rich web interface which provides a desktop alike user experience. All the

View file

@ -10,8 +10,7 @@ Homepage: http://www.libreplan.com/
Package: libreplan
Architecture: any
Depends: cutycapt, postgresql, postgresql-client, xvfb, dbconfig-common, ucf,
tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ttf-dejavu,
${misc:Depends}
tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ${misc:Depends}
Description: Web application for project planning, monitoring and control.
LibrePlan is a collaborative tool to plan, monitor and control projects and has
a rich web interface which provides a desktop alike user experience. All the

View file

@ -31,11 +31,6 @@ Requires: tomcat6
%else
Requires: cutycapt
%endif
%if 0%{?suse_version}
Requires: dejavu
%else
Requires: dejavu-fonts-common
%endif
%if 0%{?suse_version}
%define distro openSUSE