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: 21-Aug-2008 11:17:51
Branch: HEAD Handle: 2008082110175000
Modified files:
openpkg-src/fonts-free fonts-free.conf fonts-free.spec fonts-free.txt
Log:
add Asana Math font
Summary:
Revision Changes Path
1.4 +1 -0 openpkg-src/fonts-free/fonts-free.conf
1.15 +15 -2 openpkg-src/fonts-free/fonts-free.spec
1.5 +5 -0 openpkg-src/fonts-free/fonts-free.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fonts-free/fonts-free.conf
============================================================================
$ cvs diff -u -r1.3 -r1.4 fonts-free.conf
--- openpkg-src/fonts-free/fonts-free.conf 21 Aug 2008 09:03:25 -0000
1.3
+++ openpkg-src/fonts-free/fonts-free.conf 21 Aug 2008 09:17:50 -0000
1.4
@@ -2,6 +2,7 @@
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<dir>@l_prefix@/share/fonts-free/ArkPandora</dir>
+ <dir>@l_prefix@/share/fonts-free/AsnaMath</dir>
<dir>@l_prefix@/share/fonts-free/Cardo</dir>
<dir>@l_prefix@/share/fonts-free/CoreFonts</dir>
<dir>@l_prefix@/share/fonts-free/DejaVu</dir>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fonts-free/fonts-free.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 fonts-free.spec
--- openpkg-src/fonts-free/fonts-free.spec 21 Aug 2008 09:03:26 -0000
1.14
+++ openpkg-src/fonts-free/fonts-free.spec 21 Aug 2008 09:17:50 -0000
1.15
@@ -37,6 +37,7 @@
%define V_arkpandora 2.04
%define V_corefonts 20020815
%define V_libertine 2.8.14
+%define V_asanamath 20071214
# package information
Name: fonts-free
@@ -67,8 +68,9 @@
Source12:
http://www.users.bigpond.net.au/gavindi/ttf-arkpandora-%{V_arkpandora}.tgz
Source13:
ftp://ftp.openpkg.org/sources/CPY/corefonts/corefonts-%{V_corefonts}.tar
Source14:
http://switch.dl.sourceforge.net/linuxlibertine/LinLibertineFont-%{V_libertine}.tgz
-Source15: fonts-free.txt
-Source16: fonts-free.conf
+Source15:
ftp://ftp.openpkg.org/sources/CPY/fonts-free/asanamath-%{V_asanamath}.otf
+Source16: fonts-free.txt
+Source17: fonts-free.conf
# build information
Prefix: %{l_prefix}
@@ -161,6 +163,11 @@
url = http://prdownloads.sourceforge.net/linuxlibertine/
regex = LinLibertineFont-(__VER__)\.tgz
}
+ prog fonts-free:asanamath = {
+ version = %{V_asanamath}
+ url = ftp://ftp.openpkg.org/sources/CPY/fonts-free/
+ regex = asanamath-(__VER__)\.tar
+ }
%prep
%setup -q -T -c
@@ -289,6 +296,12 @@
done
) || exit $?
+ # install font: Asana Math
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AsanaMath
+ cp %{SOURCE asanamath-%{V_asanamath}.otf} \
+ $RPM_BUILD_ROOT%{l_prefix}/share/fonts-free/AsanaMath/AsanaMath.otf
+
# 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.4 -r1.5 fonts-free.txt
--- openpkg-src/fonts-free/fonts-free.txt 21 Aug 2008 09:03:26 -0000
1.4
+++ openpkg-src/fonts-free/fonts-free.txt 21 Aug 2008 09:17:50 -0000
1.5
@@ -74,3 +74,8 @@
Publisher: Linux Libertine Project
Author: Linux Libertine Project
+ o Font: Asana Math
+ Homepage: http://openfontlibrary.org/media/files/asyropoulos/219
+ Publisher: Open Font Library
+ Author: Apostolos Syropoulos
+
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]