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 15:49:33 Branch: HEAD Handle: 2009070414493300 Modified files: openpkg-src/fonts-free fonts-free.spec Log: add Inconsolata Summary: Revision Changes Path 1.43 +37 -24 openpkg-src/fonts-free/fonts-free.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/fonts-free/fonts-free.spec ============================================================================ $ cvs diff -u -r1.42 -r1.43 fonts-free.spec --- openpkg-src/fonts-free/fonts-free.spec 4 Jul 2009 13:40:34 -0000 1.42 +++ openpkg-src/fonts-free/fonts-free.spec 4 Jul 2009 13:49:33 -0000 1.43 @@ -22,28 +22,29 @@ ## # 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_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 # package information Name: fonts-free @@ -81,8 +82,9 @@ Source19: ftp://ftp.openpkg.org/sources/CPY/fonts-free/droid-%{V_droid}.tar.gz 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: fonts-free.txt -Source23: fonts-free.conf +Source22: ftp://ftp.openpkg.org/sources/CPY/fonts-free/Inconsolata-%{V_inconsolata}.otf +Source23: fonts-free.txt +Source24: fonts-free.conf # build information Prefix: %{l_prefix} @@ -211,6 +213,11 @@ url = http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released regex = EnvyCodeR-(__VER__)\.zip } + prog fonts-free:inconsolata = { + version = %{V_inconsolata} + url = ftp://ftp.openpkg.org/sources/CPY/fonts-free/ + regex = inconsolata-(\d+)\.otf + } %prep ( @@ -388,6 +395,12 @@ cp "Envy Code R %{V_envycoder}/Envy Code R Italic.ttf" \ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/EnvyCodeR/EnvyCodeRItalic.ttf + # install font: Inconsolata + %{l_shtool} mkdir -f -p -m 755 \ + $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Inconsolata + cp %{SOURCE Inconsolata-%{V_inconsolata}.otf} \ + $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/Inconsolata/Inconsolata.otf + # hook into fontconfig(1) %{l_shtool} mkdir -f -p -m 755 \ $RPM_BUILD_ROOT%{l_prefix}/etc/fontconfig/conf.avail \ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org