From 21676bb201cde132e2c6d50f5fd373193c7c672f Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 23 Dec 2014 16:39:34 +0000 Subject: [PATCH] Fix directory of installation of fonts Also, do not install README as it only contains licensing information or is the same text as the DESCRIPTION. --- media-fonts/ahem/ahem-1.0.recipe | 7 +++--- .../anonymous_pro-1.002.001.recipe | 5 ++-- .../arabeyes_fonts/arabeyes_fonts-1.1.recipe | 23 ++++++++----------- media-fonts/cardo/cardo-1.04.recipe | 4 ++-- .../courier_prime/courier_prime-1.0.recipe | 5 ++-- .../croscorefonts/croscorefonts-1.21.0.recipe | 8 +++---- media-fonts/droid/droid-113.recipe | 6 ++--- media-fonts/droid/droid-4.3_r2.2.recipe | 6 ++--- .../essays-1743/essays1743-2.001.recipe | 6 ++--- .../farsi_fonts/farsi_fonts-0.4.recipe | 4 ++-- media-fonts/humor_sans/humor_sans-1.0.recipe | 8 +++---- .../inconsolata/inconsolata-1.0.recipe | 4 ++-- .../kacst_fonts/kacst_fonts-5.0.recipe | 6 ++--- .../lateef_font/lateef_font-1.001.recipe | 4 ++-- .../liberation_fonts-1.06.0.20100721.recipe | 4 ++-- media-fonts/lohit/lohit-2.3.8.recipe | 6 ++--- media-fonts/mplus/mplus-2.2.4.recipe | 6 ++--- .../nafees_nastaleeq-1.02.recipe | 4 ++-- .../nafees_riqa/nafees_riqa-1.00.recipe | 4 ++-- media-fonts/nanumfont/nanumfont-2.0.recipe | 4 ++-- .../noto_sans_bengali-1.02.recipe | 4 ++-- .../noto_sans_cjk/noto_sans_cjk-1.001.recipe | 4 ++-- .../noto_sans_devanagari-1.05.recipe | 4 ++-- .../noto_sans_gujarati-1.02.recipe | 4 ++-- .../noto_sans_gurmukhi-1.01.recipe | 4 ++-- .../noto_sans_sinhala-1.01.recipe | 4 ++-- .../noto_sans_tamil-1.04.recipe | 4 ++-- .../noto_sans_telugu-1.02.recipe | 4 ++-- media-fonts/paratype/paratype-1.0.recipe | 11 +++++---- media-fonts/roboto/roboto-1.2.recipe | 4 ++-- .../scheherazade_font-1.005.recipe | 4 ++-- .../terminus_ttf/terminus_ttf-4.38.2.recipe | 4 ++-- .../ubuntu_font_family-0.80.recipe | 6 ++--- .../ukijorgfonts/ukijorgfonts-1.0.recipe | 4 ++-- media-fonts/unifont/unifont-7.0.06.recipe | 4 ++-- .../vl_gothic/vl_gothic-20140530.recipe | 4 ++-- media-fonts/vollkorn/vollkorn-2.1.recipe | 4 ++-- .../wqy_microhei-0.2.0~beta.recipe | 4 ++-- .../wqy_zenhei/wqy_zenhei-0.9.45.recipe | 4 ++-- .../x_series_fonts/x_series_fonts-2.0.recipe | 4 ++-- 40 files changed, 103 insertions(+), 110 deletions(-) diff --git a/media-fonts/ahem/ahem-1.0.recipe b/media-fonts/ahem/ahem-1.0.recipe index 215eef282..8080fb62a 100644 --- a/media-fonts/ahem/ahem-1.0.recipe +++ b/media-fonts/ahem/ahem-1.0.recipe @@ -20,7 +20,7 @@ SRC_URI="https://github.com/Kozea/Ahem/archive/1.0.tar.gz" CHECKSUM_SHA256="bae33954780217ea0e8e517f51e5a84c525ff22b39a508d50ab49e2d5cef7530" LICENSE="Public Domain" COPYRIGHT="Late-90s Todd Fahrner" -REVISION="1" +REVISION="2" SOURCE_DIR="Ahem-1.0" ARCHITECTURES="any" @@ -41,6 +41,7 @@ BUILD() INSTALL() { - mkdir -p $fontsDir/ahem - cp Ahem.ttf README $fontsDir/ahem + FONTDIR=$fontsDir/ttfonts + mkdir -p $FONTDIR + cp Ahem.ttf $FONTDIR } diff --git a/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe b/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe index c3b0ad6dd..b14cb74d3 100644 --- a/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe +++ b/media-fonts/anonymous_pro/anonymous_pro-1.002.001.recipe @@ -10,7 +10,7 @@ SRC_URI="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip CHECKSUM_SHA256="86665847a51cdfb58a1e1dfd8b1ba33f183485affe50b53e3304f63d3d3552ab" LICENSE="SIL Open Font License v1.1" COPYRIGHT="2009 Mark Simonson, with reserved font name Anonymous Pro" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -29,8 +29,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/anonymous-pro + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} - cp README.txt ${FONTDIR}/anonymous-pro-readme.txt } diff --git a/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe b/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe index 9a1b7b09a..16566f291 100644 --- a/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe +++ b/media-fonts/arabeyes_fonts/arabeyes_fonts-1.1.recipe @@ -8,8 +8,7 @@ contributions. HOMEPAGE="http://projects.arabeyes.org/project.php?proj=Khotot" SRC_URI="http://sourceforge.net/projects/arabeyes/files/Fonts/ae_fonts/ae_fonts1_ttf_1.1.tar.bz2" CHECKSUM_SHA256="c517f6ac0643d2416101c9b375be38ec4fe7810b7ad3a1465438dd45b819e054" -REVISION="1" -DEPEND="" +REVISION="2" LICENSE="GNU GPL v2" COPYRIGHT="2003-2007 Arabeyes.org 2002-2005 Free Software Foundation" @@ -21,26 +20,24 @@ PROVIDES="arabeyes_fonts = $portVersion" REQUIRES="" BUILD_REQUIRES="" BUILD_PREREQUIRES=" - cmd:tar coreutils " -SOURCE_DIR="ae_fonts1-1.1" +SOURCE_DIR="ae_fonts1-1.1/" BUILD() { - tar xvjf $portDir/download/ae_fonts1_ttf_1.1.tar.bz2 + true } INSTALL() { - cd ae_fonts1-1.1 - FONTDIR=$fontsDir/arabeyes + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} - cp -rd AAHS ${FONTDIR}/ - cp -rd AGA ${FONTDIR}/ - cp -rd FS ${FONTDIR}/ - cp -rd Kasr ${FONTDIR}/ - cp -rd MCS ${FONTDIR}/ - cp -rd Shmookh ${FONTDIR}/ + cp AAHS/*.ttf ${FONTDIR}/ + cp AGA/*.ttf ${FONTDIR}/ + cp FS/*.ttf ${FONTDIR}/ + cp Kasr/*.ttf ${FONTDIR}/ + cp MCS/*.ttf ${FONTDIR}/ + cp Shmookh/*.ttf ${FONTDIR}/ } diff --git a/media-fonts/cardo/cardo-1.04.recipe b/media-fonts/cardo/cardo-1.04.recipe index c3c3274c7..87b719f3a 100644 --- a/media-fonts/cardo/cardo-1.04.recipe +++ b/media-fonts/cardo/cardo-1.04.recipe @@ -11,7 +11,7 @@ SRC_URI="http://scholarsfonts.net/cardo104.zip" CHECKSUM_SHA256="9401db6357cb71fa1f8791323679f81d6b0473d6280a7ec8abdf11b5e52f455f" LICENSE="SIL Open Font License v1.1" COPYRIGHT="2004–2011 David J. Perry, with Reserved Font Name Cardo" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -30,7 +30,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/cardo + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} } diff --git a/media-fonts/courier_prime/courier_prime-1.0.recipe b/media-fonts/courier_prime/courier_prime-1.0.recipe index 309374cbe..23bf94b70 100644 --- a/media-fonts/courier_prime/courier_prime-1.0.recipe +++ b/media-fonts/courier_prime/courier_prime-1.0.recipe @@ -8,7 +8,7 @@ should not change. HOMEPAGE="http://quoteunquoteapps.com/courierprime/" SRC_URI="http://quoteunquoteapps.com/downloads/courier-prime.zip" CHECKSUM_SHA256="d5d4faf1bee0d1f52bab1103cbfdfb354976331c86f999c110c22a098cb12d73" -REVISION="1" +REVISION="2" LICENSE="SIL Open Font License v1.1" COPYRIGHT="2013 Quote-Unquote Apps" @@ -34,8 +34,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/courier-prime + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR}/ - cp Read\ me.txt ${FONTDIR}/README.txt } diff --git a/media-fonts/croscorefonts/croscorefonts-1.21.0.recipe b/media-fonts/croscorefonts/croscorefonts-1.21.0.recipe index 6fc578aa2..3282e1740 100644 --- a/media-fonts/croscorefonts/croscorefonts-1.21.0.recipe +++ b/media-fonts/croscorefonts/croscorefonts-1.21.0.recipe @@ -13,8 +13,8 @@ CHECKSUM_SHA256_3="89619d3f06b55495e94458eb8fbd69ae7c654db5782b2cecfdaffa2c8b291 SOURCE_DIR="" LICENSE="Apache v2" -COPYRIGHT="Mike Frysinger" -REVISION="1" +COPYRIGHT="2010-2013 Google Corporation" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" @@ -30,10 +30,10 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/ttfonts/croscorefonts/ + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} cp ../sources-2/*.ttf ${FONTDIR} cp ../sources-3/*.ttf ${FONTDIR} -} \ No newline at end of file +} diff --git a/media-fonts/droid/droid-113.recipe b/media-fonts/droid/droid-113.recipe index 2b908a4b0..06ba3babd 100644 --- a/media-fonts/droid/droid-113.recipe +++ b/media-fonts/droid/droid-113.recipe @@ -10,7 +10,7 @@ SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-113.tar.gz" CHECKSUM_SHA256="c9339f0f1aaa055f8b06a2b28c1c3fb5ddffe6c6a6a7a7735fc0ad93d0eab12f" LICENSE="Apache v2" COPYRIGHT="2005-2008 The Android Open Source Project" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -30,9 +30,8 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/droid + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} - cp Ahem.ttf ${FONTDIR} cp DroidSans-Bold.ttf ${FONTDIR} cp DroidSansFallback.ttf ${FONTDIR} cp DroidSerif-Bold.ttf ${FONTDIR} @@ -41,5 +40,4 @@ INSTALL() cp DroidSansMono.ttf ${FONTDIR} cp DroidSerif-BoldItalic.ttf ${FONTDIR} cp DroidSerif-Regular.ttf ${FONTDIR} - cp README.txt ${FONTDIR}/droid-fonts-readme.txt } diff --git a/media-fonts/droid/droid-4.3_r2.2.recipe b/media-fonts/droid/droid-4.3_r2.2.recipe index 0b802f2c0..3923c917d 100644 --- a/media-fonts/droid/droid-4.3_r2.2.recipe +++ b/media-fonts/droid/droid-4.3_r2.2.recipe @@ -11,7 +11,7 @@ SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/droid-4.3_r2.2.zi CHECKSUM_SHA256="221133c329efdb2b911c18ef222eeb3fcb011e5be7c37623e68faa90c15b8cd0" LICENSE="Apache v2" COPYRIGHT="2005-2008 The Android Open Source Project" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -31,7 +31,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/droid + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} - cp . ${FONTDIR} -R + cp *.ttf ${FONTDIR} } diff --git a/media-fonts/essays-1743/essays1743-2.001.recipe b/media-fonts/essays-1743/essays1743-2.001.recipe index 64afcbf84..5d5bc6bb8 100644 --- a/media-fonts/essays-1743/essays1743-2.001.recipe +++ b/media-fonts/essays-1743/essays1743-2.001.recipe @@ -12,7 +12,7 @@ SOURCE_DIR="" LICENSE="GNU LGPL v2.1" COPYRIGHT="John Stracke" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" @@ -28,8 +28,8 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/ttfonts/essays1743/ + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp essays1743/*.ttf ${FONTDIR} -} \ No newline at end of file +} diff --git a/media-fonts/farsi_fonts/farsi_fonts-0.4.recipe b/media-fonts/farsi_fonts/farsi_fonts-0.4.recipe index 0ad6033be..3fd24740d 100644 --- a/media-fonts/farsi_fonts/farsi_fonts-0.4.recipe +++ b/media-fonts/farsi_fonts/farsi_fonts-0.4.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Farsi (Perisian) Unicode fonts" HOMEPAGE="http://www.farsiweb.ir/" SRC_URI="http://www.farsiweb.ir/font/farsifonts-0.4.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="65a78975c923fd9db7b9441c32559c1b" @@ -12,7 +12,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR} } diff --git a/media-fonts/humor_sans/humor_sans-1.0.recipe b/media-fonts/humor_sans/humor_sans-1.0.recipe index f010cebeb..bcd270a35 100644 --- a/media-fonts/humor_sans/humor_sans-1.0.recipe +++ b/media-fonts/humor_sans/humor_sans-1.0.recipe @@ -1,6 +1,6 @@ -SUMMARY="The Human-Sans font" +SUMMARY="The Humor-Sans font" DESCRIPTION=" -A sanserif typeface in the style of xkcd. Xkcd is a popular webcomics with \ +A sans-serif typeface in the style of xkcd. Xkcd is a popular webcomics with \ focus on computer science or everything else. " HOMEPAGE="http://antiyawn.com/uploads/humorsans.html" @@ -8,7 +8,7 @@ SRC_URI="http://antiyawn.com/uploads/Humor-Sans-1.0.ttf" CHECKSUM_SHA256="2ded6a27448c9ed30aaff177744e2bcf1e52e0aab018b2a8be64565df633318f" LICENSE="SIL Open Font License v1.1" COPYRIGHT="2009, Michael Ciuffo, with Reserved Font Name Humor-Sans" -REVISION="1" +REVISION="2" ARCHITECTURES="!any" DISABLE_SOURCE_PACKAGE=yes @@ -27,7 +27,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/humor-sans + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} } diff --git a/media-fonts/inconsolata/inconsolata-1.0.recipe b/media-fonts/inconsolata/inconsolata-1.0.recipe index 23cce1f39..eceb5c6c1 100644 --- a/media-fonts/inconsolata/inconsolata-1.0.recipe +++ b/media-fonts/inconsolata/inconsolata-1.0.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Inconsolata Programmer's font" HOMEPAGE="http://www.levien.com/type/myfonts/inconsolata.html" SRC_URI="http://media.nodnod.net/Inconsolata-dz.otf.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="8510443343f43382566511e73abc06f8" @@ -12,7 +12,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/inconsolata + FONTDIR=${fontsDir}/otfonts mkdir -p ${FONTDIR} wget http://levien.com/type/myfonts/Inconsolata.otf wget http://www.cosmix.org/software/files/InconsolataHellenic.zip diff --git a/media-fonts/kacst_fonts/kacst_fonts-5.0.recipe b/media-fonts/kacst_fonts/kacst_fonts-5.0.recipe index c2a34ed0e..0bef51cbe 100644 --- a/media-fonts/kacst_fonts/kacst_fonts-5.0.recipe +++ b/media-fonts/kacst_fonts/kacst_fonts-5.0.recipe @@ -1,7 +1,7 @@ DESCRIPTION="KACST Arabic Truetype Fonts" HOMEPAGE="http://www.arabeyes.org/project.php?proj=Khotot" SRC_URI="http://sourceforge.net/projects/arabeyes/files/latest/download?source=files" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="0a7ad4538d3b97adfbefa4c5cf8c2660" @@ -13,11 +13,9 @@ BUILD() INSTALL() { cd kacst_one_5.0 - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/arabeyes + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} - cp KacstOne-Bold.sfd ${FONTDIR}/ cp KacstOne-Bold.ttf ${FONTDIR}/ - cp KacstOne.sfd ${FONTDIR}/ cp KacstOne.ttf ${FONTDIR}/ } diff --git a/media-fonts/lateef_font/lateef_font-1.001.recipe b/media-fonts/lateef_font/lateef_font-1.001.recipe index 0de1633c9..69b0ac8e9 100644 --- a/media-fonts/lateef_font/lateef_font-1.001.recipe +++ b/media-fonts/lateef_font/lateef_font-1.001.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Arabic font" HOMEPAGE="http://scripts.sil.org/ArabicFonts_Download" SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Lateef_OT_1_001&filename=LateefRegOT_1.001.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="c060ab84ab33ae8f991103258b8e7f22" @@ -12,7 +12,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR} } diff --git a/media-fonts/liberation_fonts/liberation_fonts-1.06.0.20100721.recipe b/media-fonts/liberation_fonts/liberation_fonts-1.06.0.20100721.recipe index 57da7e16c..a6f4c14a4 100644 --- a/media-fonts/liberation_fonts/liberation_fonts-1.06.0.20100721.recipe +++ b/media-fonts/liberation_fonts/liberation_fonts-1.06.0.20100721.recipe @@ -4,7 +4,7 @@ with Arial, Times New Roman, and Courier New. It is sponsored by Red Hat. " HOMEPAGE="https://fedorahosted.org/liberation-fonts" SRC_URI="http://ports-space.haiku-files.org/media-fonts/source/liberation-fonts-1.06.0.20100721.tar.gz" -REVISION="1" +REVISION="2" STATUS_HAIKU="broken" DEPEND="fontforge" CHECKSUM_MD5="2f45bd873ab48cf0c3a00fbd350c0e80" @@ -17,7 +17,7 @@ BUILD() INSTALL() { cd liberation-fonts-1.06.0.20100721 - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/liberation + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} cp -a *.ttf ${FONTDIR}/. } diff --git a/media-fonts/lohit/lohit-2.3.8.recipe b/media-fonts/lohit/lohit-2.3.8.recipe index 2ebdbdbfe..9b2b05218 100644 --- a/media-fonts/lohit/lohit-2.3.8.recipe +++ b/media-fonts/lohit/lohit-2.3.8.recipe @@ -13,7 +13,7 @@ SRC_URI="http://rbhalera.fedorapeople.org/released/lohit/lohit-fonts-2.3.8.tar.g CHECKSUM_SHA256="68091ab047f9e4e22f069f802dceac52994267f126dc238b3815eed217a02991" LICENSE="GNU GPL v2" COPYRIGHT="2004-2011 Red Hat" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -34,8 +34,8 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/lohit + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} find . -name "*.ttf" -exec cp {} ${FONTDIR} \; - cp README ${FONTDIR}/lohit-readme.txt + cp README ${FONTDIR}/lohit.readme } diff --git a/media-fonts/mplus/mplus-2.2.4.recipe b/media-fonts/mplus/mplus-2.2.4.recipe index bd30c546a..df9750fd0 100644 --- a/media-fonts/mplus/mplus-2.2.4.recipe +++ b/media-fonts/mplus/mplus-2.2.4.recipe @@ -7,7 +7,7 @@ SOURCE_DIR="." CHECKSUM_SHA256="7862e113e04986646117267c4baee30aea163d43a382c14693f15287f16bbf25" LICENSE="GNU GPL v2" COPYRIGHT="2002-2008 M+ Fonts Project" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" @@ -23,8 +23,8 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/ttfonts/mplus/ + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp mplus-TESTFLIGHT-059/*.ttf ${FONTDIR} -} \ No newline at end of file +} diff --git a/media-fonts/nafees_nastaleeq/nafees_nastaleeq-1.02.recipe b/media-fonts/nafees_nastaleeq/nafees_nastaleeq-1.02.recipe index 38f5396b4..bb1201e85 100644 --- a/media-fonts/nafees_nastaleeq/nafees_nastaleeq-1.02.recipe +++ b/media-fonts/nafees_nastaleeq/nafees_nastaleeq-1.02.recipe @@ -4,7 +4,7 @@ style of one of the finest calligraphers of Pakistan (Nafees Raqam). " HOMEPAGE="http://www.crulp.org/software/localization/Fonts/nafeesNastaleeq.html" SRC_URI="http://www.crulp.org/Downloads/localization/fonts/NafeesNastaleeq/Nafees_Nastaleeq_v1.02.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="34ca164ce011b682522431fc332c0cb6" @@ -15,7 +15,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nafees-nastaleeq + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} cp "Nafees Nastaleeq v1.02.ttf" ${FONTDIR} } diff --git a/media-fonts/nafees_riqa/nafees_riqa-1.00.recipe b/media-fonts/nafees_riqa/nafees_riqa-1.00.recipe index 7ec14d2d5..bcd18aa0c 100644 --- a/media-fonts/nafees_riqa/nafees_riqa-1.00.recipe +++ b/media-fonts/nafees_riqa/nafees_riqa-1.00.recipe @@ -3,7 +3,7 @@ Open Type Font for writng Urdu in Riqa script based on Unicode standard. " HOMEPAGE="http://www.crulp.org/software/localization/Fonts/nafeesRiqa.html" SRC_URI="http://www.crulp.org/Downloads/localization/fonts/NafeesRiqa/Nafees_Riqa_v1.0.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="504c6ada41a408575a120daf2a110b6f" @@ -14,7 +14,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nafees-riqa + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp "Nafees Riqa v1.0.ttf" ${FONTDIR} } diff --git a/media-fonts/nanumfont/nanumfont-2.0.recipe b/media-fonts/nanumfont/nanumfont-2.0.recipe index 957a28fe2..a9af8355a 100644 --- a/media-fonts/nanumfont/nanumfont-2.0.recipe +++ b/media-fonts/nanumfont/nanumfont-2.0.recipe @@ -3,7 +3,7 @@ Korean monospace font distributed by NHN. " HOMEPAGE="http://dev.naver.com/projects/nanumfont" SRC_URI="http://dev.naver.com/frs/download.php/441/NanumGothicCoding-2.0.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="6214a5844454c96faeac9a60539c7daf" @@ -14,7 +14,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/nanumfont + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR}/ } diff --git a/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe b/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe index 815468b0b..20d8d280f 100644 --- a/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe +++ b/media-fonts/noto_sans_bengali/noto_sans_bengali-1.02.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="bc9422930cb09b0736ed3ebf60f747bb0078e451087b52926a4ae0d1d50db42c" LICENSE="Apache v2" COPYRIGHT="2013 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/noto_sans_cjk/noto_sans_cjk-1.001.recipe b/media-fonts/noto_sans_cjk/noto_sans_cjk-1.001.recipe index fbcb049dd..c3d9dba0a 100644 --- a/media-fonts/noto_sans_cjk/noto_sans_cjk-1.001.recipe +++ b/media-fonts/noto_sans_cjk/noto_sans_cjk-1.001.recipe @@ -44,7 +44,7 @@ CHECKSUM_SHA256_7="e6e04ca22f7182eb87277d476564637b714a022cee51497737b0639e88c9f LICENSE="Apache v2" COPYRIGHT="2014 Adobe Systems Incorporated" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -65,7 +65,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/otfonts mkdir -p ${FONTDIR} cp `find ../sources* -type f -name \*.otf` ${FONTDIR} } diff --git a/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe b/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe index a75967fef..f4fbba9cc 100644 --- a/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe +++ b/media-fonts/noto_sans_devanagari/noto_sans_devanagari-1.05.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="8601d16cb04d740d2a2a27299ae59445971bbbed3d6b401c14e6fb1d461dd353" LICENSE="Apache v2" COPYRIGHT="2012 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe b/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe index 213e0fb14..04621f266 100644 --- a/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe +++ b/media-fonts/noto_sans_gujarati/noto_sans_gujarati-1.02.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="44e6925fa81c7a59992415ffce24434e7b2609af7921d10e735879ebbc5a593f" LICENSE="Apache v2" COPYRIGHT="2013 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe b/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe index 7217207e1..bde6c207a 100644 --- a/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe +++ b/media-fonts/noto_sans_gurmukhi/noto_sans_gurmukhi-1.01.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="c154bacc4998fa6e8eb380cf6823a07c2cf6bcafbad373446fbb7576f61d1e48" LICENSE="Apache v2" COPYRIGHT="2013 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe b/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe index 62e386d5e..e28dbef76 100644 --- a/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe +++ b/media-fonts/noto_sans_sinhala/noto_sans_sinhala-1.01.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="2cf8027b61f0657e64959e17eb16f4d84658a950c36ee483d4bf1ade8df9d683" LICENSE="Apache v2" COPYRIGHT="2014 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe b/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe index 12c1e2f14..7047fe32a 100644 --- a/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe +++ b/media-fonts/noto_sans_tamil/noto_sans_tamil-1.04.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="15d8f1e5310f4d2eecf2e46a9d74b52c5a30afae00b90d2fe92bc8f00a5c1ee8" LICENSE="Apache v2" COPYRIGHT="2012 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe b/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe index 13724e96a..efbe61d73 100644 --- a/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe +++ b/media-fonts/noto_sans_telugu/noto_sans_telugu-1.02.recipe @@ -12,7 +12,7 @@ SRC_URI="https://www.google.com/get/noto/pkgs/NotoSans${LANG_DL}-hinted.zip" CHECKSUM_SHA256="8d434121cb8e10b02f80a1a7ab87a9a70ef2eee96aababe4ec871e554578c460" LICENSE="Apache v2" COPYRIGHT="2013 Google Inc." -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/NotoSans${LANG_DL} + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} diff --git a/media-fonts/paratype/paratype-1.0.recipe b/media-fonts/paratype/paratype-1.0.recipe index af546807b..14c2dcfc5 100644 --- a/media-fonts/paratype/paratype-1.0.recipe +++ b/media-fonts/paratype/paratype-1.0.recipe @@ -10,7 +10,7 @@ CHECKSUM_SHA256_2="e7a2a27ed0481d20973f0d3b589362d055269082e3fc4d96f81dacd58bad8 CHECKSUM_SHA256_3="e34e729f9509cf85acc52caadf68e96db90457b7164ba45719967d53e7a20dcc" LICENSE="SIL Open Font License v1.1" COPYRIGHT="2009 ParaType" -REVISION="1" +REVISION="2" SOURCE_DIR="" ARCHITECTURES="any" @@ -31,9 +31,10 @@ BUILD() INSTALL() { - mkdir -p $fontsDir/paratype - cp *.ttf $fontsDir/paratype - cp ../sources-2/*.ttf $fontsDir/paratype - cp ../sources-3/*.ttf $fontsDir/paratype + FONTDIR=$fontsDir/ttfonts + mkdir -p $FONTDIR + cp *.ttf $FONTDIR + cp ../sources-2/*.ttf $FONTDIR + cp ../sources-3/*.ttf $FONTDIR } diff --git a/media-fonts/roboto/roboto-1.2.recipe b/media-fonts/roboto/roboto-1.2.recipe index 825c43caf..48d6d934b 100644 --- a/media-fonts/roboto/roboto-1.2.recipe +++ b/media-fonts/roboto/roboto-1.2.recipe @@ -16,7 +16,7 @@ SRC_URI="http://developer.android.com/downloads/design/roboto-1.2.zip" CHECKSUM_SHA256="5101b5bdb3b7b14cc922a771ba068bfcae8634467c1f446bc89bc2b4f8b4f1b5" LICENSE="Apache v2" COPYRIGHT="2013 Christian Robertson" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes PROVIDES=" @@ -36,7 +36,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/roboto + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cd Roboto_v$portVersion diff --git a/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe b/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe index 68b702406..40681b41d 100644 --- a/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe +++ b/media-fonts/scheherazade_font/scheherazade_font-1.005.recipe @@ -3,7 +3,7 @@ Arabic script font. " HOMEPAGE="http://scripts.sil.org/ArabicFonts_Download" SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=Scheherazade_OT_1_005&filename=ScherazadeRegOT-1.005.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="3c7e7d7f93802162effe2b517af98be0" @@ -15,7 +15,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/scheherazade + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR} } diff --git a/media-fonts/terminus_ttf/terminus_ttf-4.38.2.recipe b/media-fonts/terminus_ttf/terminus_ttf-4.38.2.recipe index 36a0677d4..9398cd1c2 100644 --- a/media-fonts/terminus_ttf/terminus_ttf-4.38.2.recipe +++ b/media-fonts/terminus_ttf/terminus_ttf-4.38.2.recipe @@ -4,7 +4,7 @@ HOMEPAGE="http://files.ax86.net/terminus-ttf/" SRC_URI="http://files.ax86.net/terminus-ttf/files/$portVersion/terminus-ttf-$portVersion.zip" CHECKSUM_SHA256="95896b5711e8c96cae180e3c8c837f23618c611e1aebc40639bc983d519dd5bd" SOURCE_DIR="terminus-ttf-$portVersion" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_gcc2 x86_64" LICENSE="SIL Open Font License v1.1" COPYRIGHT="2010 Dimitar Toshkov Zhekov @@ -26,7 +26,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/terminus-ttf + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp -r *.ttf ${FONTDIR}/ } diff --git a/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe b/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe index 9d4763f48..7a71b61fd 100644 --- a/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe +++ b/media-fonts/ubuntu_font_family/ubuntu_font_family-0.80.recipe @@ -10,7 +10,7 @@ SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip" CHECKSUM_SHA256="107170099bbc3beae8602b97a5c423525d363106c3c24f787d43e09811298e4c" LICENSE="Ubuntu Font License 1.0" COPYRIGHT="2011 Canonical Ltd." -REVISION="3" +REVISION="4" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -29,7 +29,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/ubuntu-font-family + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp Ubuntu-B.ttf ${FONTDIR} cp Ubuntu-BI.ttf ${FONTDIR} @@ -44,5 +44,5 @@ INSTALL() cp UbuntuMono-BI.ttf ${FONTDIR} cp UbuntuMono-R.ttf ${FONTDIR} cp UbuntuMono-RI.ttf ${FONTDIR} - cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt + cp README.txt ${FONTDIR}/ubuntu_font_family.readme } diff --git a/media-fonts/ukijorgfonts/ukijorgfonts-1.0.recipe b/media-fonts/ukijorgfonts/ukijorgfonts-1.0.recipe index 05e2c6a67..318ea6621 100644 --- a/media-fonts/ukijorgfonts/ukijorgfonts-1.0.recipe +++ b/media-fonts/ukijorgfonts/ukijorgfonts-1.0.recipe @@ -1,7 +1,7 @@ DESCRIPTION="Uyghur Computer Science Association font project" HOMEPAGE="http://www.ukij.org/fonts/" SRC_URI="http://ukijorgfonts.googlecode.com/files/ukijorgfonts.zip" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="e50ed1b90f96cad12e31f8769bd598dc" @@ -12,7 +12,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ukijorgfonts + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} } diff --git a/media-fonts/unifont/unifont-7.0.06.recipe b/media-fonts/unifont/unifont-7.0.06.recipe index 918e787d4..6bb3fb79b 100644 --- a/media-fonts/unifont/unifont-7.0.06.recipe +++ b/media-fonts/unifont/unifont-7.0.06.recipe @@ -8,7 +8,7 @@ SRC_URI="http://unifoundry.com/pub/unifont-7.0.06.tar.gz" SOURCE_DIR="" LICENSE="GNU GPL v2" COPYRIGHT="Unifoundry" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE="yes" @@ -24,7 +24,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/ttfonts/unifont/ + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp unifont-7.0.06/font/precompiled/*.ttf ${FONTDIR} diff --git a/media-fonts/vl_gothic/vl_gothic-20140530.recipe b/media-fonts/vl_gothic/vl_gothic-20140530.recipe index f63f269ac..f3f20e048 100644 --- a/media-fonts/vl_gothic/vl_gothic-20140530.recipe +++ b/media-fonts/vl_gothic/vl_gothic-20140530.recipe @@ -17,7 +17,7 @@ COPYRIGHT="1990-2003 Wada Laboratory, the University of Tokyo. 2006-2014 Daisuke SUZUKI . 2006-2014 Project Vine . " -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -36,7 +36,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/VL-Gothic + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp VL-Gothic-Regular.ttf ${FONTDIR} cp VL-PGothic-Regular.ttf ${FONTDIR} diff --git a/media-fonts/vollkorn/vollkorn-2.1.recipe b/media-fonts/vollkorn/vollkorn-2.1.recipe index 63bf217a8..8a30610d4 100644 --- a/media-fonts/vollkorn/vollkorn-2.1.recipe +++ b/media-fonts/vollkorn/vollkorn-2.1.recipe @@ -10,7 +10,7 @@ SRC_URI="http://friedrichalthausen.de/wp-content/plugins/cimy-counter/cc_redirec CHECKSUM_SHA256="2eaa427dbe42e37bfdc182c1e3446abdc889806fe0b6c9a14e0fc0c3acc997f5" LICENSE="SIL Open Font License v1.1" COPYRIGHT="Friedrich Althausen" -REVISION="1" +REVISION="2" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -29,7 +29,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/vollkorn + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp *.ttf ${FONTDIR} } diff --git a/media-fonts/wqy_microhei/wqy_microhei-0.2.0~beta.recipe b/media-fonts/wqy_microhei/wqy_microhei-0.2.0~beta.recipe index 38e19e6bb..c1c5747ec 100644 --- a/media-fonts/wqy_microhei/wqy_microhei-0.2.0~beta.recipe +++ b/media-fonts/wqy_microhei/wqy_microhei-0.2.0~beta.recipe @@ -14,7 +14,7 @@ COPYRIGHT=" 2007 Google Corp. 2008-2010 WenQuanYi Board of Trustees and Qianqian Fang " -REVISION="3" +REVISION="4" ARCHITECTURES="any" DISABLE_SOURCE_PACKAGE=yes @@ -34,7 +34,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/wenquanyi + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp wqy-microhei.ttc ${FONTDIR}/wqy-microhei.ttf } diff --git a/media-fonts/wqy_zenhei/wqy_zenhei-0.9.45.recipe b/media-fonts/wqy_zenhei/wqy_zenhei-0.9.45.recipe index c04558372..11b106ba3 100644 --- a/media-fonts/wqy_zenhei/wqy_zenhei-0.9.45.recipe +++ b/media-fonts/wqy_zenhei/wqy_zenhei-0.9.45.recipe @@ -10,7 +10,7 @@ LICENSE=" GNU GPL v2 with font embedding exception " COPYRIGHT="2005-2010 Qianqian Fang and The WenQuanYi Project Board of Trustees" -REVISION="2" +REVISION="3" ARCHITECTURES="any" PROVIDES=" @@ -32,7 +32,7 @@ BUILD() INSTALL() { - FONTDIR=$fontsDir/wenquanyi + FONTDIR=$fontsDir/ttfonts mkdir -p ${FONTDIR} cp wqy-zenhei.ttc ${FONTDIR}/wqy-zenhei.ttf } diff --git a/media-fonts/x_series_fonts/x_series_fonts-2.0.recipe b/media-fonts/x_series_fonts/x_series_fonts-2.0.recipe index f4ac36b1b..7a4a295ab 100644 --- a/media-fonts/x_series_fonts/x_series_fonts-2.0.recipe +++ b/media-fonts/x_series_fonts/x_series_fonts-2.0.recipe @@ -5,7 +5,7 @@ Persian, Arabic, Urdu, Pashto, Dari, Uzbek, Kurdish, Uighur, old Turkish \ " HOMEPAGE="http://wiki.irmug.com/index.php/X_Series_2" SRC_URI="http://irmug.com/downloads/dl.php?id=21" -REVISION="1" +REVISION="2" STATUS_HAIKU="stable" DEPEND="" CHECKSUM_MD5="1e45723ebad5e748d4b5f6f28074833f" @@ -16,7 +16,7 @@ BUILD() INSTALL() { - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/x-series + FONTDIR=${fontsDir}/ttfonts mkdir -p ${FONTDIR} wget http://irmug.com/downloads/dl.php?id=21 unzip -o Zar.zip