Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cantarell-fonts: update to 0.111 #12995

Merged
merged 1 commit into from
Jul 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf

This file was deleted.

16 changes: 7 additions & 9 deletions srcpkgs/cantarell-fonts/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Template file for 'cantarell-fonts'
pkgname=cantarell-fonts
version=0.0.25
version=0.111
revision=1
archs=noarch
build_style=gnu-configure
configure_args="--with-configdir=/etc/fonts/conf.avail"
hostmakedepends="pkg-config"
build_style=meson
configure_args="-Dfontsdir=/usr/share/fonts/cantarell -Duseprebuilt=true -Dbuildappstream=true"
hostmakedepends="pkg-config meson appstream-glib"
depends="fontconfig"
short_desc="Cantarell family of TrueType fonts"
maintainer="Juan RP <xtraeme@voidlinux.org>"
homepage="https://wiki.gnome.org/Projects/CantarellFonts"
license="OFL-1.1"
distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
checksum=14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f
homepage="https://wiki.gnome.org/Projects/CantarellFonts"
distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
checksum=858b2bc196ee851c8e5a76376097bc75f23bc01b29591c30ed3a550e23b41716

post_install() {
vmkdir etc/fonts/conf.d
ln -s ../conf.avail/31-cantarell.conf ${DESTDIR}/etc/fonts/conf.d
vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
}