Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] flot: bump to version 0.8
@ 2013-04-12 12:15 Gustavo Zacarias
  2013-04-12 12:15 ` [Buildroot] [PATCH 2/4] jquery-sparkline: bump to version 2.1.1 Gustavo Zacarias
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2013-04-12 12:15 UTC (permalink / raw)
  To: buildroot

Also change upstream website and download URL and add new Canvas option.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/flot/Config.in | 7 ++++++-
 package/flot/flot.mk   | 7 +++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/package/flot/Config.in b/package/flot/Config.in
index 0bd6b14..90a4278 100644
--- a/package/flot/Config.in
+++ b/package/flot/Config.in
@@ -14,12 +14,17 @@ config BR2_PACKAGE_FLOT
 	  Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML
 	  canvas tag.
 
-	  https://code.google.com/p/flot/
+	  http://www.flotcharts.org/
 
 if BR2_PACKAGE_FLOT
 
 comment "flot plugins"
 
+config BR2_PACKAGE_FLOT_CANVAS
+	bool "canvas"
+	help
+	  Flot plugin to render axis tick labels directly to the canvas
+
 config BR2_PACKAGE_FLOT_FILLBETWEEN
 	bool "fillbetween"
 	help
diff --git a/package/flot/flot.mk b/package/flot/flot.mk
index 41f5a42..97110bc 100644
--- a/package/flot/flot.mk
+++ b/package/flot/flot.mk
@@ -1,6 +1,9 @@
-FLOT_VERSION = 0.7
-FLOT_SITE = http://flot.googlecode.com/files
+FLOT_VERSION = 0.8.0
+FLOT_SITE = http://www.flotcharts.org/downloads
+FLOT_LICENSE = MIT
+FLOT_LICENSE_FILES = LICENSE.txt
 FLOT_FILES = jquery.flot $(addprefix jquery.flot.,\
+	$(if $(BR2_PACKAGE_FLOT_CANVAS),canvas) \
 	$(if $(BR2_PACKAGE_FLOT_FILLBETWEEN),fillbetween) \
 	$(if $(BR2_PACKAGE_FLOT_NAVIGATE),navigate) \
 	$(if $(BR2_PACKAGE_FLOT_PIE),pie) \
-- 
1.8.1.5

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

end of thread, other threads:[~2013-04-12 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 12:15 [Buildroot] [PATCH 1/4] flot: bump to version 0.8 Gustavo Zacarias
2013-04-12 12:15 ` [Buildroot] [PATCH 2/4] jquery-sparkline: bump to version 2.1.1 Gustavo Zacarias
2013-04-12 12:15 ` [Buildroot] [PATCH 3/4] jquery-validation: bump to version 1.11.1 Gustavo Zacarias
2013-04-12 12:15 ` [Buildroot] [PATCH 4/4] jquery: bump to version 1.9.1 Gustavo Zacarias
2013-04-12 12:38 ` [Buildroot] [PATCH 1/4] flot: bump to version 0.8 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox