Move all to deprecated folder.
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://ftp.acc.umu.se/pub/gnome/sources/cantarell-fonts/0.0/cantarell-fonts-0.0.20.1.sha256sum
|
||||
sha256 0f933516f3270fb7307d9c2e26e4703b403608c5cc9da3127cba4395bcd4ec91 cantarell-fonts-0.0.20.1.tar.xz
|
||||
15
deprecated/firmware/buildroot/package/cantarell/cantarell.mk
Normal file
15
deprecated/firmware/buildroot/package/cantarell/cantarell.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# cantarell
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CANTARELL_VERSION_MAJOR = 0.0
|
||||
CANTARELL_VERSION = $(CANTARELL_VERSION_MAJOR).20.1
|
||||
CANTARELL_SITE = http://ftp.gnome.org/pub/gnome/sources/cantarell-fonts/$(CANTARELL_VERSION_MAJOR)
|
||||
CANTARELL_SOURCE = cantarell-fonts-$(CANTARELL_VERSION).tar.xz
|
||||
CANTARELL_DEPENDENCIES = host-pkgconf
|
||||
CANTARELL_LICENSE = OFLv1.1
|
||||
CANTARELL_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user