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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   04-Jul-2009 17:10:30
  Branch: HEAD                             Handle: 2009070416103000

  Modified files:
    openpkg-src/fonts-free  fonts-free.spec fonts-free.txt

  Log:
    modifying package: fonts-free-0 20090704 again

  Summary:
    Revision    Changes     Path
    1.44        +45 -25     openpkg-src/fonts-free/fonts-free.spec
    1.17        +10 -0      openpkg-src/fonts-free/fonts-free.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/fonts-free/fonts-free.spec
  ============================================================================
  $ cvs diff -u -r1.43 -r1.44 fonts-free.spec
  --- openpkg-src/fonts-free/fonts-free.spec    4 Jul 2009 13:49:33 -0000       
1.43
  +++ openpkg-src/fonts-free/fonts-free.spec    4 Jul 2009 15:10:30 -0000       
1.44
  @@ -22,29 +22,30 @@
   ##
   
   #   package version
  -%define       V_liberation  1.05.1.20090630
  -%define       V_vera        1.10
  -%define       V_dejavu      2.29
  -%define       V_cardo       98
  -%define       V_gentium     110
  -%define       V_lido        20050821
  -%define       V_union       20030604
  -%define       V_delicious   20061021
  -%define       V_fontin      2
  -%define       V_fontinsans  49
  -%define       V_urw         1.41
  -%define       V_freefont    20090104
  -%define       V_arkpandora  2.04
  -%define       V_corefonts   20020815
  -%define       V_libertine   4.4.1
  -%define       V_asanamath   20071214
  -%define       V_unifont     5.1.20080907
  -%define       V_tuffy       20071106
  -%define       V_luxi        1.0.0
  -%define       V_droid       20080314
  -%define       V_cm_unicode  0.7.0
  -%define       V_envycoder   PR7
  -%define       V_inconsolata 20090207
  +%define       V_liberation   1.05.1.20090630
  +%define       V_vera         1.10
  +%define       V_dejavu       2.29
  +%define       V_cardo        98
  +%define       V_gentium      110
  +%define       V_lido         20050821
  +%define       V_union        20030604
  +%define       V_delicious    20061021
  +%define       V_fontin       2
  +%define       V_fontinsans   49
  +%define       V_urw          1.41
  +%define       V_freefont     20090104
  +%define       V_arkpandora   2.04
  +%define       V_corefonts    20020815
  +%define       V_libertine    4.4.1
  +%define       V_asanamath    20071214
  +%define       V_unifont      5.1.20080907
  +%define       V_tuffy        20071106
  +%define       V_luxi         1.0.0
  +%define       V_droid        20080314
  +%define       V_cm_unicode   0.7.0
  +%define       V_envycoder    PR7
  +%define       V_inconsolata  20090207
  +%define       V_anonymouspro 1.0
   
   #   package information
   Name:         fonts-free
  @@ -83,8 +84,9 @@
   Source20:     
http://switch.dl.sourceforge.net/sourceforge/cm-unicode/cm-unicode-%{V_cm_unicode}-otf.tar.xz
   Source21:     
http://download.damieng.com/fonts/original/EnvyCodeR-%{V_envycoder}.zip
   Source22:     
ftp://ftp.openpkg.org/sources/CPY/fonts-free/Inconsolata-%{V_inconsolata}.otf
  -Source23:     fonts-free.txt
  -Source24:     fonts-free.conf
  +Source23:     
ftp://ftp.openpkg.org/sources/CPY/fonts-free/AnonymousPro-%{V_anonymouspro}.zip
  +Source24:     fonts-free.txt
  +Source25:     fonts-free.conf
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -218,6 +220,11 @@
           url       = ftp://ftp.openpkg.org/sources/CPY/fonts-free/
           regex     = inconsolata-(\d+)\.otf
       }
  +    prog fonts-free:anonymouspro = {
  +        version   = %{V_anonymouspro}
  +        url       = ftp://ftp.openpkg.org/sources/CPY/fonts-free/
  +        regex     = AnonymousPro-(__VER__)\.zip
  +    }
   
   %prep
       (
  @@ -242,6 +249,7 @@
       %setup -q -T -D -a 19
       xz -d -c %{SOURCE20} | %{l_tar} xf -
       %{l_prefix}/bin/unzip -q -x %{SOURCE21}
  +    %{l_prefix}/bin/unzip -q -x %{SOURCE23}
   
   %build
   
  @@ -401,6 +409,18 @@
       cp  %{SOURCE Inconsolata-%{V_inconsolata}.otf} \
           
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Inconsolata/Inconsolata.otf
   
  +    #   install font: Anonymous Pro
  +    %{l_shtool} mkdir -f -p -m 755 \
  +        $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AnonymousPro
  +    cp  "AnonymousPro/Anonymous Pro.ttf" \
  +        
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AnonymousPro/AnonymousPro.ttf
  +    cp  "AnonymousPro/Anonymous Pro B.ttf" \
  +        
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AnonymousPro/AnonymousProB.ttf
  +    cp  "AnonymousPro/Anonymous Pro I.ttf" \
  +        
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AnonymousPro/AnonymousProI.ttf
  +    cp  "AnonymousPro/Anonymous Pro BI.ttf" \
  +        
$RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AnonymousPro/AnonymousProBI.ttf
  +
       #   hook into fontconfig(1)
       %{l_shtool} mkdir -f -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/fonts-free/fonts-free.txt
  ============================================================================
  $ cvs diff -u -r1.16 -r1.17 fonts-free.txt
  --- openpkg-src/fonts-free/fonts-free.txt     4 Jul 2009 13:40:34 -0000       
1.16
  +++ openpkg-src/fonts-free/fonts-free.txt     4 Jul 2009 15:10:30 -0000       
1.17
  @@ -119,3 +119,13 @@
       Publisher: Damien Guard
       Author:    Damien Guard
   
  +  o Font:      Inconsolata
  +    Homepage:  http://www.levien.com/type/myfonts/inconsolata.html
  +    Publisher: Raph Levien
  +    Author:    Raph Levien
  +
  +  o Font:      Anonymous Pro
  +    Homepage:  http://www.ms-studio.com/FontSales/anonymouspro.html
  +    Publisher: Mark Simonson
  +    Author:    Mark Simonson
  +
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to