Package Details: adobe-source-han-mono-kr-fonts 1.002-7

Git Clone URL: https://aur.archlinux.org/adobe-source-han-mono-fonts.git (read-only, click to copy)
Package Base: adobe-source-han-mono-fonts
Description: Adobe Source Han Mono - A set of Pan-CJK fonts designed to complement Source Code Pro
Upstream URL: https://github.com/adobe-fonts/source-han-mono
Licenses: custom:OFL
Submitter: brli
Maintainer: brli
Last Packager: brli
Votes: 8
Popularity: 0.001576
First Submitted: 2019-06-21 19:17 (UTC)
Last Updated: 2021-07-27 15:04 (UTC)

Dependencies (0)

Required by (0)

Sources (43)

Latest Comments

1 2 Next › Last »

delvier commented on 2023-09-18 01:14 (UTC) (edited on 2023-09-18 01:15 (UTC) by delvier)

I think line 150 in PKGBUILD should be:

ln -s ../conf.avail/$_fontconfig_filename "$pkgdir/usr/share/fontconfig/conf.default/$_fontconfig_filename"

instead of

ln -s ../conf.avail/$_fontconfig_filename "$pkgdir/usr/share/fontconfig/conf.default$_fontconfig_filename"

as the current line links the config file to the wrong path /usr/share/fontconfig/conf.default44-source-han-mono-otc.conf etc.

brli commented on 2021-02-25 04:21 (UTC)

@cobatlspcae:

yes, I know.

check https://aur.archlinux.org/packages/zettlr/?O=20&PP=10#comment-733399 that there are people asking for commit instead of tag for some sort of checksum-like comfort zone.

So, I'd try to be unified across pkg I maintained.

BTW, consider AUR just an example PKGBUILD, you could, and should always check and modify the scripts per your needs.

cobaltspace commented on 2021-02-25 04:13 (UTC) (edited on 2021-02-25 04:15 (UTC) by cobaltspace)

For the urls for the files, you can use the tag instead of the commit. So, instead of https://github.com/adobe-fonts/source-han-mono/raw/9a10a4fe9797b9777dd9b77cd093e8f76dd55e1d/LICENSE.md, you could use https://github.com/adobe-fonts/source-han-mono/raw/1.002/LICENSE.md.

Basically, you can replace $_commit with $pkgver.

brli commented on 2020-07-12 17:58 (UTC)

@dctxmei, should be fixed

dctxmei commented on 2020-07-12 15:47 (UTC)

When installing multiple packages at the same time, the path of usr/share/licenses/adobe-source-han-mono-otc-fonts/LICENSE.md conflicts.

See: https://github.com/archlinuxcn/repo/issues/1722

goldielin commented on 2019-06-22 11:30 (UTC)

I can confirm that version 1.002-4 fixed.
Thx for @BrLi quickly fixed, it is a great font!

==> Leaving fakeroot environment.
==> Finished making: adobe-source-han-mono-fonts 1.002-4 (Sat Jun 22 19:25:01 2019)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) adobe-source-han-mono-otc-fonts-1.002-4

Total Installed Size:  116.50 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                        [######################################] 100%
(1/1) checking package integrity                      [######################################] 100%
(1/1) loading package files                           [######################################] 100%
(1/1) checking for file conflicts                     [######################################] 100%
(1/1) checking available disk space                   [######################################] 100%
:: Processing package changes...
(1/1) installing adobe-source-han-mono-otc-fonts      [######################################] 100%
:: Running post-transaction hooks...
(1/4) Updating 32-bit fontconfig cache...
(2/4) Updating fontconfig cache...
(3/4) Arming ConditionNeedsUpdate...
(4/4) Updating X fontdir indices...

goldielin commented on 2019-06-22 11:17 (UTC)

Thx for quickly fix, again; but, it still failed:

==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Sources are ready.
==> Making package: adobe-source-han-mono-fonts 1.002-3 (Sat Jun 22 19:14:25 2019)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package_adobe-source-han-mono-jp-fonts()...
install: cannot stat '/home/goldie/.cache/yay/adobe-source-han-mono-fonts/src/44-source-han-sans-jp.conf': No such file or directory
==> ERROR: A failure occurred in package_adobe-source-han-mono-jp-fonts().
    Aborting...
Error making: adobe-source-han-mono-fonts (adobe-source-han-mono-otc-fonts)

brli commented on 2019-06-22 11:09 (UTC)

fix again...sorry for the typo, I forgot to change it to mono after copied from sans...

goldielin commented on 2019-06-22 11:05 (UTC) (edited on 2019-06-22 11:07 (UTC) by goldielin)

Thx for @BrLi quickly fix, but still failed at another line:

==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Sources are ready.
==> Making package: adobe-source-han-mono-fonts 1.002-2 (Sat Jun 22 18:53:05 2019)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package_adobe-source-han-mono-jp-fonts()...
install: cannot stat '/home/goldie/.cache/yay/adobe-source-han-mono-fonts/src/SourceHanSans-Bold.otf': No such file or directory
==> ERROR: A failure occurred in package_adobe-source-han-mono-jp-fonts().
    Aborting...
Error making: adobe-source-han-mono-fonts (adobe-source-han-mono-otc-fonts)

brli commented on 2019-06-22 10:38 (UTC)

@goldielin thx for reporting, the -2 version should fix this.