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

Jiachen Yang farseerfc at archlinux.org
Mon Aug 12 08:35:32 UTC 2019


    Date: Monday, August 12, 2019 @ 08:35:31
  Author: farseerfc
Revision: 498995

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-12 08:34:59 UTC (rev 498994)
+++ PKGBUILD	2019-08-12 08:35:31 UTC (rev 498995)
@@ -1,26 +0,0 @@
-# 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/
-}

Copied: otf-ipafont/repos/community-any/PKGBUILD (from rev 498994, otf-ipafont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-12 08:35:31 UTC (rev 498995)
@@ -0,0 +1,27 @@
+# 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=7
+pkgdesc="Japanese outline fonts by Information-technology Promotion Agency, Japan (IPA)"
+arch=('any')
+url="https://ipafont.ipa.go.jp/"
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+groups=('ipa-fonts')
+source=("IPAfont${_pkgver}.zip::https://ipafont.ipa.go.jp/old/ipafont/IPAfont${_pkgver}.php")
+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