libreoffice: update to 24.8.4.2
[oi-userland.git] / components / fonts / roboto / Makefile
blobf38adc7095b36c706ee5e295191994184bb69b8a
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
23 # Copyright (c) 2022, Andreas Wacknitz
25 BUILD_STYLE= archive
26 include ../../../make-rules/shared-macros.mk
28 COMPONENT_NAME= roboto
29 COMPONENT_VERSION= 2.138
30 COMPONENT_SUMMARY= Google’s signature family of fonts, the default font on Android and Chrome OS
31 COMPONENT_DESCRIPTION= Has optimized outlines, no hinting, and glyphs U+20E3, U+2191, and U+2193 (comb. keycap, up/down arrows) removed.
32 COMPONENT_SRC_BASE= $(COMPONENT_NAME)-android
33 COMPONENT_SRC= $(COMPONENT_SRC_BASE)-$(COMPONENT_VERSION)
34 COMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
35 COMPONENT_PROJECT_URL= https://github.com/googlefonts/roboto
36 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_SRC_BASE).zip
37 COMPONENT_ARCHIVE_HASH= sha256:c825453253f590cfe62557733e7173f9a421fff103b00f57d33c4ad28ae53baf
38 COMPONENT_LICENSE= Apache 2.0
39 COMPONENT_LICENSE_FILE= LICENSE
41 # Archive does not contain any top directory
42 UNPACK_ARGS = -r $(COMPONENT_SRC)
43 FONT_TYPE = TTF
44 include $(WS_MAKE_RULES)/font.mk
46 COMPONENT_FONT_SRC_DIR =
47 COMPONENT_FONT_FILES += *.ttf
48 COMPONENT_FONTCONF_FILES =
50 # Auto-generated dependencies