Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
b1850a 1 #
AW 2 # CDDL HEADER START
3 #
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.
7 #
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.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2022, Andreas Wacknitz
24 #
25 BUILD_STYLE= archive 
26 include ../../../make-rules/shared-macros.mk
27
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
40
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
45
46 COMPONENT_FONT_SRC_DIR =
47 COMPONENT_FONT_FILES += *.ttf
48 COMPONENT_FONTCONF_FILES =
49
50 # Auto-generated dependencies