All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5] package/chartjs: bump to version 3.9.1
@ 2022-09-25  8:49 Ignacy Gawędzki
  2022-09-25  9:27 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Ignacy Gawędzki @ 2022-09-25  8:49 UTC (permalink / raw)
  To: buildroot

https://github.com/chartjs/Chart.js/releases/tag/v3.9.1

License file has updated copyright years to 2014-2022.

Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
---
 package/chartjs/chartjs.hash |  4 ++--
 package/chartjs/chartjs.mk   | 11 ++++-------
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/package/chartjs/chartjs.hash b/package/chartjs/chartjs.hash
index f8614ec385..3f8da92715 100644
--- a/package/chartjs/chartjs.hash
+++ b/package/chartjs/chartjs.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  9ef3697e279a585c79730f35dba16ad4e24ddeed49a150adb341c31f191fb78e  chartjs-2.9.4.tar.gz
-sha256  7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67  LICENSE.md
+sha256  111e0751796f087a51e94dfed910ccfb1278fd30e584a6e48514dba9ae7e72c6  chart.js-3.9.1.tgz
+sha256  5a0877ad6d818529be4f33009d0942cdf7e2ed7656156f4aba7308459a546030  package/LICENSE.md
diff --git a/package/chartjs/chartjs.mk b/package/chartjs/chartjs.mk
index 2748a94d36..5ed4b3d9c3 100644
--- a/package/chartjs/chartjs.mk
+++ b/package/chartjs/chartjs.mk
@@ -4,20 +4,17 @@
 #
 ################################################################################
 
-CHARTJS_VERSION = 2.9.4
-CHARTJS_SITE = $(call github,chartjs,Chart.js,v$(CHARTJS_VERSION))
+CHARTJS_VERSION = 3.9.1
+CHARTJS_SITE = https://registry.npmjs.org/chart.js/-
+CHARTJS_SOURCE = chart.js-$(CHARTJS_VERSION).tgz
 CHARTJS_LICENSE = MIT
 CHARTJS_LICENSE_FILES = LICENSE.md
 CHARTJS_CPE_ID_VENDOR = chartjs
 CHARTJS_CPE_ID_PRODUCT = chart.js
 
 define CHARTJS_INSTALL_TARGET_CMDS
-	$(INSTALL) -m 0644 -D $(@D)/dist/Chart.min.css \
-		$(TARGET_DIR)/var/www/chartjs/css/Chart.css
-	$(INSTALL) -m 0644 -D $(@D)/dist/Chart.min.js \
+	$(INSTALL) -m 0644 -D $(@D)/dist/chart.min.js \
 		$(TARGET_DIR)/var/www/chartjs/js/Chart.js
-	$(INSTALL) -m 0644 -D $(@D)/dist/Chart.bundle.min.js \
-		$(TARGET_DIR)/var/www/chartjs/js/Chart.bundle.js
 endef
 
 $(eval $(generic-package))
-- 
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH v5] package/chartjs: bump to version 3.9.1
  2022-09-25  8:49 [Buildroot] [PATCH v5] package/chartjs: bump to version 3.9.1 Ignacy Gawędzki
@ 2022-09-25  9:27 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-25  9:27 UTC (permalink / raw)
  To: Ignacy Gawędzki; +Cc: buildroot

Hello Ignacy,

On Sun, 25 Sep 2022 10:49:43 +0200
Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> wrote:

> https://github.com/chartjs/Chart.js/releases/tag/v3.9.1
> 
> License file has updated copyright years to 2014-2022.
> 
> Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>

Thanks, but we do not want a v5: your v4 has already been applied to
master. What we want is a fix-up patch that applies on top of what is
already in Buildroot master.

And in the commit log for this patch, please add a reference to the
autobuilder failure that it is fixing. Thanks a lot!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-25  9:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-25  8:49 [Buildroot] [PATCH v5] package/chartjs: bump to version 3.9.1 Ignacy Gawędzki
2022-09-25  9:27 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.