cantarell: new package

[Thomas: change <pkg>_LICENSE to match the license identifier used for
other packages, such as 'liberation'.]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-11-13 16:37:05 -03:00 committed by Thomas Petazzoni
parent a670ea6049
commit 0493a42815
4 changed files with 25 additions and 0 deletions

View File

@ -190,6 +190,7 @@ menu "Fonts, icons, sounds and themes"
comment "Fonts"
source "package/bitstream-vera/Config.in"
source "package/cantarell/Config.in"
source "package/dejavu/Config.in"
source "package/ghostscript-fonts/Config.in"
source "package/inconsolata/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_CANTARELL
bool "cantarell"
help
The Cantarell font family is a contemporary Humanist
sans serif designed for on-screen reading.
https://wiki.gnome.org/Projects/CantarellFonts

View File

@ -0,0 +1,2 @@
# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.18.1.sha256sum
sha256 9c5b1a2edee1d3acf30eaae3d559b2b2e1d835249cf2770f6f8bfc6af861e8f0 cantarell-fonts-0.0.18.1.tar.xz

View File

@ -0,0 +1,15 @@
################################################################################
#
# cantarell
#
################################################################################
CANTARELL_VERSION_MAJOR = 0.0
CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).18.1
CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/0.0
CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
CANTARELL_DEPENDENCIES = host-pkgconf
CANTARELL_LICENSE = OFLv1.1
CANTARELL_LICENSE_FILES = COPYING
$(eval $(autotools-package))