Update documentation files and packages to add the dependency with DejaVu fonts
FEA: ItEr77S08ReportsFonts
This commit is contained in:
parent
22a4b0c571
commit
004dec3a42
7 changed files with 11 additions and 11 deletions
6
HACKING
6
HACKING
|
|
@ -39,7 +39,7 @@ Compilation requirements
|
|||
|
||||
Used for i18n support in the project
|
||||
|
||||
* *GNU FreeFont* - Freefont Serif, Sans and Mono Truetype fonts
|
||||
* *DejaVu Fonts* - Vera font family
|
||||
|
||||
Font family used in reports
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ Debian/Ubuntu
|
|||
|
||||
* Install requirements::
|
||||
|
||||
# apt-get install git-core maven2 openjdk-6-jdk postgresql postgresql-client python-docutils make gettext ttf-freefont cutycapt
|
||||
# apt-get install git-core maven2 openjdk-6-jdk postgresql postgresql-client python-docutils make gettext ttf-dejavu cutycapt
|
||||
|
||||
* Connect to database::
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ openSUSE
|
|||
|
||||
* Install requirements::
|
||||
|
||||
# zypper install git-core java-1_6_0-openjdk-devel postgresql-server postgresql docutils make gettext-tools freefont
|
||||
# zypper install git-core java-1_6_0-openjdk-devel postgresql-server postgresql docutils make gettext-tools dejavu
|
||||
|
||||
* Install Maven::
|
||||
|
||||
|
|
|
|||
4
INSTALL
4
INSTALL
|
|
@ -119,7 +119,7 @@ Debian/Ubuntu
|
|||
|
||||
* Install requirements::
|
||||
|
||||
# apt-get install openjdk-6-jre postgresql postgresql-client tomcat6 libpg-java ttf-freefont cutycapt xvfb
|
||||
# apt-get install openjdk-6-jre postgresql postgresql-client tomcat6 libpg-java ttf-dejavu cutycapt xvfb
|
||||
|
||||
* Connect to database::
|
||||
|
||||
|
|
@ -213,7 +213,7 @@ openSUSE
|
|||
|
||||
* Install requirements::
|
||||
|
||||
# zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 freefont xorg-x11-server
|
||||
# zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 dejavu xorg-x11-server
|
||||
|
||||
* JDBC Driver manual installation::
|
||||
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -105,7 +105,7 @@ Requirements
|
|||
|
||||
To connect application with *PostgreSQL* database in *Tomcat*
|
||||
|
||||
* *GNU FreeFont* - Freefont Serif, Sans and Mono Truetype fonts
|
||||
* *DejaVu Fonts* - Vera font family
|
||||
|
||||
Font family used in reports
|
||||
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -10,7 +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-freefont,
|
||||
tomcat6, default-jre-headless | default-jre, libpg-java, ttf-dejavu,
|
||||
${misc:Depends}
|
||||
Description: Web application for project planning, monitoring and control.
|
||||
LibrePlan is a collaborative tool to plan, monitor and control projects and has
|
||||
|
|
|
|||
2
debian/control.lucid
vendored
2
debian/control.lucid
vendored
|
|
@ -10,7 +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-freefont,
|
||||
tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ttf-dejavu,
|
||||
${misc:Depends}
|
||||
Description: Web application for project planning, monitoring and control.
|
||||
LibrePlan is a collaborative tool to plan, monitor and control projects and has
|
||||
|
|
|
|||
2
debian/control.squeeze
vendored
2
debian/control.squeeze
vendored
|
|
@ -10,7 +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-freefont,
|
||||
tomcat6, openjdk-6-jre-headless | openjdk-6-jre, libpg-java, ttf-dejavu,
|
||||
${misc:Depends}
|
||||
Description: Web application for project planning, monitoring and control.
|
||||
LibrePlan is a collaborative tool to plan, monitor and control projects and has
|
||||
|
|
|
|||
|
|
@ -32,9 +32,9 @@ Requires: tomcat6
|
|||
Requires: cutycapt
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
Requires: freefont
|
||||
Requires: dejavu
|
||||
%else
|
||||
Requires: gnu-free-fonts-compat
|
||||
Requires: dejavu-fonts-common
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue