Package Details: ttf-comic-neue 2.51-1

Git Clone URL: https://aur.archlinux.org/ttf-comic-neue.git (read-only, click to copy)
Package Base: ttf-comic-neue
Description: Casual font that fixes the shortcomings of Comic Sans
Upstream URL: https://github.com/crozynski/comicneue
Licenses: OFL-1.1
Submitter: gothmog.todi
Maintainer: xiota
Last Packager: xiota
Votes: 21
Popularity: 0.039808
First Submitted: 2014-04-08 06:48 (UTC)
Last Updated: 2024-05-21 22:48 (UTC)

Latest Comments

1 2 Next › Last »

eveersa commented on 2024-05-21 15:28 (UTC)

The current source url in the pkgbuild has been down for a couple days. A modified pkgbuild that worked for me can be found here:

https://controlc.com/ee8521d6

I've not modified a pkgbuild before, please use with caution.

gcj commented on 2020-07-06 15:51 (UTC)

It's entirely possible I have misunderstood some basic things about the AUR, packaging; fortunately this is the only package I maintain. When I am able to read up on how I can remove the .install file and still commit the updated package to the AUR without getting an error about a missing .install file, I will do so.

abouvier commented on 2020-06-30 20:16 (UTC)

fontconfig should be removed from depends.

jfrankenau commented on 2017-09-01 23:35 (UTC)

The install file can be removed by adding xorg-font-utils as an additional dependency which provides the necessary alpm hooks for mkfontdir and mkfontscale.

gothmog.todi commented on 2016-12-02 08:19 (UTC)

I don't seem to be able to update this regularly, so I'm going to orphan it. Maybe someone else can take it up.

gcj commented on 2016-12-02 07:48 (UTC)

So I wanted to create a package for this but I don't want to run afoul of Arch's packaging standards. I have created a source package for the most recent versions of the font though which might prove helpful: http://niltag.net/comic-neue-fonts-2.3-1.src.tar.gz

gothmog.todi commented on 2015-02-15 12:21 (UTC)

Updated to 2.2

gothmog.todi commented on 2014-04-30 10:42 (UTC)

Thanks for the notification. The font files seem unchanged, but they included a licence file. PKGBUILD has been updated accordingly.

giddie commented on 2014-04-30 09:48 (UTC)

Looks like the source archive hash has changed again :s

antihero commented on 2014-04-09 11:12 (UTC)

They've updated it to 1.1 which fixes some kerning. # Maintainer: Thomas Haider <t.haider@deprecate.de> pkgname=ttf-comic-neue pkgver=1.1 pkgrel=1 pkgdesc="Comic Neue aspires to be the casual script choice for everyone including the typographically savvy." arch=('any') license=('custom:CCPD') url="http://comicneue.com" depends=('fontconfig') install=ttf-comic-neue.install source=("http://comicneue.com/comic-neue-$pkgver.zip" ttf-comic-neue.install CCPD.txt) package() { install -D -m644 CCPD.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" cd "${srcdir}/comic-neue" install -d "${pkgdir}/usr/share/fonts/TTF" install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/" } sha256sums=('e4c2bd402348d73d86f87d930670748e2963b6c29be2ebf6df407de1425ff6b6' '5c8e95208623b230b301e45ed569ee47c8f56f987ee4faced919c7553a62db49' '814606814fca1f2bdaa9d7c2e2f5802b932acaf7612a53f5131e1843549aa40a')