]> git.pld-linux.org Git - packages/egroupware.git/commitdiff
- use system vera fonts
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 11 Sep 2005 13:32:20 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    egroupware-ttfdir.patch -> 1.1

egroupware-ttfdir.patch [new file with mode: 0644]

diff --git a/egroupware-ttfdir.patch b/egroupware-ttfdir.patch
new file mode 100644 (file)
index 0000000..8b92c22
--- /dev/null
@@ -0,0 +1,21 @@
+--- ./projects/inc/class.bostatistics.inc.php  2004-11-06 14:15:28.000000000 +0200
++++ /tmp/class.bostatistics.inc.php    2005-09-11 16:21:20.000000000 +0300
+@@ -142,7 +142,7 @@
+                       if(!function_exists('imagecopyresampled')) 
+                               return false;
+                       
+-                      DEFINE("TTF_DIR",PHPGW_SERVER_ROOT."/projects/ttf-bitstream-vera-1.10/");
++                      DEFINE("TTF_DIR","/usr/share/fonts/TTF/");
+                       if(file_exists(PHPGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php'))
+                       {
+                               include(PHPGW_SERVER_ROOT . '/../jpgraph/src/jpgraph.php');
+--- ./projects/inc/jpgraph-1.5.2/src/jpgraph_dir.php   2004-06-01 13:38:37.000000000 +0300
++++ /tmp/jpgraph_dir.php       2005-09-11 16:21:20.000000000 +0300
+@@ -26,6 +26,6 @@
+ // Directory for TTF fonts. Must end with '/'
+ #DEFINE("TTF_DIR","/usr/local/fonts/ttf/");
+-DEFINE("TTF_DIR",PHPGW_SERVER_ROOT."/projects/ttf-bitstream-vera-1.10/");
++DEFINE("TTF_DIR","/usr/share/fonts/TTF/");
+ ?>
This page took 0.074111 seconds and 4 git commands to generate.