From 5007f0c31b02099386c047d947727bfd27eb3884 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Larcher?= Date: Fri, 21 Oct 2016 23:18:26 +0200 Subject: [PATCH] Bump graphite2 to 1.3.8 --- components/library/graphite2/Makefile | 32 +++++++++++++----------------- components/library/graphite2/graphite2.p5m | 5 +++-- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/components/library/graphite2/Makefile b/components/library/graphite2/Makefile index e0a6dfb8e..db0ded2e5 100644 --- a/components/library/graphite2/Makefile +++ b/components/library/graphite2/Makefile @@ -10,26 +10,24 @@ # # -# Copyright 2014 Aurelien Larcher. All rights reserved. +# Copyright 2014-2016, Aurelien Larcher. All rights reserved. # include ../../../make-rules/shared-macros.mk -COMPONENT_NAME= graphite2 -COMPONENT_VERSION= 1.3.6 -COMPONENT_FMRI= library/c++/graphite2 +COMPONENT_NAME= graphite2 +COMPONENT_VERSION= 1.3.8 +COMPONENT_FMRI= library/c++/graphite2 COMPONENT_CLASSIFICATION=System/Libraries -COMPONENT_PROJECT_URL= http://sourceforge.net/projects/silgraphite -COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) -COMPONENT_ARCHIVE= graphite-$(COMPONENT_VERSION).tgz +COMPONENT_SUMMARY= Graphite2 - Library for rendering non-roman scripts +COMPONENT_PROJECT_URL= http://sourceforge.net/projects/silgraphite +COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz COMPONENT_ARCHIVE_HASH= \ - sha256:475e7657ac606ed8805518031729c1273cf7d9d422169ac6f7882e01d832af75 -COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/silgraphite/files/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)/download -COMPONENT_BUGDB= $(COMPONENT_FMRI) + sha256:9f3f25b3a8495ce0782e77f69075c0dd9b7c054847b9bf9ff130bec38f4c8cc2 +COMPONENT_ARCHIVE_URL= \ + https://github.com/silnrsi/graphite/releases/download/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_LICENSE= LGPLv2.1 -COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license - -COMPONENT_SUMMARY= Graphite2 - Library for rendering non-roman scripts include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/cmake.mk @@ -60,8 +58,6 @@ install: $(INSTALL_32_and_64) test: $(TEST_32_and_64) -BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) - -include $(WS_MAKE_RULES)/depend.mk - - +REQUIRED_PACKAGES += system/library +REQUIRED_PACKAGES += system/library/g++-4-runtime +REQUIRED_PACKAGES += system/library/math diff --git a/components/library/graphite2/graphite2.p5m b/components/library/graphite2/graphite2.p5m index 5a1e7cff1..2b613783c 100644 --- a/components/library/graphite2/graphite2.p5m +++ b/components/library/graphite2/graphite2.p5m @@ -1,7 +1,8 @@ # # This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"). You may -# only use this file in accordance with the terms of the CDDL. +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at -- 2.11.4.GIT