[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 2 15:34:58 UTC 2021


    Date: Wednesday, June 2, 2021 @ 15:34:53
  Author: felixonmars
Revision: 953256

upgpkg: adobe-source-han-sans-fonts 2.004-1

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-02 15:32:17 UTC (rev 953255)
+++ PKGBUILD	2021-06-02 15:34:53 UTC (rev 953256)
@@ -9,11 +9,11 @@
 #   * Multilingual version with Korean glyphs as default priority
 #   * Multilingual version with Simplified Chinese glyphs as default priority
 #   * Multilingual version with Traditional Chinese glyphs as default priority
-# * Multilingual version combined the four versions above. (OTC)
+# * Multilingual version combined the four versions above. (OTC) (Not included in the tarball anymore)
 #   (This version is "the best of the worlds", but it cannot be used in Windows)
 #   -> adobe-source-han-sans-otc-fonts
 # * Multilingual version compressed the 7 files into a single ttc file. (SuperOTC)
-#   (We do not package them, as there's no difference from the OTC version in use)
+#   (We package them now, as there's no difference from the OTC version above)
 # * Regional subsets with only characters used in CN, JP, KR or TW: (SubsetOTF)
 #   (This version is smaller and has better compatibility)
 #   * Regional subset with only Japanese glyphs + Latin
@@ -28,7 +28,7 @@
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts
 pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts $_pkgbase-tw-fonts $_pkgbase-hk-fonts $_pkgbase-otc-fonts)
-pkgver=2.003
+pkgver=2.004
 pkgrel=1
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement Source Sans Pro'
 arch=('any')
@@ -41,7 +41,7 @@
         44-source-han-sans-tw.conf
         44-source-han-sans-hk.conf
         44-source-han-sans-otc.conf)
-sha512sums=('28a4505eaa4b67931d73eae623c13e72d9db147db05686683f66e04b33dceab33f97d5ee62da82c2bea48719a978a84b3cc8e6c5c33e935c9bf671fcf0fe1050'
+sha512sums=('f8fe85b5e62445ff6d2e07daff414b0fec1334840fb308fb06407838badb95df7bbdcae24a7e4b6df9a5c2473f72633cbef235a1bfac22f0cdb65217d47e10c1'
             '2582097792c2938cf8a04a21795acf6d6640531a8509865111bfbaeb41ce96a632d8f694aae93aa68f375a9f496a3eb8ecd6f6909f81045e2a0a42b432898588'
             '53aba437f7eddb89826ec1050840081f8f509f860b9bc43c71a7b1a5d294fbc6256a7b8690f9a28b505bc2be63bf77bcf6bf8ae93d7a4783d7f91d0305d84147'
             'fd1fd6a5cf68a879bd5286642427ba6a01944568106ef186a18942bd0db658e61da8656a23a83468f266e4ec332baa71485a3d91f01333d48cc840909ac3fd5d'
@@ -95,13 +95,7 @@
 SourceHanSansHK-Regular.otf
 )
 _otc=(
-SourceHanSans-Bold.ttc
-SourceHanSans-ExtraLight.ttc
-SourceHanSans-Heavy.ttc
-SourceHanSans-Light.ttc
-SourceHanSans-Medium.ttc
-SourceHanSans-Normal.ttc
-SourceHanSans-Regular.ttc
+SourceHanSans.ttc
 )
 
 function _package {
@@ -135,7 +129,8 @@
             pkgdesc="Adobe Source Han Sans Subset OTF - Traditional Chinese (Hong Kong) OpenType/CFF fonts";;
         $_pkgbase-otc-fonts)
             fonts=(${_otc[@]})
-            cd OTC
+            cd SuperOTC
+            bsdtar xf SourceHanSans.ttc.zip
             _fontconfig_filename=44-source-han-sans-otc.conf
             pkgdesc="Adobe Source Han Sans - Pan-CJK OpenType/CFF Collection fonts";;
     esac



More information about the arch-commits mailing list