[Buildroot] [PATCH 1/1] New package: qt5webkit-examples

Massimo Callegari massimocallegari at yahoo.it
Thu Jul 10 08:28:59 UTC 2014


Hi,
going to submit a new patch.
Please guys, don't be too picky. I don't have much time to decorate this patch with flowers and unicorns. I do it while I work so please bare with me.
If you don't like something I guess it's faster if you change it yourself. I don't care about the ownership of this change.

Massimo


>________________________________
> Da: Fatih Aşıcı <fatih.asici at gmail.com>
>A: Massimo Callegari <massimocallegari at yahoo.it> 
>Cc: buildroot at busybox.net 
>Inviato: Giovedì 10 Luglio 2014 8:17
>Oggetto: Re: [Buildroot] [PATCH 1/1] New package: qt5webkit-examples
> 
>
>Hi Massimo,
>
>On Wednesday 09 July 2014 17:15:18 Massimo Callegari wrote:
>> Amend the previous. There were minor things missing
>> 
>> Signed-off-by: Massimo Callegari <massimocallegari at yahoo.it>
>
>You should include a changelog in the new revisions of your patches as 
>described in here:
>
>  http://buildroot.org/downloads/manual/manual.html#_patch_revision_changelog
>
>Since the previous patch wasn't reviewed, I guessed it was not necessary.


>> ---
>>  package/qt5/Config.in                              |  1 +
>>  package/qt5/qt5webkit-examples/Config.in           | 10 +++++
>>  .../qt5webkit-examples-0001-build.patch            | 21 ++++++++++
>>  .../qt5/qt5webkit-examples/qt5webkit-examples.mk   | 46
>> ++++++++++++++++++++++ 4 files changed, 78 insertions(+)
>>  create mode 100644 package/qt5/qt5webkit-examples/Config.in
>>  create mode 100644
>> package/qt5/qt5webkit-examples/qt5webkit-examples-0001-build.patch create
>> mode 100644 package/qt5/qt5webkit-examples/qt5webkit-examples.mk
>> 
>> diff --git a/package/qt5/Config.in b/package/qt5/Config.in
>> index efdd9d4..1f6920a 100644
>> --- a/package/qt5/Config.in
>> +++ b/package/qt5/Config.in
>> @@ -40,6 +40,7 @@ source "package/qt5/qt5sensors/Config.in"
>>  source "package/qt5/qt5serialport/Config.in"
>>  source "package/qt5/qt5svg/Config.in"
>>  source "package/qt5/qt5webkit/Config.in"
>> +source "package/qt5/qt5webkit-examples/Config.in"
>>  source "package/qt5/qt5websockets/Config.in"
>>  source "package/qt5/qt5x11extras/Config.in"
>>  source "package/qt5/qt5xmlpatterns/Config.in"
>> diff --git a/package/qt5/qt5webkit-examples/Config.in
>> b/package/qt5/qt5webkit-examples/Config.in new file mode 100644
>> index 0000000..2840733
>> --- /dev/null
>> +++ b/package/qt5/qt5webkit-examples/Config.in
>> @@ -0,0 +1,10 @@
>> +config BR2_PACKAGE_QT5WEBKIT_EXAMPLES
>> +bool "qt5webkit examples"
>> +depends on BR2_PACKAGE_QT5WEBKIT
>> +help
>> +  Qt is a cross-platform application and UI framework for
>> +  developers using C++.
>> +
>> +  This package corresponds to the qt5webkit examples module.
>
>What about this:
>
>  This package contains examples for the qt5webkit module.
>
>
>
>No, it is exactly what is described. The original package name is  qtwebkit-examples-opensource-src-5.3.1


>> +
>>http://qt-project.org
>> diff --git
>> a/package/qt5/qt5webkit-examples/qt5webkit-examples-0001-build.patch
>> b/package/qt5/qt5webkit-examples/qt5webkit-examples-0001-build.patch new
>
>Each patch must include a "Signed-off-by" line:
>
>  http://buildroot.org/downloads/manual/manual.html#_format_and_licensing_of_the_package_patches
>
>OK


>
>> file mode 100644
>> index 0000000..505f40c
>> --- /dev/null
>> +++ b/package/qt5/qt5webkit-examples/qt5webkit-examples-0001-build.patch
>> @@ -0,0 +1,21 @@
>> +diff -Naur a/examples/webkitwidgets/webkitwidgets.pro
>> b/examples/webkitwidgets/webkitwidgets.pro +---
>> a/examples/webkitwidgets/webkitwidgets.pro2014-06-19 12:08:33.000000000
>> +0200 ++++ b/examples/webkitwidgets/webkitwidgets.pro2014-07-09
>> 14:14:20.247975538 +0200 +@@ -8,5 +8,6 @@
>> +             framecapture \
>> +             browser \
>> +             embedded \
>> +-            scroller \
>> +-            xmlpatterns
>> ++            scroller
>> ++            
>> ++qtHaveModule(xmlpatterns): SUBDIRS += xmlpatterns
>> +diff -Naur a/qtwebkit-examples.pro b/qtwebkit-examples.pro
>> +--- a/qtwebkit-examples.pro2014-06-19 12:08:33.000000000 +0200
>> ++++ b/qtwebkit-examples.pro2014-07-09 14:14:09.095975663 +0200
>> +@@ -3,3 +3,4 @@
>> + load(qt_parts)
>> + 
>> + SUBDIRS += doc
>> ++SUBDIRS += examples
>> +
>> diff --git a/package/qt5/qt5webkit-examples/qt5webkit-examples.mk
>> b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk new file mode
>> 100644
>> index 0000000..fd66941
>> --- /dev/null
>> +++ b/package/qt5/qt5webkit-examples/qt5webkit-examples.mk
>> @@ -0,0 +1,46 @@
>> +##########################################################################
>> ###### +#
>> +# qt5webkitexamples
>
>Nit pick: s/qt5webkitexamples/qt5webkit-examples/
>
>Don't understand


>
>> +#
>> +##########################################################################
>> ###### +
>> +QT5WEBKIT_EXAMPLES_VERSION = $(QT5_VERSION)
>> +QT5WEBKIT_EXAMPLES_SITE = $(QT5_SITE)
>> +QT5WEBKIT_EXAMPLES_SOURCE =
>> qtwebkit-examples-opensource-src-$(QT5WEBKIT_EXAMPLES_VERSION).tar.xz
>> +QT5WEBKIT_EXAMPLES_DEPENDENCIES = qt5webkit
>
>If qt5xmlpatterns package is selected, you must add it to _DEPENDENCIES.
>
>
>
>qt5xmlpatterns is no more a dependency


>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140710/0c1daec9/attachment.html>


More information about the buildroot mailing list