diff --git a/HACKING b/HACKING index 64335ee0e..42bed1dd2 100644 --- a/HACKING +++ b/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:: diff --git a/INSTALL b/INSTALL index 4b4ab2154..42b160d62 100644 --- a/INSTALL +++ b/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:: diff --git a/README b/README index a710f52d6..fc0ed5c10 100644 --- a/README +++ b/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 diff --git a/debian/control b/debian/control index b49b8bbe7..8bc301106 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/control.lucid b/debian/control.lucid index 3f9f791bb..12ffac458 100644 --- a/debian/control.lucid +++ b/debian/control.lucid @@ -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 diff --git a/debian/control.squeeze b/debian/control.squeeze index 3f9f791bb..12ffac458 100644 --- a/debian/control.squeeze +++ b/debian/control.squeeze @@ -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 diff --git a/libreplan.spec b/libreplan.spec index 6c43d7183..8dbd6965c 100644 --- a/libreplan.spec +++ b/libreplan.spec @@ -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}