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

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 10:09:06 UTC 2020


    Date: Monday, June 29, 2020 @ 10:09:06
  Author: andyrtr
Revision: 656092

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 10:09:06 UTC (rev 656091)
+++ PKGBUILD	2020-06-29 10:09:06 UTC (rev 656092)
@@ -1,28 +0,0 @@
-# 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}/"
-}

Copied: otf-ipaexfont/repos/community-any/PKGBUILD (from rev 656090, otf-ipaexfont/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-29 10:09:06 UTC (rev 656092)
@@ -0,0 +1,27 @@
+# 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=2
+pkgdesc="Japanese outline fonts following the tradition of Japanese printing font"
+arch=('any')
+url="https://ipafont.ipa.go.jp/"
+license=('custom')
+conflicts=('ttf-ipaex')
+replaces=('ttf-ipaex')
+groups=('ipa-fonts')
+source=(https://ipafont.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