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

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 10:23:12 UTC 2020


    Date: Monday, June 29, 2020 @ 10:23:12
  Author: andyrtr
Revision: 656109

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 10:23:05 UTC (rev 656108)
+++ PKGBUILD	2020-06-29 10:23:12 UTC (rev 656109)
@@ -1,26 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=otf-ipamjfont
-pkgver=006.01
-_pkgver=${pkgver/./}
-pkgrel=1
-pkgdesc="Japanese outline Mincho fonts implementing IVS compliant with Hanyo-Denshi collection (based on IPAex Mincho fonts)"
-arch=('any')
-url="http://mojikiban.ipa.go.jp/"
-license=('custom')
-depends=('fontconfig' 'xorg-font-utils')
-groups=('ipa-fonts')
-source=("https://oscdl.ipa.go.jp/IPAmjMincho/ipamjm${_pkgver}.zip")
-sha1sums=('efbd663a9e6ddfdc6b43002d29b9dbd191878b69')
-
-package() {
-  cd "$srcdir"
-
-  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.txt \
-                "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: otf-ipamjfont/repos/community-any/PKGBUILD (from rev 656108, otf-ipamjfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 10:23:12 UTC (rev 656109)
@@ -0,0 +1,26 @@
+# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=otf-ipamjfont
+pkgver=006.01
+_pkgver=${pkgver/./}
+pkgrel=2
+pkgdesc="Japanese outline Mincho fonts implementing IVS compliant with Hanyo-Denshi collection (based on IPAex Mincho fonts)"
+arch=('any')
+url="https://mojikiban.ipa.go.jp/"
+license=('custom')
+groups=('ipa-fonts')
+#source=("https://oscdl.ipa.go.jp/IPAmjMincho/ipamjm${_pkgver}.zip")
+source=("https://mojikiban.ipa.go.jp/OSCDL/IPAmjMincho/ipamjm${_pkgver}.zip")
+sha1sums=('efbd663a9e6ddfdc6b43002d29b9dbd191878b69')
+
+package() {
+  cd "$srcdir"
+
+  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.txt \
+                "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list