mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 18:32:45 +01:00
add gmenu2x
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
4
FunKey/package/fonts-droid/Config.in
Normal file
4
FunKey/package/fonts-droid/Config.in
Normal file
@@ -0,0 +1,4 @@
|
||||
config BR2_PACKAGE_FONTS_DROID
|
||||
bool "fonts-droid"
|
||||
help
|
||||
Android (AOSP) "droid" family of fonts
|
||||
25
FunKey/package/fonts-droid/fonts-droid.mk
Normal file
25
FunKey/package/fonts-droid/fonts-droid.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# fonts-droid
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FONTS_DROID_VERSION = 074990596701553b8b51ff22290453de522f0d15
|
||||
FONTS_DROID_SITE = https://android.googlesource.com/platform/frameworks/base/+archive/$(FONTS_DROID_VERSION)/data
|
||||
FONTS_DROID_SOURCE = fonts.tar.gz
|
||||
FONTS_DROID_LICENSE = Apache-2.0
|
||||
FONTS_DROID_STRIP_COMPONENTS = 0
|
||||
|
||||
# We cannot verify the hash because googlesource.com produces an archive
|
||||
# with a different hash on every request.
|
||||
#
|
||||
# This still issues a warning.
|
||||
BR_NO_CHECK_HASH_FOR += $(FONTS_DROID_SOURCE)
|
||||
|
||||
define FONTS_DROID_INSTALL_TARGET_CMDS
|
||||
mkdir -p $(TARGET_DIR)/usr/share/fonts/droid/
|
||||
install -m 0644 $(@D)/NOTICE $(@D)/DroidSansFallback.ttf \
|
||||
$(TARGET_DIR)/usr/share/fonts/droid/
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user