Search Criteria
Package Details: ttf-comic-neue 2.3-1
Git Clone URL: | https://aur.archlinux.org/ttf-comic-neue.git (read-only) |
---|---|
Package Base: | ttf-comic-neue |
Description: | Comic Neue aspires to be the casual script choice for everyone including the typographically savvy. |
Upstream URL: | http://comicneue.com |
Keywords: | comic-neue |
Licenses: | |
Submitter: | gothmog.todi |
Maintainer: | gcj |
Last Packager: | gcj |
Votes: | 13 |
Popularity: | 0.686469 |
First Submitted: | 2014-04-08 06:48 |
Last Updated: | 2016-12-06 19:15 |
Latest Comments
1 2 Next › Last »
tsuflux commented on 2017-09-01 23:35
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
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
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
Updated to 2.2
gothmog.todi commented on 2014-04-30 10:42
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
Looks like the source archive hash has changed again :s
antihero commented on 2014-04-09 11:12
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')
gothmog.todi commented on 2014-04-09 05:10
Thanks, fixed.
UnCO commented on 2014-04-09 01:22
You should use "${srcdir}"/CCPD.txt or CCPD.txt in L15. The package procedure is in $srcdir already.
gothmog.todi commented on 2014-04-08 11:29
It seems like the author changed the download file (or I screwed up somehow). Anyway, should be fixed now. Thanks for the notification.