2008-10-23 Alejandro Pinheiro <apinheiro@igalia.com>
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 23 Oct 2008 12:09:35 +0000 (12:09 +0000)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 23 Oct 2008 12:09:35 +0000 (12:09 +0000)
commitcd3d22e6cde6c7f09d93b54623a36b5d9b97a065
treed22eb88b5192f539a9a4888eb89006c65978b82a
parentd65d6e2bbb7e43c175cdf18d5d4d665ab226eac1
2008-10-23 Alejandro Pinheiro <apinheiro@igalia.com>

* debian/control: Added new package libhildon1-examples, in order to pack
the current hildon examples as documentation
* debian/rules: Not to compress .c files, modify some includes on the
examples (as normally are compiled locally, but when installed it will
require to include the installed libhildon1 library), and rename
Makefile.static
* examples/Makefile.am: Added examplesdir and examples_DATA, in order to
install all the example files on the new example package
* examples/Makefile.static: Added static makefile that can be used to
compile the examples, once installed the new example package
* examples: Most of the examples were modified in order to grant that
all use only '#include "hildon.h"', in order to be easy to prepare
it on the example package
26 files changed:
ChangeLog
debian/control
debian/libhildon1-examples.install [new file with mode: 0644]
debian/rules
examples/Makefile.am
examples/Makefile.static [new file with mode: 0644]
examples/hildon-app-menu-example.c
examples/hildon-bread-crumb-trail-example.c
examples/hildon-button-example.c
examples/hildon-check-button-example.c
examples/hildon-date-button-example.c
examples/hildon-edit-toolbar-example.c
examples/hildon-entry-example.c
examples/hildon-pannable-area-example-2.c
examples/hildon-pannable-area-example-3.c
examples/hildon-pannable-area-example-4.c
examples/hildon-pannable-area-example.c
examples/hildon-pannable-area-touch-grid-example.c
examples/hildon-pannable-area-touch-list-example.c
examples/hildon-picker-button-example.c
examples/hildon-picker-button-multicolumn-example.c
examples/hildon-text-view-example.c
examples/hildon-time-button-example.c
examples/hildon-touch-selector-entry-example.c
examples/hildon-touch-selector-example.c
examples/hildon-touch-selector-multi-cells-example.c