Package Details: ttf-plemoljp 1.6.0-2

Git Clone URL: https://aur.archlinux.org/ttf-plemoljp.git (read-only, click to copy)
Package Base: ttf-plemoljp
Description: Plex Mono Language JP
Upstream URL: https://github.com/yuru7/PlemolJP
Licenses: custom:OFL
Provides: ttf-font
Submitter: cheatsc
Maintainer: cheatsc
Last Packager: cheatsc
Votes: 1
Popularity: 0.000202
First Submitted: 2021-10-23 14:28 (UTC)
Last Updated: 2023-07-22 16:16 (UTC)

Required by (252)

Sources (1)

Latest Comments

cheatsc commented on 2024-02-01 17:09 (UTC)

I found a problem related python-ttfautohint-py, so update to 1.7.0 will be published when it is fixed.

cheatsc commented on 2023-11-18 17:35 (UTC) (edited on 2023-11-18 17:36 (UTC) by cheatsc)

@kkiyama117 I have published new package using pre-built TTFs for non high performance machines. Try it!

https://aur.archlinux.org/packages/ttf-plemoljp-bin

This commet is so useful :)

kkiyama117 commented on 2023-11-18 11:52 (UTC)

@cheatsc Thanks for the reply. I understand your thoughts on the purpose of the package. Personally, I use it in environments where it takes a long time to build (raspberry pi, etc.), so a binary version would be great. (I've put the aur I'm using here, but I'd also like someone who is used to making other aur to write it...)

cheatsc commented on 2023-11-18 09:45 (UTC) (edited on 2023-11-18 17:40 (UTC) by cheatsc)

@kkiyama117 Thank you for your comment. Sorry, it is difficult for me that accept your suggestion. Because this package is focused for packing fonts built from source. What do you think that ttf-plemoljp-bin package built from the github release? If you want it, I will prepare it.

kkiyama117 commented on 2023-11-14 18:21 (UTC)

As it takes a very long time to do a make command, could you consider downloading it from the github release? I think it will look like this:

source=(
  "${pkgname}-${pkgver}.zip::https://github.com/yuru7/PlemolJP/releases/download/v${pkgver}/PlemolJP_v${pkgver}.zip"
  "${pkgname}-${pkgver}-hs.zip::https://github.com/yuru7/PlemolJP/releases/download/v${pkgver}/PlemolJP_HS_v${pkgver}.zip"
  "${pkgname}-${pkgver}-nf.zip::https://github.com/yuru7/PlemolJP/releases/download/v${pkgver}/PlemolJP_NF_v${pkgver}.zip"
  "LICENSE.txt::https://raw.githubusercontent.com/yuru7/PlemolJP/main/LICENSE.txt"
)
sha256sums=("SKIP" "SKIP" "SKIP" "SKIP")
package() {
  cd ${srcdir}

  install -dm755 "${pkgdir}/usr/share/fonts/TTF"
  for _font in $(find ${srcdir} -name '*.ttf' -type f); do
      install -m644 "${_font}" "${pkgdir}/usr/share/fonts/TTF"
  done

  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}"
}

cheatsc commented on 2023-07-22 16:16 (UTC)

@elderica Thank you for your suggestion. According to read plemoljp_generator.sh, python-ttfautohint-py is used at around L3377. I've already updated the PKGBUILD, so let me know any other mistakes again if you found:)

elderica commented on 2023-07-21 13:43 (UTC)

This package needs python-ttfautohint-py for building. If you forget to install, you will get corrupt artifacts.

cheatsc commented on 2023-03-18 12:49 (UTC)

@InkoHX Thank you for the release notification :)