Package Details: ttf-iansui-git v1.003.g41190e8-1

Git Clone URL: https://aur.archlinux.org/ttf-iansui-git.git (read-only, click to copy)
Package Base: ttf-iansui-git
Description: An open source Chinese font derived from Klee One (Fontworks).
Upstream URL: https://github.com/ButTaiwan/iansui
Licenses: OFL
Submitter: mochaa
Maintainer: mochaa
Last Packager: mochaa
Votes: 1
Popularity: 0.000049
First Submitted: 2022-04-14 13:56 (UTC)
Last Updated: 2025-01-07 14:06 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

xatierlike commented on 2025-01-23 04:46 (UTC)

Thanks for updating the package. I noticed 2 issues with v1.003.g41190e8-1:

1) the package now requires build dependency rust package, due to the python dependency orjson==3.10.3. 2) the package doesn't build with Python 13, due to the python dependency pillow==10.3.0.

xatierlike commented on 2024-12-19 07:31 (UTC)

@mochaa, the repo introduced Makefile-based build steps, please kindly update the PKGBUILD file accordingly:  

diff --git a/PKGBUILD b/PKGBUILD
index 8ba3766..b645e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 _pkgname=iansui
 pkgname=ttf-${_pkgname}-git
-pkgver=v1.000.r6.116d684
+pkgver=v1.000.r11.41190e80
 pkgrel=1
 pkgdesc="Free font derived from Source Han Serif."
 arch=('any')
@@ -14,7 +14,9 @@ sha256sums=('SKIP')
 package() {
   cd "${srcdir}/${_pkgname}"

-  install -Dm644 -t "${pkgdir}/usr/share/fonts/TTF/" fonts/*.ttf
+  make build
+
+  install -Dm644 -t "${pkgdir}/usr/share/fonts/TTF/" fonts/ttf/*.ttf

   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname%-git}/README.md"
   install -Dm644 ChangeLog.md "${pkgdir}/usr/share/doc/${pkgname%-git}/CHANGELOG.md"

ref: https://github.com/ButTaiwan/iansui/pull/43

xatierlike commented on 2024-05-08 11:12 (UTC)

Would you like to update to Ver 1.002?

https://github.com/ButTaiwan/iansui/releases