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

Felix Yan felixonmars at archlinux.org
Sun Apr 23 17:27:21 UTC 2017


    Date: Sunday, April 23, 2017 @ 17:27:20
  Author: felixonmars
Revision: 224624

upgpkg: adobe-source-han-sans-fonts 1.004-2

Fix FS#49588 and remove install file

Modified:
  adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf
  adobe-source-han-sans-fonts/trunk/PKGBUILD
Deleted:
  adobe-source-han-sans-fonts/trunk/fonts.install

-----------------------------+
 44-source-han-sans-otc.conf |    2 +-
 PKGBUILD                    |    9 ++++-----
 fonts.install               |   11 -----------
 3 files changed, 5 insertions(+), 17 deletions(-)

Modified: 44-source-han-sans-otc.conf
===================================================================
--- 44-source-han-sans-otc.conf	2017-04-23 17:06:20 UTC (rev 224623)
+++ 44-source-han-sans-otc.conf	2017-04-23 17:27:20 UTC (rev 224624)
@@ -9,7 +9,7 @@
 	-->
 	<match target="scan">
 		<test name="fullname" compare="eq">
-			<string>Source Han Sans J Medium</string>
+			<string>Source Han Sans Medium</string>
 		</test>
 		<edit name="weight" mode="assign">
 			<const>demibold</const>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-23 17:06:20 UTC (rev 224623)
+++ PKGBUILD	2017-04-23 17:27:20 UTC (rev 224624)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Sascha Weaver <wzyboy at wzyboy.org>
 
 # This font has four versions:
@@ -30,14 +30,13 @@
 pkgbase=$_pkgbase-fonts
 pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts $_pkgbase-tw-fonts $_pkgbase-otc-fonts)
 pkgver=1.004
-pkgrel=1
+pkgrel=2
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement Source Sans Pro'
 arch=('any')
 license=('Apache')
 url='https://github.com/adobe-fonts/source-han-sans'
 depends=('fontconfig')
-install="fonts.install"
-source=("https://github.com/adobe-fonts/source-han-sans/archive/${pkgver}R.tar.gz"
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/adobe-fonts/source-han-sans/archive/${pkgver}R.tar.gz"
         44-source-han-sans-jp.conf
         44-source-han-sans-kr.conf
         44-source-han-sans-cn.conf
@@ -48,7 +47,7 @@
             'fa8d487c7ba67489bde7b4d8558e07abb6d8bcb4d4e9db1bf454c2db23af9547'
             'd42ed0092a47cee5c7ff3972c90676109212dafc2cffb3388a8b339788a6cdb5'
             'bfcdadbe66f70baaf617c582ec69ccc6b10175020ccb1ec2de26220b09270e60'
-            'd9ef4ab4db1ad22be57d7c4bfe1cc75e9e1ed5e41887fba49dd137a88401b5f2')
+            '71397a72a3b0738db191db2b924eed7804e8fe83af17582505e104e9eedc0da7')
 
 _jp=(
 SourceHanSansJP-Bold.otf

Deleted: fonts.install
===================================================================
--- fonts.install	2017-04-23 17:06:20 UTC (rev 224623)
+++ fonts.install	2017-04-23 17:27:20 UTC (rev 224624)
@@ -1,11 +0,0 @@
-post_install() {
-  fc-cache -s
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list