[arch-commits] Commit in otf-ipaexfont/repos (community-any community-any/PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Mon Aug 12 08:19:59 UTC 2019


    Date: Monday, August 12, 2019 @ 08:19:59
  Author: farseerfc
Revision: 498991

archrelease: copy trunk to community-any

Added:
  otf-ipaexfont/repos/community-any/
  otf-ipaexfont/repos/community-any/PKGBUILD
    (from rev 498990, otf-ipaexfont/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: otf-ipaexfont/repos/community-any/PKGBUILD (from rev 498990, otf-ipaexfont/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-08-12 08:19:59 UTC (rev 498991)
@@ -0,0 +1,28 @@
+# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=otf-ipaexfont
+pkgver=004.01
+_pkgver=${pkgver//./}
+pkgrel=1
+pkgdesc="Japanese outline fonts following the tradition of Japanese printing font"
+arch=('any')
+url="http://ipafont.ipa.go.jp/"
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+conflicts=('ttf-ipaex')
+replaces=('ttf-ipaex')
+groups=('ipa-fonts')
+source=(https://oscdl.ipa.go.jp/IPAexfont/IPAexfont${_pkgver}.zip)
+sha1sums=('57583c2be5dbfa06648ab0ae4937d7903b32595c')
+
+package() {
+  cd "${srcdir}/IPAexfont${_pkgver}"
+
+  install -d "${pkgdir}/usr/share/fonts/OTF"
+  install -m644 *.ttf "${pkgdir}/usr/share/fonts/OTF/"
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 IPA_Font_License_Agreement_v1.0.txt Readme_IPAexfont${_pkgver}.txt \
+    "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list