* [Buildroot] [PATCH] add new package grantlee
@ 2012-10-31 20:38 Zoltan at osuosl.org
2012-11-08 10:05 ` Zoltan Gyarmati
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Zoltan at osuosl.org @ 2012-10-31 20:38 UTC (permalink / raw)
To: buildroot
From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
---
package/Config.in | 1 +
package/grantlee/Config.in | 9 +++++++++
package/grantlee/grantlee.mk | 13 +++++++++++++
3 files changed, 23 insertions(+)
create mode 100644 package/grantlee/Config.in
create mode 100644 package/grantlee/grantlee.mk
diff --git a/package/Config.in b/package/Config.in
index ab966e0..ef68b37 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -139,6 +139,7 @@ source "package/qt/Config.in"
if BR2_PACKAGE_QT
comment "QT libraries and helper libraries"
source "package/qtuio/Config.in"
+source "package/grantlee/Config.in"
endif
source "package/x11r7/Config.in"
diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in
new file mode 100644
index 0000000..84afad2
--- /dev/null
+++ b/package/grantlee/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_GRANTLEE
+ bool "grantlee"
+ select BR2_PACKAGE_QT_STL
+ select BR2_PACKAGE_QT_SCRIPT
+ select BR2_PACKAGE_QT_GUI_MODULE
+ help
+ Qt implemantation of the Django template framework
+
+ http://www.grantlee.org
diff --git a/package/grantlee/grantlee.mk b/package/grantlee/grantlee.mk
new file mode 100644
index 0000000..10adfd9
--- /dev/null
+++ b/package/grantlee/grantlee.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# grantlee
+#
+#############################################################
+
+GRANTLEE_VERSION = 0.2.0
+GRANTLEE_SITE = http://downloads.grantlee.org
+GRANTLEE_INSTALL_STAGING = YES
+GRANTLEE_DEPENDENCIES = qt
+
+$(eval $(cmake-package))
+
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH] add new package grantlee
2012-10-31 20:38 [Buildroot] [PATCH] add new package grantlee Zoltan at osuosl.org
@ 2012-11-08 10:05 ` Zoltan Gyarmati
2012-11-08 21:52 ` Arnout Vandecappelle
2012-11-09 8:58 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Zoltan Gyarmati @ 2012-11-08 10:05 UTC (permalink / raw)
To: buildroot
Hi,
are they any issues still with the the patch below? If not, what shall i
do to push it forward?
thx, best regards,
Zoltan Gyarmati
On 10/31/2012 09:38 PM, Zoltan Gyarmati mr.zoltan.gyarmati at gmail.com wrote:
> From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
>
>
> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
> ---
> package/Config.in | 1 +
> package/grantlee/Config.in | 9 +++++++++
> package/grantlee/grantlee.mk | 13 +++++++++++++
> 3 files changed, 23 insertions(+)
> create mode 100644 package/grantlee/Config.in
> create mode 100644 package/grantlee/grantlee.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index ab966e0..ef68b37 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -139,6 +139,7 @@ source "package/qt/Config.in"
> if BR2_PACKAGE_QT
> comment "QT libraries and helper libraries"
> source "package/qtuio/Config.in"
> +source "package/grantlee/Config.in"
> endif
>
> source "package/x11r7/Config.in"
> diff --git a/package/grantlee/Config.in b/package/grantlee/Config.in
> new file mode 100644
> index 0000000..84afad2
> --- /dev/null
> +++ b/package/grantlee/Config.in
> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_GRANTLEE
> + bool "grantlee"
> + select BR2_PACKAGE_QT_STL
> + select BR2_PACKAGE_QT_SCRIPT
> + select BR2_PACKAGE_QT_GUI_MODULE
> + help
> + Qt implemantation of the Django template framework
> +
> + http://www.grantlee.org
> diff --git a/package/grantlee/grantlee.mk b/package/grantlee/grantlee.mk
> new file mode 100644
> index 0000000..10adfd9
> --- /dev/null
> +++ b/package/grantlee/grantlee.mk
> @@ -0,0 +1,13 @@
> +#############################################################
> +#
> +# grantlee
> +#
> +#############################################################
> +
> +GRANTLEE_VERSION = 0.2.0
> +GRANTLEE_SITE = http://downloads.grantlee.org
> +GRANTLEE_INSTALL_STAGING = YES
> +GRANTLEE_DEPENDENCIES = qt
> +
> +$(eval $(cmake-package))
> +
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] add new package grantlee
2012-10-31 20:38 [Buildroot] [PATCH] add new package grantlee Zoltan at osuosl.org
2012-11-08 10:05 ` Zoltan Gyarmati
@ 2012-11-08 21:52 ` Arnout Vandecappelle
2012-11-09 8:58 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-11-08 21:52 UTC (permalink / raw)
To: buildroot
On 10/31/12 21:38, Zoltan at osuosl.org wrote:
> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(build-test on an internal ppc toolchain with wchar, C++, X11, Qt)
Regards,
Arnout
PS There is something wrong with your git-send-email setup: the quotes around
your full name are missing.
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] add new package grantlee
2012-10-31 20:38 [Buildroot] [PATCH] add new package grantlee Zoltan at osuosl.org
2012-11-08 10:05 ` Zoltan Gyarmati
2012-11-08 21:52 ` Arnout Vandecappelle
@ 2012-11-09 8:58 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-11-09 8:58 UTC (permalink / raw)
To: buildroot
>>>>> "Zoltan" == Zoltan <Zoltan@osuosl.org> writes:
Zoltan> From: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Zoltan> Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Zoltan> ---
Zoltan> package/Config.in | 1 +
Zoltan> package/grantlee/Config.in | 9 +++++++++
Zoltan> package/grantlee/grantlee.mk | 13 +++++++++++++
Zoltan> 3 files changed, 23 insertions(+)
Zoltan> create mode 100644 package/grantlee/Config.in
Zoltan> create mode 100644 package/grantlee/grantlee.mk
Zoltan> diff --git a/package/Config.in b/package/Config.in
Zoltan> index ab966e0..ef68b37 100644
Zoltan> --- a/package/Config.in
Zoltan> +++ b/package/Config.in
Zoltan> @@ -139,6 +139,7 @@ source "package/qt/Config.in"
Zoltan> if BR2_PACKAGE_QT
Zoltan> comment "QT libraries and helper libraries"
Zoltan> source "package/qtuio/Config.in"
Zoltan> +source "package/grantlee/Config.in"
We normally sort entries alphabetically, so I put it over qtuio and
committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-09 8:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-31 20:38 [Buildroot] [PATCH] add new package grantlee Zoltan at osuosl.org
2012-11-08 10:05 ` Zoltan Gyarmati
2012-11-08 21:52 ` Arnout Vandecappelle
2012-11-09 8:58 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox