[arch-commits] Commit in otf-ipafont/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 21:16:14 UTC 2018


    Date: Friday, November 9, 2018 @ 21:16:13
  Author: foutrelis
Revision: 404576

archrelease: copy trunk to community-staging-any

Added:
  otf-ipafont/repos/community-staging-any/
  otf-ipafont/repos/community-staging-any/PKGBUILD
    (from rev 404575, otf-ipafont/trunk/PKGBUILD)

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

Copied: otf-ipafont/repos/community-staging-any/PKGBUILD (from rev 404575, otf-ipafont/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:16:13 UTC (rev 404576)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=otf-ipafont
+pkgver=003.03
+_pkgver=${pkgver/./}
+pkgrel=6
+pkgdesc="Japanese outline fonts by Information-technology Promotion Agency, Japan (IPA)"
+arch=('any')
+url="http://ipafont.ipa.go.jp/"
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+source=("http://dl.ipafont.ipa.go.jp/IPAfont/IPAfont$_pkgver.zip")
+sha512sums=('d3e4a1f189356b7a8b0cba9c706987413c8107f9e43ab2ccf52be6d0483efad8c97b68e075a35c5d04603c460dac7f282c4645ddc8318e993368ec47407f894e')
+
+package() {
+  cd IPAfont$_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_IPAfont$_pkgver.txt \
+    "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list