* [Buildroot] [PATCH 1/1] package/jquery-ui: bump to version 1.13.1
@ 2022-08-24 7:55 Jesse Van Gavere
2022-08-24 10:18 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Jesse Van Gavere @ 2022-08-24 7:55 UTC (permalink / raw)
To: buildroot; +Cc: Jesse Van Gavere, Simon Dawson
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
---
package/jquery-ui/jquery-ui.hash | 4 ++--
package/jquery-ui/jquery-ui.mk | 17 ++++++-----------
2 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/package/jquery-ui/jquery-ui.hash b/package/jquery-ui/jquery-ui.hash
index 453ecd5521..92bb5312da 100644
--- a/package/jquery-ui/jquery-ui.hash
+++ b/package/jquery-ui/jquery-ui.hash
@@ -1,3 +1,3 @@
# locally computed
-sha256 c76f349930245360f4d1dea672b9a587f8938b536a378e20eeff919f7263f99f jquery-ui-1.10.4.zip
-sha256 ef1fdd608b20fbea7ef269ed03bd24e637717cc193971798a394bf2fa983cd53 MIT-LICENSE.txt
+sha256 5f063f91df85431e3fea84f5d5709726d6dcd15ee4bf86b0e9a4b134912a5efd jquery-ui-1.13.1.zip
+sha256 de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78 LICENSE.txt
diff --git a/package/jquery-ui/jquery-ui.mk b/package/jquery-ui/jquery-ui.mk
index 9284e683f1..98d150bbf3 100644
--- a/package/jquery-ui/jquery-ui.mk
+++ b/package/jquery-ui/jquery-ui.mk
@@ -4,14 +4,11 @@
#
################################################################################
-JQUERY_UI_VERSION = 1.10.4
-# Use buildroot mirror since upstream switched the zipfile and directory
-# structure without bumping/renaming.
-# Remember to switch back to jqueryui.com when bumping!
-JQUERY_UI_SITE = http://sources.buildroot.net
+JQUERY_UI_VERSION = 1.13.1
+JQUERY_UI_SITE = https://jqueryui.com/resources/download
JQUERY_UI_SOURCE = jquery-ui-$(JQUERY_UI_VERSION).zip
JQUERY_UI_LICENSE = MIT
-JQUERY_UI_LICENSE_FILES = MIT-LICENSE.txt
+JQUERY_UI_LICENSE_FILES = LICENSE.txt
define JQUERY_UI_EXTRACT_CMDS
$(UNZIP) -d $(@D) $(JQUERY_UI_DL_DIR)/$(JQUERY_UI_SOURCE)
@@ -20,15 +17,13 @@ define JQUERY_UI_EXTRACT_CMDS
endef
define JQUERY_UI_INSTALL_TARGET_CMDS
- $(INSTALL) -m 0644 -D $(@D)/ui/minified/jquery-ui.min.js \
+ $(INSTALL) -m 0644 -D $(@D)/jquery-ui.min.js \
$(TARGET_DIR)/var/www/jquery-ui.js
- $(INSTALL) -m 0644 -D $(@D)/ui/minified/i18n/jquery-ui-i18n.min.js \
- $(TARGET_DIR)/var/www/jquery-ui-i18n.js
- $(INSTALL) -m 0644 -D $(@D)/themes/base/minified/jquery-ui.min.css \
+ $(INSTALL) -m 0644 -D $(@D)/jquery-ui.min.css \
$(TARGET_DIR)/var/www/jquery-ui.css
$(INSTALL) -d $(TARGET_DIR)/var/www/images
$(INSTALL) -m 0644 -t $(TARGET_DIR)/var/www/images \
- $(@D)/themes/base/minified/images/*.png
+ $(@D)/images/*.png
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 1/1] package/jquery-ui: bump to version 1.13.1
2022-08-24 7:55 [Buildroot] [PATCH 1/1] package/jquery-ui: bump to version 1.13.1 Jesse Van Gavere
@ 2022-08-24 10:18 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-24 10:18 UTC (permalink / raw)
To: Jesse Van Gavere; +Cc: Simon Dawson, buildroot
Hello Jesse,
On Wed, 24 Aug 2022 09:55:42 +0200
Jesse Van Gavere <jesseevg@gmail.com> wrote:
> Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
> ---
> package/jquery-ui/jquery-ui.hash | 4 ++--
> package/jquery-ui/jquery-ui.mk | 17 ++++++-----------
> 2 files changed, 8 insertions(+), 13 deletions(-)
Thanks, I've applied to next. What was missing in the commit log are
some explanations about the changes in the license file. We have a hash
of license files precisely to make sure we notice when the licensing
terms are changed, so such changes should not be silently made. See my
updated commit log:
https://git.buildroot.org/buildroot/commit/?h=next&id=86ec2b57f48f90b0d7625c4b2cb25ef7c0047a05
Thanks for your contribution!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
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-08-24 10:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-24 7:55 [Buildroot] [PATCH 1/1] package/jquery-ui: bump to version 1.13.1 Jesse Van Gavere
2022-08-24 10:18 ` Thomas Petazzoni via buildroot
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.