Rename cosmic-sans-neue -> fantasque-sans
This commit is contained in:
parent
35ce3057f0
commit
76737bb3e0
3 changed files with 4123 additions and 21 deletions
4117
emacs-bzr/error.log
Normal file
4117
emacs-bzr/error.log
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,15 +0,0 @@
|
|||
post_install() {
|
||||
echo -n "Updating font cache... "
|
||||
fc-cache -fs >/dev/null
|
||||
mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
|
||||
mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
|
||||
echo "done"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
|
@ -1,28 +1,28 @@
|
|||
# Maintainer: Parantapa Bhattacharya <pb at parantapa dot net>
|
||||
pkgname=ttf-cosmic-sans-neue-git
|
||||
pkgname=ttf-fantasque-sans-git
|
||||
pkgver=20140110
|
||||
pkgrel=1
|
||||
pkgdesc="A font family with a great monospaced variant for programmers."
|
||||
arch=('any')
|
||||
url="https://github.com/belluzj/cosmic-sans-neue"
|
||||
url="https://github.com/belluzj/fantasque-sans"
|
||||
license=('SIL OPEN FONT LICENSE Version 1.1')
|
||||
depends=('fontconfig' 'xorg-font-utils')
|
||||
makedepends=('git' 'fontforge' 'ttfautohint' 'sfnt2woff' 'ttf2eot')
|
||||
install=$pkgname.install
|
||||
source=(git+https://github.com/belluzj/cosmic-sans-neue.git)
|
||||
source=(git+https://github.com/belluzj/fantasque-sans.git)
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "$srcdir/cosmic-sans-neue"
|
||||
cd "$srcdir/fantasque-sans"
|
||||
git log -1 --pretty=format:"%cd" --date=short | sed s/-//g
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/cosmic-sans-neue"
|
||||
cd "${srcdir}/fantasque-sans"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}/usr/share/fonts/TTF"
|
||||
cp -dpr --no-preserve=ownership "${srcdir}/cosmic-sans-neue/"*.ttf "${pkgdir}/usr/share/fonts/TTF"
|
||||
cp -dpr --no-preserve=ownership "${srcdir}/fantasque-sans/"*.ttf "${pkgdir}/usr/share/fonts/TTF"
|
||||
}
|
Loading…
Reference in a new issue