OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-May-2008 11:05:10
  Branch: HEAD                             Handle: 2008050210051000

  Modified files:
    openpkg-src/drupal      drupal.spec

  Log:
    add PDF support for print module

  Summary:
    Revision    Changes     Path
    1.219       +8  -0      openpkg-src/drupal/drupal.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  ============================================================================
  $ cvs diff -u -r1.218 -r1.219 drupal.spec
  --- openpkg-src/drupal/drupal.spec    2 May 2008 08:57:31 -0000       1.218
  +++ openpkg-src/drupal/drupal.spec    2 May 2008 09:05:10 -0000       1.219
  @@ -195,6 +195,7 @@
   %define       V_aux_geshi                  1.0.7.20
   %define       V_aux_simplepie              1.1
   %define       V_aux_tinymce                3_0_5
  +%define       V_aux_dompdf                 0.5.1
   
   #   package information
   Name:         drupal
  @@ -390,6 +391,7 @@
   Source301:    
http://switch.dl.sourceforge.net/geshi/GeSHi-%{V_aux_geshi}.tar.gz
   Source302:    http://simplepie.org/downloads/simplepie_%{V_aux_simplepie}.zip
   Source303:    
http://switch.dl.sourceforge.net/tinymce/tinymce_%{V_aux_tinymce}.zip
  +Source304:    
http://switch.dl.sourceforge.net/dompdf/dompdf-%{V_aux_dompdf}.tar.gz
   Source400:    drupal-setup.sh
   Source401:    drupal-cron.sh
   Source402:    drupal-apache.conf
  @@ -1460,6 +1462,12 @@
       ( cd sites/all/modules/tinymce || exit $?
         unzip -q -x %{SOURCE303}
       ) || exit $?
  +    ( cd sites/all/modules/print || exit $?
  +      %{l_tar} xfz %{SOURCE304}
  +      mv dompdf-0.5.1 dompdf
  +      rm -f dompdf/dompdf.php
  +      echo "Disallow: /print/" >>../../../../robots.txt
  +    ) || exit $?
   
   %build
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to