diff options
author | drochner <drochner@pkgsrc.org> | 2011-02-03 18:57:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-02-03 18:57:13 +0000 |
commit | cfd135aec45932fed8d904ad37592aa1d54a3def (patch) | |
tree | 5d782170dade66aa4ef0c8a8a592dabe9c07a59c /x11/gtkada | |
parent | cc78ac0368882a99baf73af17ef99c9b90062dd8 (diff) | |
download | pkgsrc-cfd135aec45932fed8d904ad37592aa1d54a3def.tar.gz |
add gtkada-2.22, Ada wrappers for gtk2, from John Marino per PR pkg/44439
Diffstat (limited to 'x11/gtkada')
-rw-r--r-- | x11/gtkada/DESCR | 4 | ||||
-rw-r--r-- | x11/gtkada/Makefile | 45 | ||||
-rw-r--r-- | x11/gtkada/PLIST | 1434 | ||||
-rw-r--r-- | x11/gtkada/buildlink3.mk | 15 | ||||
-rw-r--r-- | x11/gtkada/distinfo | 18 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-ab | 13 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-ac | 13 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-ad | 17 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-ae | 13 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-ba | 74 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-bb | 19 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-bc | 37 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-bd | 24 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-be | 17 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-bf | 17 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-bg | 23 | ||||
-rw-r--r-- | x11/gtkada/patches/patch-bh | 15 |
18 files changed, 1811 insertions, 0 deletions
diff --git a/x11/gtkada/DESCR b/x11/gtkada/DESCR new file mode 100644 index 00000000000..c7ece4d4c02 --- /dev/null +++ b/x11/gtkada/DESCR @@ -0,0 +1,4 @@ +GtkAda is an Ada graphical toolkit based on Gtk+ widgets using the +object-oriented features of the language. Gtk+ is a graphical toolkit written +in C for X-Window and Win32 that was originally developed as the basis for +GIMP. diff --git a/x11/gtkada/Makefile b/x11/gtkada/Makefile new file mode 100644 index 00000000000..e4d937ec3f1 --- /dev/null +++ b/x11/gtkada/Makefile @@ -0,0 +1,45 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/03 18:57:13 drochner Exp $ +# + +DISTNAME= gtkada-2.22 +CATEGORIES= x11 +MASTER_SITES= http://downloads.dragonlace.net/src/ \ + http://dragonlace.mirrors.ada.cx/src/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= draco@marino.st +HOMEPAGE= http://libre.adacore.com/libre/tools/gtkada/ +COMMENT= Ada graphical toolkit based on Gtk+ +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake pkg-config + +FULL_PATH= /sbin:/bin:/usr/sbin:/usr/bin:${PREFIX}/sbin:${PREFIX}/bin:${PREFIX}/lib/pkgconfig +MY_CONFIGURE_ENV= PATH=${FULL_PATH} +MY_CONFIGURE_ENV+= CC=gnatgcc +CONFIGURE_ARGS+= --disable-nls +PKGCONFIG_OVERRIDE+= projects/gtkada.pc.in + +post-wrapper: + # We disable at least the wrapper binaries on all GNAT AUX ports to + # avoid linkage and build problems. In this case we need the wrappers + # for the sed transformation script. + ${RM} ${WRKDIR}/.wrapper/bin/* + +do-configure: + # OpenGL, Gnome, and glade are normally detected automatically, but + # at least with OpenGL, there is an installation bug. Rather than + # test everything, patch-ad just disables support for these features. + cd ${WRKSRC} && ${SETENV} ${MY_CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} + +post-install: + ${TOUCH} ${DESTDIR}${PREFIX}/lib/gnat/gtkada/IGNORE.ME + ${TOUCH} ${DESTDIR}${PREFIX}/share/doc/gtkada/gtkada_rm/IGNORE.ME + +# gtk2 includes atk, glib and pango among others +.include "../../x11/gtk2/buildlink3.mk" +.include "../../lang/gnat-aux/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gtkada/PLIST b/x11/gtkada/PLIST new file mode 100644 index 00000000000..c70f0edab28 --- /dev/null +++ b/x11/gtkada/PLIST @@ -0,0 +1,1434 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ +bin/gate +bin/gate-in.exe +bin/gtkada-config +bin/gtkada-dialog +include/gtkada/cairo-font_face.ads +include/gtkada/cairo-font_options.ads +include/gtkada/cairo-image_surface.adb +include/gtkada/cairo-image_surface.ads +include/gtkada/cairo-matrix.ads +include/gtkada/cairo-pattern.ads +include/gtkada/cairo-png.adb +include/gtkada/cairo-png.ads +include/gtkada/cairo-scaled_font.ads +include/gtkada/cairo-surface.ads +include/gtkada/cairo.adb +include/gtkada/cairo.ads +include/gtkada/gdk-bitmap.adb +include/gtkada/gdk-bitmap.ads +include/gtkada/gdk-cairo.adb +include/gtkada/gdk-cairo.ads +include/gtkada/gdk-color.adb +include/gtkada/gdk-color.ads +include/gtkada/gdk-cursor.adb +include/gtkada/gdk-cursor.ads +include/gtkada/gdk-display.adb +include/gtkada/gdk-display.ads +include/gtkada/gdk-display_manager.adb +include/gtkada/gdk-display_manager.ads +include/gtkada/gdk-dnd.adb +include/gtkada/gdk-dnd.ads +include/gtkada/gdk-drawable.adb +include/gtkada/gdk-drawable.ads +include/gtkada/gdk-event.adb +include/gtkada/gdk-event.ads +include/gtkada/gdk-font.adb +include/gtkada/gdk-font.ads +include/gtkada/gdk-gc.adb +include/gtkada/gdk-gc.ads +include/gtkada/gdk-image.adb +include/gtkada/gdk-image.ads +include/gtkada/gdk-input.ads +include/gtkada/gdk-keyval.adb +include/gtkada/gdk-keyval.ads +include/gtkada/gdk-main.adb +include/gtkada/gdk-main.ads +include/gtkada/gdk-pixbuf.adb +include/gtkada/gdk-pixbuf.ads +include/gtkada/gdk-pixmap.adb +include/gtkada/gdk-pixmap.ads +include/gtkada/gdk-property.adb +include/gtkada/gdk-property.ads +include/gtkada/gdk-rectangle.adb +include/gtkada/gdk-rectangle.ads +include/gtkada/gdk-region.adb +include/gtkada/gdk-region.ads +include/gtkada/gdk-rgb.adb +include/gtkada/gdk-rgb.ads +include/gtkada/gdk-screen.adb +include/gtkada/gdk-screen.ads +include/gtkada/gdk-threads.ads +include/gtkada/gdk-types-keysyms.ads +include/gtkada/gdk-types.ads +include/gtkada/gdk-visual.adb +include/gtkada/gdk-visual.ads +include/gtkada/gdk-window.adb +include/gtkada/gdk-window.ads +include/gtkada/gdk-window_attr.adb +include/gtkada/gdk-window_attr.ads +include/gtkada/gdk.ads +include/gtkada/glib-convert.adb +include/gtkada/glib-convert.ads +include/gtkada/glib-enums.ads +include/gtkada/glib-error.adb +include/gtkada/glib-error.ads +include/gtkada/glib-g_icon.adb +include/gtkada/glib-g_icon.ads +include/gtkada/glib-generic_properties.adb +include/gtkada/glib-generic_properties.ads +include/gtkada/glib-glade.adb +include/gtkada/glib-glade.ads +include/gtkada/glib-glist.adb +include/gtkada/glib-glist.ads +include/gtkada/glib-gnodes.adb +include/gtkada/glib-gnodes.ads +include/gtkada/glib-graphs.adb +include/gtkada/glib-graphs.ads +include/gtkada/glib-gslist.adb +include/gtkada/glib-gslist.ads +include/gtkada/glib-key_file.adb +include/gtkada/glib-key_file.ads +include/gtkada/glib-main.adb +include/gtkada/glib-main.ads +include/gtkada/glib-messages.adb +include/gtkada/glib-messages.ads +include/gtkada/glib-module.adb +include/gtkada/glib-module.ads +include/gtkada/glib-object.adb +include/gtkada/glib-object.ads +include/gtkada/glib-properties-creation.adb +include/gtkada/glib-properties-creation.ads +include/gtkada/glib-properties.adb +include/gtkada/glib-properties.ads +include/gtkada/glib-type_conversion_hooks.adb +include/gtkada/glib-type_conversion_hooks.ads +include/gtkada/glib-types.adb +include/gtkada/glib-types.ads +include/gtkada/glib-unicode.adb +include/gtkada/glib-unicode.ads +include/gtkada/glib-values.adb +include/gtkada/glib-values.ads +include/gtkada/glib-xml.adb +include/gtkada/glib-xml.ads +include/gtkada/glib-xml_int.ads +include/gtkada/glib.adb +include/gtkada/glib.ads +include/gtkada/gtk-about_dialog.adb +include/gtkada/gtk-about_dialog.ads +include/gtkada/gtk-accel_group.adb +include/gtkada/gtk-accel_group.ads +include/gtkada/gtk-accel_label.adb +include/gtkada/gtk-accel_label.ads +include/gtkada/gtk-accel_map.adb +include/gtkada/gtk-accel_map.ads +include/gtkada/gtk-action.adb +include/gtkada/gtk-action.ads +include/gtkada/gtk-action_group.adb +include/gtkada/gtk-action_group.ads +include/gtkada/gtk-adjustment.adb +include/gtkada/gtk-adjustment.ads +include/gtkada/gtk-alignment.adb +include/gtkada/gtk-alignment.ads +include/gtkada/gtk-arguments.adb +include/gtkada/gtk-arguments.ads +include/gtkada/gtk-arrow.adb +include/gtkada/gtk-arrow.ads +include/gtkada/gtk-aspect_frame.adb +include/gtkada/gtk-aspect_frame.ads +include/gtkada/gtk-assistant.adb +include/gtkada/gtk-assistant.ads +include/gtkada/gtk-bin.adb +include/gtkada/gtk-bin.ads +include/gtkada/gtk-bindings.adb +include/gtkada/gtk-bindings.ads +include/gtkada/gtk-box.adb +include/gtkada/gtk-box.ads +include/gtkada/gtk-builder.adb +include/gtkada/gtk-builder.ads +include/gtkada/gtk-button.adb +include/gtkada/gtk-button.ads +include/gtkada/gtk-button_box.adb +include/gtkada/gtk-button_box.ads +include/gtkada/gtk-calendar.adb +include/gtkada/gtk-calendar.ads +include/gtkada/gtk-cell_editable.ads +include/gtkada/gtk-cell_layout.adb +include/gtkada/gtk-cell_layout.ads +include/gtkada/gtk-cell_renderer.adb +include/gtkada/gtk-cell_renderer.ads +include/gtkada/gtk-cell_renderer_accel.adb +include/gtkada/gtk-cell_renderer_accel.ads +include/gtkada/gtk-cell_renderer_combo.adb +include/gtkada/gtk-cell_renderer_combo.ads +include/gtkada/gtk-cell_renderer_pixbuf.adb +include/gtkada/gtk-cell_renderer_pixbuf.ads +include/gtkada/gtk-cell_renderer_progress.adb +include/gtkada/gtk-cell_renderer_progress.ads +include/gtkada/gtk-cell_renderer_spin.adb +include/gtkada/gtk-cell_renderer_spin.ads +include/gtkada/gtk-cell_renderer_text.adb +include/gtkada/gtk-cell_renderer_text.ads +include/gtkada/gtk-cell_renderer_toggle.adb +include/gtkada/gtk-cell_renderer_toggle.ads +include/gtkada/gtk-cell_view.adb +include/gtkada/gtk-cell_view.ads +include/gtkada/gtk-check_button.adb +include/gtkada/gtk-check_button.ads +include/gtkada/gtk-check_menu_item.adb +include/gtkada/gtk-check_menu_item.ads +include/gtkada/gtk-clipboard.adb +include/gtkada/gtk-clipboard.ads +include/gtkada/gtk-clist.adb +include/gtkada/gtk-clist.ads +include/gtkada/gtk-color_button.adb +include/gtkada/gtk-color_button.ads +include/gtkada/gtk-color_selection.adb +include/gtkada/gtk-color_selection.ads +include/gtkada/gtk-color_selection_dialog.adb +include/gtkada/gtk-color_selection_dialog.ads +include/gtkada/gtk-combo.adb +include/gtkada/gtk-combo.ads +include/gtkada/gtk-combo_box.adb +include/gtkada/gtk-combo_box.ads +include/gtkada/gtk-combo_box_entry.adb +include/gtkada/gtk-combo_box_entry.ads +include/gtkada/gtk-container.adb +include/gtkada/gtk-container.ads +include/gtkada/gtk-ctree.adb +include/gtkada/gtk-ctree.ads +include/gtkada/gtk-curve.adb +include/gtkada/gtk-curve.ads +include/gtkada/gtk-dialog.adb +include/gtkada/gtk-dialog.ads +include/gtkada/gtk-dnd.adb +include/gtkada/gtk-dnd.ads +include/gtkada/gtk-drawing_area.adb +include/gtkada/gtk-drawing_area.ads +include/gtkada/gtk-editable.adb +include/gtkada/gtk-editable.ads +include/gtkada/gtk-entry_completion.adb +include/gtkada/gtk-entry_completion.ads +include/gtkada/gtk-enums.adb +include/gtkada/gtk-enums.ads +include/gtkada/gtk-event_box.adb +include/gtkada/gtk-event_box.ads +include/gtkada/gtk-expander.adb +include/gtkada/gtk-expander.ads +include/gtkada/gtk-extra-border_combo.adb +include/gtkada/gtk-extra-border_combo.ads +include/gtkada/gtk-extra-color_combo.adb +include/gtkada/gtk-extra-color_combo.ads +include/gtkada/gtk-extra-combo_button.adb +include/gtkada/gtk-extra-combo_button.ads +include/gtkada/gtk-extra-font_combo.adb +include/gtkada/gtk-extra-font_combo.ads +include/gtkada/gtk-extra-item_entry.adb +include/gtkada/gtk-extra-item_entry.ads +include/gtkada/gtk-extra-plot.adb +include/gtkada/gtk-extra-plot.ads +include/gtkada/gtk-extra-plot_3d.adb +include/gtkada/gtk-extra-plot_3d.ads +include/gtkada/gtk-extra-plot_bar.adb +include/gtkada/gtk-extra-plot_bar.ads +include/gtkada/gtk-extra-plot_box.adb +include/gtkada/gtk-extra-plot_box.ads +include/gtkada/gtk-extra-plot_canvas-ellipse.adb +include/gtkada/gtk-extra-plot_canvas-ellipse.ads +include/gtkada/gtk-extra-plot_canvas-line.adb +include/gtkada/gtk-extra-plot_canvas-line.ads +include/gtkada/gtk-extra-plot_canvas-pixmap.adb +include/gtkada/gtk-extra-plot_canvas-pixmap.ads +include/gtkada/gtk-extra-plot_canvas-plot.adb +include/gtkada/gtk-extra-plot_canvas-plot.ads +include/gtkada/gtk-extra-plot_canvas-rectangle.adb +include/gtkada/gtk-extra-plot_canvas-rectangle.ads +include/gtkada/gtk-extra-plot_canvas-text.adb +include/gtkada/gtk-extra-plot_canvas-text.ads +include/gtkada/gtk-extra-plot_canvas.adb +include/gtkada/gtk-extra-plot_canvas.ads +include/gtkada/gtk-extra-plot_data.adb +include/gtkada/gtk-extra-plot_data.ads +include/gtkada/gtk-extra-plot_polar.adb +include/gtkada/gtk-extra-plot_polar.ads +include/gtkada/gtk-extra-plot_ps.adb +include/gtkada/gtk-extra-plot_ps.ads +include/gtkada/gtk-extra-plot_surface.adb +include/gtkada/gtk-extra-plot_surface.ads +include/gtkada/gtk-extra-sheet.adb +include/gtkada/gtk-extra-sheet.ads +include/gtkada/gtk-extra.ads +include/gtkada/gtk-file_chooser.adb +include/gtkada/gtk-file_chooser.ads +include/gtkada/gtk-file_chooser_button.adb +include/gtkada/gtk-file_chooser_button.ads +include/gtkada/gtk-file_chooser_dialog.adb +include/gtkada/gtk-file_chooser_dialog.ads +include/gtkada/gtk-file_chooser_widget.adb +include/gtkada/gtk-file_chooser_widget.ads +include/gtkada/gtk-file_filter.adb +include/gtkada/gtk-file_filter.ads +include/gtkada/gtk-file_selection.adb +include/gtkada/gtk-file_selection.ads +include/gtkada/gtk-fixed.adb +include/gtkada/gtk-fixed.ads +include/gtkada/gtk-font_button.adb +include/gtkada/gtk-font_button.ads +include/gtkada/gtk-font_selection.adb +include/gtkada/gtk-font_selection.ads +include/gtkada/gtk-font_selection_dialog.ads +include/gtkada/gtk-frame.adb +include/gtkada/gtk-frame.ads +include/gtkada/gtk-gamma_curve.adb +include/gtkada/gtk-gamma_curve.ads +include/gtkada/gtk-gc.ads +include/gtkada/gtk-gentry.adb +include/gtkada/gtk-gentry.ads +include/gtkada/gtk-glade.adb +include/gtkada/gtk-glade.ads +include/gtkada/gtk-grange.adb +include/gtkada/gtk-grange.ads +include/gtkada/gtk-handle_box.adb +include/gtkada/gtk-handle_box.ads +include/gtkada/gtk-handlers.adb +include/gtkada/gtk-handlers.ads +include/gtkada/gtk-hbutton_box.adb +include/gtkada/gtk-hbutton_box.ads +include/gtkada/gtk-icon_factory.adb +include/gtkada/gtk-icon_factory.ads +include/gtkada/gtk-icon_theme.adb +include/gtkada/gtk-icon_theme.ads +include/gtkada/gtk-icon_view.adb +include/gtkada/gtk-icon_view.ads +include/gtkada/gtk-image.adb +include/gtkada/gtk-image.ads +include/gtkada/gtk-image_menu_item.adb +include/gtkada/gtk-image_menu_item.ads +include/gtkada/gtk-input_dialog.adb +include/gtkada/gtk-input_dialog.ads +include/gtkada/gtk-invisible.adb +include/gtkada/gtk-invisible.ads +include/gtkada/gtk-item.adb +include/gtkada/gtk-item.ads +include/gtkada/gtk-item_factory.adb +include/gtkada/gtk-item_factory.ads +include/gtkada/gtk-label.adb +include/gtkada/gtk-label.ads +include/gtkada/gtk-layout.adb +include/gtkada/gtk-layout.ads +include/gtkada/gtk-link_button.adb +include/gtkada/gtk-link_button.ads +include/gtkada/gtk-list.adb +include/gtkada/gtk-list.ads +include/gtkada/gtk-list_item.adb +include/gtkada/gtk-list_item.ads +include/gtkada/gtk-list_store.adb +include/gtkada/gtk-list_store.ads +include/gtkada/gtk-main.adb +include/gtkada/gtk-main.ads +include/gtkada/gtk-marshallers.adb +include/gtkada/gtk-marshallers.ads +include/gtkada/gtk-menu.adb +include/gtkada/gtk-menu.ads +include/gtkada/gtk-menu_bar.adb +include/gtkada/gtk-menu_bar.ads +include/gtkada/gtk-menu_item.adb +include/gtkada/gtk-menu_item.ads +include/gtkada/gtk-menu_shell.adb +include/gtkada/gtk-menu_shell.ads +include/gtkada/gtk-menu_tool_button.adb +include/gtkada/gtk-menu_tool_button.ads +include/gtkada/gtk-message_dialog.adb +include/gtkada/gtk-message_dialog.ads +include/gtkada/gtk-misc.adb +include/gtkada/gtk-misc.ads +include/gtkada/gtk-notebook.adb +include/gtkada/gtk-notebook.ads +include/gtkada/gtk-object.adb +include/gtkada/gtk-object.ads +include/gtkada/gtk-old_editable.adb +include/gtkada/gtk-old_editable.ads +include/gtkada/gtk-option_menu.adb +include/gtkada/gtk-option_menu.ads +include/gtkada/gtk-page_setup.adb +include/gtkada/gtk-page_setup.ads +include/gtkada/gtk-paned.adb +include/gtkada/gtk-paned.ads +include/gtkada/gtk-paper_size.adb +include/gtkada/gtk-paper_size.ads +include/gtkada/gtk-pixmap.adb +include/gtkada/gtk-pixmap.ads +include/gtkada/gtk-plug.adb +include/gtkada/gtk-plug.ads +include/gtkada/gtk-preview.adb +include/gtkada/gtk-preview.ads +include/gtkada/gtk-print_context.adb +include/gtkada/gtk-print_context.ads +include/gtkada/gtk-print_operation.adb +include/gtkada/gtk-print_operation.ads +include/gtkada/gtk-print_operation_preview.adb +include/gtkada/gtk-print_operation_preview.ads +include/gtkada/gtk-print_settings.adb +include/gtkada/gtk-print_settings.ads +include/gtkada/gtk-progress.adb +include/gtkada/gtk-progress.ads +include/gtkada/gtk-progress_bar.adb +include/gtkada/gtk-progress_bar.ads +include/gtkada/gtk-radio_action.adb +include/gtkada/gtk-radio_action.ads +include/gtkada/gtk-radio_button.adb +include/gtkada/gtk-radio_button.ads +include/gtkada/gtk-radio_menu_item.adb +include/gtkada/gtk-radio_menu_item.ads +include/gtkada/gtk-radio_tool_button.adb +include/gtkada/gtk-radio_tool_button.ads +include/gtkada/gtk-rc.adb +include/gtkada/gtk-rc.ads +include/gtkada/gtk-recent_action.adb +include/gtkada/gtk-recent_action.ads +include/gtkada/gtk-recent_chooser.adb +include/gtkada/gtk-recent_chooser.ads +include/gtkada/gtk-recent_chooser_dialog.adb +include/gtkada/gtk-recent_chooser_dialog.ads +include/gtkada/gtk-recent_chooser_widget.adb +include/gtkada/gtk-recent_chooser_widget.ads +include/gtkada/gtk-recent_filter.adb +include/gtkada/gtk-recent_filter.ads +include/gtkada/gtk-recent_manager.adb +include/gtkada/gtk-recent_manager.ads +include/gtkada/gtk-ruler.adb +include/gtkada/gtk-ruler.ads +include/gtkada/gtk-scale.adb +include/gtkada/gtk-scale.ads +include/gtkada/gtk-scale_button.adb +include/gtkada/gtk-scale_button.ads +include/gtkada/gtk-scrollbar.adb +include/gtkada/gtk-scrollbar.ads +include/gtkada/gtk-scrolled_window.adb +include/gtkada/gtk-scrolled_window.ads +include/gtkada/gtk-selection.adb +include/gtkada/gtk-selection.ads +include/gtkada/gtk-separator.adb +include/gtkada/gtk-separator.ads +include/gtkada/gtk-separator_menu_item.adb +include/gtkada/gtk-separator_menu_item.ads +include/gtkada/gtk-separator_tool_item.adb +include/gtkada/gtk-separator_tool_item.ads +include/gtkada/gtk-settings.adb +include/gtkada/gtk-settings.ads +include/gtkada/gtk-size_group.adb +include/gtkada/gtk-size_group.ads +include/gtkada/gtk-socket.adb +include/gtkada/gtk-socket.ads +include/gtkada/gtk-spin_button.adb +include/gtkada/gtk-spin_button.ads +include/gtkada/gtk-status_bar.adb +include/gtkada/gtk-status_bar.ads +include/gtkada/gtk-status_icon.adb +include/gtkada/gtk-status_icon.ads +include/gtkada/gtk-stock.adb +include/gtkada/gtk-stock.ads +include/gtkada/gtk-style.adb +include/gtkada/gtk-style.ads +include/gtkada/gtk-table.adb +include/gtkada/gtk-table.ads +include/gtkada/gtk-tearoff_menu_item.adb +include/gtkada/gtk-tearoff_menu_item.ads +include/gtkada/gtk-text.adb +include/gtkada/gtk-text.ads +include/gtkada/gtk-text_attributes.adb +include/gtkada/gtk-text_attributes.ads +include/gtkada/gtk-text_buffer.adb +include/gtkada/gtk-text_buffer.ads +include/gtkada/gtk-text_child.adb +include/gtkada/gtk-text_child.ads +include/gtkada/gtk-text_iter.adb +include/gtkada/gtk-text_iter.ads +include/gtkada/gtk-text_mark.adb +include/gtkada/gtk-text_mark.ads +include/gtkada/gtk-text_tag.adb +include/gtkada/gtk-text_tag.ads +include/gtkada/gtk-text_tag_table.adb +include/gtkada/gtk-text_tag_table.ads +include/gtkada/gtk-text_view.adb +include/gtkada/gtk-text_view.ads +include/gtkada/gtk-tips_query.adb +include/gtkada/gtk-tips_query.ads +include/gtkada/gtk-toggle_action.adb +include/gtkada/gtk-toggle_action.ads +include/gtkada/gtk-toggle_button.adb +include/gtkada/gtk-toggle_button.ads +include/gtkada/gtk-toggle_tool_button.adb +include/gtkada/gtk-toggle_tool_button.ads +include/gtkada/gtk-tool_button.adb +include/gtkada/gtk-tool_button.ads +include/gtkada/gtk-tool_item.adb +include/gtkada/gtk-tool_item.ads +include/gtkada/gtk-toolbar.adb +include/gtkada/gtk-toolbar.ads +include/gtkada/gtk-tooltip.adb +include/gtkada/gtk-tooltip.ads +include/gtkada/gtk-tooltips.adb +include/gtkada/gtk-tooltips.ads +include/gtkada/gtk-tree_dnd.adb +include/gtkada/gtk-tree_dnd.ads +include/gtkada/gtk-tree_model-utils.adb +include/gtkada/gtk-tree_model-utils.ads +include/gtkada/gtk-tree_model.adb +include/gtkada/gtk-tree_model.ads +include/gtkada/gtk-tree_model_filter.adb +include/gtkada/gtk-tree_model_filter.ads +include/gtkada/gtk-tree_model_sort.adb +include/gtkada/gtk-tree_model_sort.ads +include/gtkada/gtk-tree_selection.adb +include/gtkada/gtk-tree_selection.ads +include/gtkada/gtk-tree_sortable.adb +include/gtkada/gtk-tree_sortable.ads +include/gtkada/gtk-tree_store.adb +include/gtkada/gtk-tree_store.ads +include/gtkada/gtk-tree_view.adb +include/gtkada/gtk-tree_view.ads +include/gtkada/gtk-tree_view_column.adb +include/gtkada/gtk-tree_view_column.ads +include/gtkada/gtk-type_conversion.adb +include/gtkada/gtk-type_conversion.ads +include/gtkada/gtk-ui_manager.adb +include/gtkada/gtk-ui_manager.ads +include/gtkada/gtk-vbutton_box.adb +include/gtkada/gtk-vbutton_box.ads +include/gtkada/gtk-viewport.adb +include/gtkada/gtk-viewport.ads +include/gtkada/gtk-volume_button.adb +include/gtkada/gtk-volume_button.ads +include/gtkada/gtk-widget.adb +include/gtkada/gtk-widget.ads +include/gtkada/gtk-window.adb +include/gtkada/gtk-window.ads +include/gtkada/gtk.ads +include/gtkada/gtk_generates.adb +include/gtkada/gtk_generates.ads +include/gtkada/gtkada-abstract_list_model.adb +include/gtkada/gtkada-abstract_list_model.ads +include/gtkada/gtkada-abstract_tree_model.adb +include/gtkada/gtkada-abstract_tree_model.ads +include/gtkada/gtkada-bindings.adb +include/gtkada/gtkada-bindings.ads +include/gtkada/gtkada-c.adb +include/gtkada/gtkada-c.ads +include/gtkada/gtkada-canvas.adb +include/gtkada/gtkada-canvas.ads +include/gtkada/gtkada-dialogs.adb +include/gtkada/gtkada-dialogs.ads +include/gtkada/gtkada-file_selection.adb +include/gtkada/gtkada-file_selection.ads +include/gtkada/gtkada-handlers.ads +include/gtkada/gtkada-intl.adb +include/gtkada/gtkada-intl.ads +include/gtkada/gtkada-mdi.adb +include/gtkada/gtkada-mdi.ads +include/gtkada/gtkada-multi_paned.adb +include/gtkada/gtkada-multi_paned.ads +include/gtkada/gtkada-pixmaps.ads +include/gtkada/gtkada-printing.adb +include/gtkada/gtkada-printing.ads +include/gtkada/gtkada-properties.adb +include/gtkada/gtkada-properties.ads +include/gtkada/gtkada-types.adb +include/gtkada/gtkada-types.ads +include/gtkada/gtkada.ads +include/gtkada/pango-attributes.adb +include/gtkada/pango-attributes.ads +include/gtkada/pango-cairo.adb +include/gtkada/pango-cairo.ads +include/gtkada/pango-context.adb +include/gtkada/pango-context.ads +include/gtkada/pango-enums.adb +include/gtkada/pango-enums.ads +include/gtkada/pango-font.adb +include/gtkada/pango-font.ads +include/gtkada/pango-layout.adb +include/gtkada/pango-layout.ads +include/gtkada/pango-tabs.adb +include/gtkada/pango-tabs.ads +include/gtkada/pango.ads +lib/gnat/gtkada.gpr +lib/gnat/gtkada/IGNORE.ME +lib/gtkada/relocatable/cairo-font_face.ali +lib/gtkada/relocatable/cairo-font_options.ali +lib/gtkada/relocatable/cairo-image_surface.ali +lib/gtkada/relocatable/cairo-matrix.ali +lib/gtkada/relocatable/cairo-pattern.ali +lib/gtkada/relocatable/cairo-png.ali +lib/gtkada/relocatable/cairo-scaled_font.ali +lib/gtkada/relocatable/cairo-surface.ali +lib/gtkada/relocatable/cairo.ali +lib/gtkada/relocatable/gdk-bitmap.ali +lib/gtkada/relocatable/gdk-cairo.ali +lib/gtkada/relocatable/gdk-color.ali +lib/gtkada/relocatable/gdk-cursor.ali +lib/gtkada/relocatable/gdk-display.ali +lib/gtkada/relocatable/gdk-display_manager.ali +lib/gtkada/relocatable/gdk-dnd.ali +lib/gtkada/relocatable/gdk-drawable.ali +lib/gtkada/relocatable/gdk-event.ali +lib/gtkada/relocatable/gdk-font.ali +lib/gtkada/relocatable/gdk-gc.ali +lib/gtkada/relocatable/gdk-image.ali +lib/gtkada/relocatable/gdk-input.ali +lib/gtkada/relocatable/gdk-keyval.ali +lib/gtkada/relocatable/gdk-main.ali +lib/gtkada/relocatable/gdk-pixbuf.ali +lib/gtkada/relocatable/gdk-pixmap.ali +lib/gtkada/relocatable/gdk-property.ali +lib/gtkada/relocatable/gdk-rectangle.ali +lib/gtkada/relocatable/gdk-region.ali +lib/gtkada/relocatable/gdk-rgb.ali +lib/gtkada/relocatable/gdk-screen.ali +lib/gtkada/relocatable/gdk-threads.ali +lib/gtkada/relocatable/gdk-types-keysyms.ali +lib/gtkada/relocatable/gdk-types.ali +lib/gtkada/relocatable/gdk-visual.ali +lib/gtkada/relocatable/gdk-window.ali +lib/gtkada/relocatable/gdk-window_attr.ali +lib/gtkada/relocatable/gdk.ali +lib/gtkada/relocatable/glib-convert.ali +lib/gtkada/relocatable/glib-enums.ali +lib/gtkada/relocatable/glib-error.ali +lib/gtkada/relocatable/glib-g_icon.ali +lib/gtkada/relocatable/glib-generic_properties.ali +lib/gtkada/relocatable/glib-glade.ali +lib/gtkada/relocatable/glib-glist.ali +lib/gtkada/relocatable/glib-gnodes.ali +lib/gtkada/relocatable/glib-graphs.ali +lib/gtkada/relocatable/glib-gslist.ali +lib/gtkada/relocatable/glib-key_file.ali +lib/gtkada/relocatable/glib-main.ali +lib/gtkada/relocatable/glib-messages.ali +lib/gtkada/relocatable/glib-module.ali +lib/gtkada/relocatable/glib-object.ali +lib/gtkada/relocatable/glib-properties-creation.ali +lib/gtkada/relocatable/glib-properties.ali +lib/gtkada/relocatable/glib-type_conversion_hooks.ali +lib/gtkada/relocatable/glib-types.ali +lib/gtkada/relocatable/glib-unicode.ali +lib/gtkada/relocatable/glib-values.ali +lib/gtkada/relocatable/glib-xml.ali +lib/gtkada/relocatable/glib-xml_int.ali +lib/gtkada/relocatable/glib.ali +lib/gtkada/relocatable/gtk-about_dialog.ali +lib/gtkada/relocatable/gtk-accel_group.ali +lib/gtkada/relocatable/gtk-accel_label.ali +lib/gtkada/relocatable/gtk-accel_map.ali +lib/gtkada/relocatable/gtk-action.ali +lib/gtkada/relocatable/gtk-action_group.ali +lib/gtkada/relocatable/gtk-adjustment.ali +lib/gtkada/relocatable/gtk-alignment.ali +lib/gtkada/relocatable/gtk-arguments.ali +lib/gtkada/relocatable/gtk-arrow.ali +lib/gtkada/relocatable/gtk-aspect_frame.ali +lib/gtkada/relocatable/gtk-assistant.ali +lib/gtkada/relocatable/gtk-bin.ali +lib/gtkada/relocatable/gtk-bindings.ali +lib/gtkada/relocatable/gtk-box.ali +lib/gtkada/relocatable/gtk-builder.ali +lib/gtkada/relocatable/gtk-button.ali +lib/gtkada/relocatable/gtk-button_box.ali +lib/gtkada/relocatable/gtk-calendar.ali +lib/gtkada/relocatable/gtk-cell_editable.ali +lib/gtkada/relocatable/gtk-cell_layout.ali +lib/gtkada/relocatable/gtk-cell_renderer.ali +lib/gtkada/relocatable/gtk-cell_renderer_accel.ali +lib/gtkada/relocatable/gtk-cell_renderer_combo.ali +lib/gtkada/relocatable/gtk-cell_renderer_pixbuf.ali +lib/gtkada/relocatable/gtk-cell_renderer_progress.ali +lib/gtkada/relocatable/gtk-cell_renderer_spin.ali +lib/gtkada/relocatable/gtk-cell_renderer_text.ali +lib/gtkada/relocatable/gtk-cell_renderer_toggle.ali +lib/gtkada/relocatable/gtk-cell_view.ali +lib/gtkada/relocatable/gtk-check_button.ali +lib/gtkada/relocatable/gtk-check_menu_item.ali +lib/gtkada/relocatable/gtk-clipboard.ali +lib/gtkada/relocatable/gtk-clist.ali +lib/gtkada/relocatable/gtk-color_button.ali +lib/gtkada/relocatable/gtk-color_selection.ali +lib/gtkada/relocatable/gtk-color_selection_dialog.ali +lib/gtkada/relocatable/gtk-combo.ali +lib/gtkada/relocatable/gtk-combo_box.ali +lib/gtkada/relocatable/gtk-combo_box_entry.ali +lib/gtkada/relocatable/gtk-container.ali +lib/gtkada/relocatable/gtk-ctree.ali +lib/gtkada/relocatable/gtk-curve.ali +lib/gtkada/relocatable/gtk-dialog.ali +lib/gtkada/relocatable/gtk-dnd.ali +lib/gtkada/relocatable/gtk-drawing_area.ali +lib/gtkada/relocatable/gtk-editable.ali +lib/gtkada/relocatable/gtk-entry_completion.ali +lib/gtkada/relocatable/gtk-enums.ali +lib/gtkada/relocatable/gtk-event_box.ali +lib/gtkada/relocatable/gtk-expander.ali +lib/gtkada/relocatable/gtk-extra-border_combo.ali +lib/gtkada/relocatable/gtk-extra-color_combo.ali +lib/gtkada/relocatable/gtk-extra-combo_button.ali +lib/gtkada/relocatable/gtk-extra-font_combo.ali +lib/gtkada/relocatable/gtk-extra-item_entry.ali +lib/gtkada/relocatable/gtk-extra-plot.ali +lib/gtkada/relocatable/gtk-extra-plot_3d.ali +lib/gtkada/relocatable/gtk-extra-plot_bar.ali +lib/gtkada/relocatable/gtk-extra-plot_box.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas-ellipse.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas-line.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas-pixmap.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas-plot.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas-rectangle.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas-text.ali +lib/gtkada/relocatable/gtk-extra-plot_canvas.ali +lib/gtkada/relocatable/gtk-extra-plot_data.ali +lib/gtkada/relocatable/gtk-extra-plot_polar.ali +lib/gtkada/relocatable/gtk-extra-plot_ps.ali +lib/gtkada/relocatable/gtk-extra-plot_surface.ali +lib/gtkada/relocatable/gtk-extra-sheet.ali +lib/gtkada/relocatable/gtk-extra.ali +lib/gtkada/relocatable/gtk-file_chooser.ali +lib/gtkada/relocatable/gtk-file_chooser_button.ali +lib/gtkada/relocatable/gtk-file_chooser_dialog.ali +lib/gtkada/relocatable/gtk-file_chooser_widget.ali +lib/gtkada/relocatable/gtk-file_filter.ali +lib/gtkada/relocatable/gtk-file_selection.ali +lib/gtkada/relocatable/gtk-fixed.ali +lib/gtkada/relocatable/gtk-font_button.ali +lib/gtkada/relocatable/gtk-font_selection.ali +lib/gtkada/relocatable/gtk-font_selection_dialog.ali +lib/gtkada/relocatable/gtk-frame.ali +lib/gtkada/relocatable/gtk-gamma_curve.ali +lib/gtkada/relocatable/gtk-gc.ali +lib/gtkada/relocatable/gtk-gentry.ali +lib/gtkada/relocatable/gtk-glade.ali +lib/gtkada/relocatable/gtk-grange.ali +lib/gtkada/relocatable/gtk-handle_box.ali +lib/gtkada/relocatable/gtk-handlers.ali +lib/gtkada/relocatable/gtk-hbutton_box.ali +lib/gtkada/relocatable/gtk-icon_factory.ali +lib/gtkada/relocatable/gtk-icon_theme.ali +lib/gtkada/relocatable/gtk-icon_view.ali +lib/gtkada/relocatable/gtk-image.ali +lib/gtkada/relocatable/gtk-image_menu_item.ali +lib/gtkada/relocatable/gtk-input_dialog.ali +lib/gtkada/relocatable/gtk-invisible.ali +lib/gtkada/relocatable/gtk-item.ali +lib/gtkada/relocatable/gtk-item_factory.ali +lib/gtkada/relocatable/gtk-label.ali +lib/gtkada/relocatable/gtk-layout.ali +lib/gtkada/relocatable/gtk-link_button.ali +lib/gtkada/relocatable/gtk-list.ali +lib/gtkada/relocatable/gtk-list_item.ali +lib/gtkada/relocatable/gtk-list_store.ali +lib/gtkada/relocatable/gtk-main.ali +lib/gtkada/relocatable/gtk-marshallers.ali +lib/gtkada/relocatable/gtk-menu.ali +lib/gtkada/relocatable/gtk-menu_bar.ali +lib/gtkada/relocatable/gtk-menu_item.ali +lib/gtkada/relocatable/gtk-menu_shell.ali +lib/gtkada/relocatable/gtk-menu_tool_button.ali +lib/gtkada/relocatable/gtk-message_dialog.ali +lib/gtkada/relocatable/gtk-misc.ali +lib/gtkada/relocatable/gtk-notebook.ali +lib/gtkada/relocatable/gtk-object.ali +lib/gtkada/relocatable/gtk-old_editable.ali +lib/gtkada/relocatable/gtk-option_menu.ali +lib/gtkada/relocatable/gtk-page_setup.ali +lib/gtkada/relocatable/gtk-paned.ali +lib/gtkada/relocatable/gtk-paper_size.ali +lib/gtkada/relocatable/gtk-pixmap.ali +lib/gtkada/relocatable/gtk-plug.ali +lib/gtkada/relocatable/gtk-preview.ali +lib/gtkada/relocatable/gtk-print_context.ali +lib/gtkada/relocatable/gtk-print_operation.ali +lib/gtkada/relocatable/gtk-print_operation_preview.ali +lib/gtkada/relocatable/gtk-print_settings.ali +lib/gtkada/relocatable/gtk-progress.ali +lib/gtkada/relocatable/gtk-progress_bar.ali +lib/gtkada/relocatable/gtk-radio_action.ali +lib/gtkada/relocatable/gtk-radio_button.ali +lib/gtkada/relocatable/gtk-radio_menu_item.ali +lib/gtkada/relocatable/gtk-radio_tool_button.ali +lib/gtkada/relocatable/gtk-rc.ali +lib/gtkada/relocatable/gtk-recent_action.ali +lib/gtkada/relocatable/gtk-recent_chooser.ali +lib/gtkada/relocatable/gtk-recent_chooser_dialog.ali +lib/gtkada/relocatable/gtk-recent_chooser_widget.ali +lib/gtkada/relocatable/gtk-recent_filter.ali +lib/gtkada/relocatable/gtk-recent_manager.ali +lib/gtkada/relocatable/gtk-ruler.ali +lib/gtkada/relocatable/gtk-scale.ali +lib/gtkada/relocatable/gtk-scale_button.ali +lib/gtkada/relocatable/gtk-scrollbar.ali +lib/gtkada/relocatable/gtk-scrolled_window.ali +lib/gtkada/relocatable/gtk-selection.ali +lib/gtkada/relocatable/gtk-separator.ali +lib/gtkada/relocatable/gtk-separator_menu_item.ali +lib/gtkada/relocatable/gtk-separator_tool_item.ali +lib/gtkada/relocatable/gtk-settings.ali +lib/gtkada/relocatable/gtk-size_group.ali +lib/gtkada/relocatable/gtk-socket.ali +lib/gtkada/relocatable/gtk-spin_button.ali +lib/gtkada/relocatable/gtk-status_bar.ali +lib/gtkada/relocatable/gtk-status_icon.ali +lib/gtkada/relocatable/gtk-stock.ali +lib/gtkada/relocatable/gtk-style.ali +lib/gtkada/relocatable/gtk-table.ali +lib/gtkada/relocatable/gtk-tearoff_menu_item.ali +lib/gtkada/relocatable/gtk-text.ali +lib/gtkada/relocatable/gtk-text_attributes.ali +lib/gtkada/relocatable/gtk-text_buffer.ali +lib/gtkada/relocatable/gtk-text_child.ali +lib/gtkada/relocatable/gtk-text_iter.ali +lib/gtkada/relocatable/gtk-text_mark.ali +lib/gtkada/relocatable/gtk-text_tag.ali +lib/gtkada/relocatable/gtk-text_tag_table.ali +lib/gtkada/relocatable/gtk-text_view.ali +lib/gtkada/relocatable/gtk-tips_query.ali +lib/gtkada/relocatable/gtk-toggle_action.ali +lib/gtkada/relocatable/gtk-toggle_button.ali +lib/gtkada/relocatable/gtk-toggle_tool_button.ali +lib/gtkada/relocatable/gtk-tool_button.ali +lib/gtkada/relocatable/gtk-tool_item.ali +lib/gtkada/relocatable/gtk-toolbar.ali +lib/gtkada/relocatable/gtk-tooltip.ali +lib/gtkada/relocatable/gtk-tooltips.ali +lib/gtkada/relocatable/gtk-tree_dnd.ali +lib/gtkada/relocatable/gtk-tree_model-utils.ali +lib/gtkada/relocatable/gtk-tree_model.ali +lib/gtkada/relocatable/gtk-tree_model_filter.ali +lib/gtkada/relocatable/gtk-tree_model_sort.ali +lib/gtkada/relocatable/gtk-tree_selection.ali +lib/gtkada/relocatable/gtk-tree_sortable.ali +lib/gtkada/relocatable/gtk-tree_store.ali +lib/gtkada/relocatable/gtk-tree_view.ali +lib/gtkada/relocatable/gtk-tree_view_column.ali +lib/gtkada/relocatable/gtk-type_conversion.ali +lib/gtkada/relocatable/gtk-ui_manager.ali +lib/gtkada/relocatable/gtk-vbutton_box.ali +lib/gtkada/relocatable/gtk-viewport.ali +lib/gtkada/relocatable/gtk-volume_button.ali +lib/gtkada/relocatable/gtk-widget.ali +lib/gtkada/relocatable/gtk-window.ali +lib/gtkada/relocatable/gtk.ali +lib/gtkada/relocatable/gtk_generates.ali +lib/gtkada/relocatable/gtkada-abstract_list_model.ali +lib/gtkada/relocatable/gtkada-abstract_tree_model.ali +lib/gtkada/relocatable/gtkada-bindings.ali +lib/gtkada/relocatable/gtkada-c.ali +lib/gtkada/relocatable/gtkada-canvas.ali +lib/gtkada/relocatable/gtkada-dialogs.ali +lib/gtkada/relocatable/gtkada-file_selection.ali +lib/gtkada/relocatable/gtkada-handlers.ali +lib/gtkada/relocatable/gtkada-intl.ali +lib/gtkada/relocatable/gtkada-mdi.ali +lib/gtkada/relocatable/gtkada-multi_paned.ali +lib/gtkada/relocatable/gtkada-pixmaps.ali +lib/gtkada/relocatable/gtkada-printing.ali +lib/gtkada/relocatable/gtkada-properties.ali +lib/gtkada/relocatable/gtkada-types.ali +lib/gtkada/relocatable/gtkada.ali +lib/gtkada/relocatable/lib${PKGNAME}.so.0 +lib/gtkada/relocatable/libgtkada.so +lib/gtkada/relocatable/pango-attributes.ali +lib/gtkada/relocatable/pango-cairo.ali +lib/gtkada/relocatable/pango-context.ali +lib/gtkada/relocatable/pango-enums.ali +lib/gtkada/relocatable/pango-font.ali +lib/gtkada/relocatable/pango-layout.ali +lib/gtkada/relocatable/pango-tabs.ali +lib/gtkada/relocatable/pango.ali +lib/gtkada/static/cairo-font_face.ali +lib/gtkada/static/cairo-font_options.ali +lib/gtkada/static/cairo-image_surface.ali +lib/gtkada/static/cairo-matrix.ali +lib/gtkada/static/cairo-pattern.ali +lib/gtkada/static/cairo-png.ali +lib/gtkada/static/cairo-scaled_font.ali +lib/gtkada/static/cairo-surface.ali +lib/gtkada/static/cairo.ali +lib/gtkada/static/gdk-bitmap.ali +lib/gtkada/static/gdk-cairo.ali +lib/gtkada/static/gdk-color.ali +lib/gtkada/static/gdk-cursor.ali +lib/gtkada/static/gdk-display.ali +lib/gtkada/static/gdk-display_manager.ali +lib/gtkada/static/gdk-dnd.ali +lib/gtkada/static/gdk-drawable.ali +lib/gtkada/static/gdk-event.ali +lib/gtkada/static/gdk-font.ali +lib/gtkada/static/gdk-gc.ali +lib/gtkada/static/gdk-image.ali +lib/gtkada/static/gdk-input.ali +lib/gtkada/static/gdk-keyval.ali +lib/gtkada/static/gdk-main.ali +lib/gtkada/static/gdk-pixbuf.ali +lib/gtkada/static/gdk-pixmap.ali +lib/gtkada/static/gdk-property.ali +lib/gtkada/static/gdk-rectangle.ali +lib/gtkada/static/gdk-region.ali +lib/gtkada/static/gdk-rgb.ali +lib/gtkada/static/gdk-screen.ali +lib/gtkada/static/gdk-threads.ali +lib/gtkada/static/gdk-types-keysyms.ali +lib/gtkada/static/gdk-types.ali +lib/gtkada/static/gdk-visual.ali +lib/gtkada/static/gdk-window.ali +lib/gtkada/static/gdk-window_attr.ali +lib/gtkada/static/gdk.ali +lib/gtkada/static/glib-convert.ali +lib/gtkada/static/glib-enums.ali +lib/gtkada/static/glib-error.ali +lib/gtkada/static/glib-g_icon.ali +lib/gtkada/static/glib-generic_properties.ali +lib/gtkada/static/glib-glade.ali +lib/gtkada/static/glib-glist.ali +lib/gtkada/static/glib-gnodes.ali +lib/gtkada/static/glib-graphs.ali +lib/gtkada/static/glib-gslist.ali +lib/gtkada/static/glib-key_file.ali +lib/gtkada/static/glib-main.ali +lib/gtkada/static/glib-messages.ali +lib/gtkada/static/glib-module.ali +lib/gtkada/static/glib-object.ali +lib/gtkada/static/glib-properties-creation.ali +lib/gtkada/static/glib-properties.ali +lib/gtkada/static/glib-type_conversion_hooks.ali +lib/gtkada/static/glib-types.ali +lib/gtkada/static/glib-unicode.ali +lib/gtkada/static/glib-values.ali +lib/gtkada/static/glib-xml.ali +lib/gtkada/static/glib-xml_int.ali +lib/gtkada/static/glib.ali +lib/gtkada/static/gtk-about_dialog.ali +lib/gtkada/static/gtk-accel_group.ali +lib/gtkada/static/gtk-accel_label.ali +lib/gtkada/static/gtk-accel_map.ali +lib/gtkada/static/gtk-action.ali +lib/gtkada/static/gtk-action_group.ali +lib/gtkada/static/gtk-adjustment.ali +lib/gtkada/static/gtk-alignment.ali +lib/gtkada/static/gtk-arguments.ali +lib/gtkada/static/gtk-arrow.ali +lib/gtkada/static/gtk-aspect_frame.ali +lib/gtkada/static/gtk-assistant.ali +lib/gtkada/static/gtk-bin.ali +lib/gtkada/static/gtk-bindings.ali +lib/gtkada/static/gtk-box.ali +lib/gtkada/static/gtk-builder.ali +lib/gtkada/static/gtk-button.ali +lib/gtkada/static/gtk-button_box.ali +lib/gtkada/static/gtk-calendar.ali +lib/gtkada/static/gtk-cell_editable.ali +lib/gtkada/static/gtk-cell_layout.ali +lib/gtkada/static/gtk-cell_renderer.ali +lib/gtkada/static/gtk-cell_renderer_accel.ali +lib/gtkada/static/gtk-cell_renderer_combo.ali +lib/gtkada/static/gtk-cell_renderer_pixbuf.ali +lib/gtkada/static/gtk-cell_renderer_progress.ali +lib/gtkada/static/gtk-cell_renderer_spin.ali +lib/gtkada/static/gtk-cell_renderer_text.ali +lib/gtkada/static/gtk-cell_renderer_toggle.ali +lib/gtkada/static/gtk-cell_view.ali +lib/gtkada/static/gtk-check_button.ali +lib/gtkada/static/gtk-check_menu_item.ali +lib/gtkada/static/gtk-clipboard.ali +lib/gtkada/static/gtk-clist.ali +lib/gtkada/static/gtk-color_button.ali +lib/gtkada/static/gtk-color_selection.ali +lib/gtkada/static/gtk-color_selection_dialog.ali +lib/gtkada/static/gtk-combo.ali +lib/gtkada/static/gtk-combo_box.ali +lib/gtkada/static/gtk-combo_box_entry.ali +lib/gtkada/static/gtk-container.ali +lib/gtkada/static/gtk-ctree.ali +lib/gtkada/static/gtk-curve.ali +lib/gtkada/static/gtk-dialog.ali +lib/gtkada/static/gtk-dnd.ali +lib/gtkada/static/gtk-drawing_area.ali +lib/gtkada/static/gtk-editable.ali +lib/gtkada/static/gtk-entry_completion.ali +lib/gtkada/static/gtk-enums.ali +lib/gtkada/static/gtk-event_box.ali +lib/gtkada/static/gtk-expander.ali +lib/gtkada/static/gtk-extra-border_combo.ali +lib/gtkada/static/gtk-extra-color_combo.ali +lib/gtkada/static/gtk-extra-combo_button.ali +lib/gtkada/static/gtk-extra-font_combo.ali +lib/gtkada/static/gtk-extra-item_entry.ali +lib/gtkada/static/gtk-extra-plot.ali +lib/gtkada/static/gtk-extra-plot_3d.ali +lib/gtkada/static/gtk-extra-plot_bar.ali +lib/gtkada/static/gtk-extra-plot_box.ali +lib/gtkada/static/gtk-extra-plot_canvas-ellipse.ali +lib/gtkada/static/gtk-extra-plot_canvas-line.ali +lib/gtkada/static/gtk-extra-plot_canvas-pixmap.ali +lib/gtkada/static/gtk-extra-plot_canvas-plot.ali +lib/gtkada/static/gtk-extra-plot_canvas-rectangle.ali +lib/gtkada/static/gtk-extra-plot_canvas-text.ali +lib/gtkada/static/gtk-extra-plot_canvas.ali +lib/gtkada/static/gtk-extra-plot_data.ali +lib/gtkada/static/gtk-extra-plot_polar.ali +lib/gtkada/static/gtk-extra-plot_ps.ali +lib/gtkada/static/gtk-extra-plot_surface.ali +lib/gtkada/static/gtk-extra-sheet.ali +lib/gtkada/static/gtk-extra.ali +lib/gtkada/static/gtk-file_chooser.ali +lib/gtkada/static/gtk-file_chooser_button.ali +lib/gtkada/static/gtk-file_chooser_dialog.ali +lib/gtkada/static/gtk-file_chooser_widget.ali +lib/gtkada/static/gtk-file_filter.ali +lib/gtkada/static/gtk-file_selection.ali +lib/gtkada/static/gtk-fixed.ali +lib/gtkada/static/gtk-font_button.ali +lib/gtkada/static/gtk-font_selection.ali +lib/gtkada/static/gtk-font_selection_dialog.ali +lib/gtkada/static/gtk-frame.ali +lib/gtkada/static/gtk-gamma_curve.ali +lib/gtkada/static/gtk-gc.ali +lib/gtkada/static/gtk-gentry.ali +lib/gtkada/static/gtk-glade.ali +lib/gtkada/static/gtk-grange.ali +lib/gtkada/static/gtk-handle_box.ali +lib/gtkada/static/gtk-handlers.ali +lib/gtkada/static/gtk-hbutton_box.ali +lib/gtkada/static/gtk-icon_factory.ali +lib/gtkada/static/gtk-icon_theme.ali +lib/gtkada/static/gtk-icon_view.ali +lib/gtkada/static/gtk-image.ali +lib/gtkada/static/gtk-image_menu_item.ali +lib/gtkada/static/gtk-input_dialog.ali +lib/gtkada/static/gtk-invisible.ali +lib/gtkada/static/gtk-item.ali +lib/gtkada/static/gtk-item_factory.ali +lib/gtkada/static/gtk-label.ali +lib/gtkada/static/gtk-layout.ali +lib/gtkada/static/gtk-link_button.ali +lib/gtkada/static/gtk-list.ali +lib/gtkada/static/gtk-list_item.ali +lib/gtkada/static/gtk-list_store.ali +lib/gtkada/static/gtk-main.ali +lib/gtkada/static/gtk-marshallers.ali +lib/gtkada/static/gtk-menu.ali +lib/gtkada/static/gtk-menu_bar.ali +lib/gtkada/static/gtk-menu_item.ali +lib/gtkada/static/gtk-menu_shell.ali +lib/gtkada/static/gtk-menu_tool_button.ali +lib/gtkada/static/gtk-message_dialog.ali +lib/gtkada/static/gtk-misc.ali +lib/gtkada/static/gtk-notebook.ali +lib/gtkada/static/gtk-object.ali +lib/gtkada/static/gtk-old_editable.ali +lib/gtkada/static/gtk-option_menu.ali +lib/gtkada/static/gtk-page_setup.ali +lib/gtkada/static/gtk-paned.ali +lib/gtkada/static/gtk-paper_size.ali +lib/gtkada/static/gtk-pixmap.ali +lib/gtkada/static/gtk-plug.ali +lib/gtkada/static/gtk-preview.ali +lib/gtkada/static/gtk-print_context.ali +lib/gtkada/static/gtk-print_operation.ali +lib/gtkada/static/gtk-print_operation_preview.ali +lib/gtkada/static/gtk-print_settings.ali +lib/gtkada/static/gtk-progress.ali +lib/gtkada/static/gtk-progress_bar.ali +lib/gtkada/static/gtk-radio_action.ali +lib/gtkada/static/gtk-radio_button.ali +lib/gtkada/static/gtk-radio_menu_item.ali +lib/gtkada/static/gtk-radio_tool_button.ali +lib/gtkada/static/gtk-rc.ali +lib/gtkada/static/gtk-recent_action.ali +lib/gtkada/static/gtk-recent_chooser.ali +lib/gtkada/static/gtk-recent_chooser_dialog.ali +lib/gtkada/static/gtk-recent_chooser_widget.ali +lib/gtkada/static/gtk-recent_filter.ali +lib/gtkada/static/gtk-recent_manager.ali +lib/gtkada/static/gtk-ruler.ali +lib/gtkada/static/gtk-scale.ali +lib/gtkada/static/gtk-scale_button.ali +lib/gtkada/static/gtk-scrollbar.ali +lib/gtkada/static/gtk-scrolled_window.ali +lib/gtkada/static/gtk-selection.ali +lib/gtkada/static/gtk-separator.ali +lib/gtkada/static/gtk-separator_menu_item.ali +lib/gtkada/static/gtk-separator_tool_item.ali +lib/gtkada/static/gtk-settings.ali +lib/gtkada/static/gtk-size_group.ali +lib/gtkada/static/gtk-socket.ali +lib/gtkada/static/gtk-spin_button.ali +lib/gtkada/static/gtk-status_bar.ali +lib/gtkada/static/gtk-status_icon.ali +lib/gtkada/static/gtk-stock.ali +lib/gtkada/static/gtk-style.ali +lib/gtkada/static/gtk-table.ali +lib/gtkada/static/gtk-tearoff_menu_item.ali +lib/gtkada/static/gtk-text.ali +lib/gtkada/static/gtk-text_attributes.ali +lib/gtkada/static/gtk-text_buffer.ali +lib/gtkada/static/gtk-text_child.ali +lib/gtkada/static/gtk-text_iter.ali +lib/gtkada/static/gtk-text_mark.ali +lib/gtkada/static/gtk-text_tag.ali +lib/gtkada/static/gtk-text_tag_table.ali +lib/gtkada/static/gtk-text_view.ali +lib/gtkada/static/gtk-tips_query.ali +lib/gtkada/static/gtk-toggle_action.ali +lib/gtkada/static/gtk-toggle_button.ali +lib/gtkada/static/gtk-toggle_tool_button.ali +lib/gtkada/static/gtk-tool_button.ali +lib/gtkada/static/gtk-tool_item.ali +lib/gtkada/static/gtk-toolbar.ali +lib/gtkada/static/gtk-tooltip.ali +lib/gtkada/static/gtk-tooltips.ali +lib/gtkada/static/gtk-tree_dnd.ali +lib/gtkada/static/gtk-tree_model-utils.ali +lib/gtkada/static/gtk-tree_model.ali +lib/gtkada/static/gtk-tree_model_filter.ali +lib/gtkada/static/gtk-tree_model_sort.ali +lib/gtkada/static/gtk-tree_selection.ali +lib/gtkada/static/gtk-tree_sortable.ali +lib/gtkada/static/gtk-tree_store.ali +lib/gtkada/static/gtk-tree_view.ali +lib/gtkada/static/gtk-tree_view_column.ali +lib/gtkada/static/gtk-type_conversion.ali +lib/gtkada/static/gtk-ui_manager.ali +lib/gtkada/static/gtk-vbutton_box.ali +lib/gtkada/static/gtk-viewport.ali +lib/gtkada/static/gtk-volume_button.ali +lib/gtkada/static/gtk-widget.ali +lib/gtkada/static/gtk-window.ali +lib/gtkada/static/gtk.ali +lib/gtkada/static/gtk_generates.ali +lib/gtkada/static/gtkada-abstract_list_model.ali +lib/gtkada/static/gtkada-abstract_tree_model.ali +lib/gtkada/static/gtkada-bindings.ali +lib/gtkada/static/gtkada-c.ali +lib/gtkada/static/gtkada-canvas.ali +lib/gtkada/static/gtkada-dialogs.ali +lib/gtkada/static/gtkada-file_selection.ali +lib/gtkada/static/gtkada-handlers.ali +lib/gtkada/static/gtkada-intl.ali +lib/gtkada/static/gtkada-mdi.ali +lib/gtkada/static/gtkada-multi_paned.ali +lib/gtkada/static/gtkada-pixmaps.ali +lib/gtkada/static/gtkada-printing.ali +lib/gtkada/static/gtkada-properties.ali +lib/gtkada/static/gtkada-types.ali +lib/gtkada/static/gtkada.ali +lib/gtkada/static/libgtkada.a +lib/gtkada/static/pango-attributes.ali +lib/gtkada/static/pango-cairo.ali +lib/gtkada/static/pango-context.ali +lib/gtkada/static/pango-enums.ali +lib/gtkada/static/pango-font.ali +lib/gtkada/static/pango-layout.ali +lib/gtkada/static/pango-tabs.ali +lib/gtkada/static/pango.ali +lib/lib${PKGNAME}.so.0 +lib/libgtkada.so +lib/pkgconfig/gtkada.pc +share/doc/gtkada/gtkada_rm/IGNORE.ME +share/doc/gtkada/gtkada_ug/boxes.gif +share/doc/gtkada/gtkada_ug/gfdl.texi +share/doc/gtkada/gtkada_ug/gtkada_ug.texi +share/doc/gtkada/gtkada_ug/hierarchy.jpg +share/doc/gtkada/gtkada_ug/hierarchy.txt +share/doc/gtkada/gtkada_ug/texinfo.tex +share/examples/gtkada/base_widget/Makefile +share/examples/gtkada/base_widget/README +share/examples/gtkada/base_widget/default.gpr +share/examples/gtkada/base_widget/main.adb +share/examples/gtkada/base_widget/my_widget.adb +share/examples/gtkada/base_widget/my_widget.ads +share/examples/gtkada/calendar_combo/Makefile +share/examples/gtkada/calendar_combo/README +share/examples/gtkada/calendar_combo/calendar_combo.adb +share/examples/gtkada/calendar_combo/calendar_combo.ads +share/examples/gtkada/calendar_combo/default.gpr +share/examples/gtkada/calendar_combo/main.adb +share/examples/gtkada/composite_widget/Makefile +share/examples/gtkada/composite_widget/README +share/examples/gtkada/composite_widget/main.adb +share/examples/gtkada/composite_widget/my_dialog.adb +share/examples/gtkada/composite_widget/my_dialog.ads +share/examples/gtkada/cursors/Makefile +share/examples/gtkada/cursors/README +share/examples/gtkada/cursors/cursor.adb +share/examples/gtkada/cursors/cursor.gpr +share/examples/gtkada/documentation/Makefile +share/examples/gtkada/documentation/README +share/examples/gtkada/documentation/banner.adb +share/examples/gtkada/documentation/clist.adb +share/examples/gtkada/documentation/clist.ads +share/examples/gtkada/documentation/contextual.adb +share/examples/gtkada/documentation/draw.adb +share/examples/gtkada/documentation/glist_traverse.adb +share/examples/gtkada/documentation/toggle.adb +share/examples/gtkada/documentation/tooltips.adb +share/examples/gtkada/doublebuffer/Makefile +share/examples/gtkada/doublebuffer/README +share/examples/gtkada/doublebuffer/anim.adb +share/examples/gtkada/doublebuffer/anim2.adb +share/examples/gtkada/doublebuffer/anim_task.adb +share/examples/gtkada/doublebuffer/anim_task.ads +share/examples/gtkada/doublebuffer/anim_timeout.adb +share/examples/gtkada/doublebuffer/anim_timeout.ads +share/examples/gtkada/doublebuffer/double_buffer.adb +share/examples/gtkada/doublebuffer/double_buffer.ads +share/examples/gtkada/doublebuffer/full_test.adb +share/examples/gtkada/doublebuffer/full_test.ads +share/examples/gtkada/doublebuffer/parameters.adb +share/examples/gtkada/dynamic_cast/Makefile +share/examples/gtkada/dynamic_cast/README +share/examples/gtkada/dynamic_cast/dynamic.adb +share/examples/gtkada/gtk_examples/Makefile +share/examples/gtkada/gtk_examples/README +share/examples/gtkada/gtk_examples/scribble.adb +share/examples/gtkada/handlers/Makefile +share/examples/gtkada/handlers/README +share/examples/gtkada/handlers/delete_event.adb +share/examples/gtkada/handlers/general_tips.adb +share/examples/gtkada/handlers/own_marshaller.adb +share/examples/gtkada/handlers/own_marshaller.ads +share/examples/gtkada/handlers/specific_tips.adb +share/examples/gtkada/images/Makefile +share/examples/gtkada/images/README +share/examples/gtkada/images/rect.adb +share/examples/gtkada/images/rect.gpr +share/examples/gtkada/powergnu/Makefile +share/examples/gtkada/powergnu/README +share/examples/gtkada/powergnu/callbacks_power.ads +share/examples/gtkada/powergnu/power.adb +share/examples/gtkada/powergnu/power_gnu.adb +share/examples/gtkada/powergnu/power_gnu.ads +share/examples/gtkada/powergnu/powergnu_pkg-callbacks.adb +share/examples/gtkada/powergnu/powergnu_pkg-callbacks.ads +share/examples/gtkada/powergnu/powergnu_pkg.adb +share/examples/gtkada/powergnu/powergnu_pkg.ads +share/examples/gtkada/testgtk/3DRings.xpm +share/examples/gtkada/testgtk/FilesQueue.xpm +share/examples/gtkada/testgtk/Modeller.xpm +share/examples/gtkada/testgtk/alps.png +share/examples/gtkada/testgtk/apple-red.png +share/examples/gtkada/testgtk/background.jpg +share/examples/gtkada/testgtk/check-n.xpm +share/examples/gtkada/testgtk/check-y.xpm +share/examples/gtkada/testgtk/common.adb +share/examples/gtkada/testgtk/common.ads +share/examples/gtkada/testgtk/create_about.adb +share/examples/gtkada/testgtk/create_about.ads +share/examples/gtkada/testgtk/create_alignment.adb +share/examples/gtkada/testgtk/create_alignment.ads +share/examples/gtkada/testgtk/create_arrow.adb +share/examples/gtkada/testgtk/create_arrow.ads +share/examples/gtkada/testgtk/create_assistant.adb +share/examples/gtkada/testgtk/create_assistant.ads +share/examples/gtkada/testgtk/create_box.adb +share/examples/gtkada/testgtk/create_box.ads +share/examples/gtkada/testgtk/create_builder.adb +share/examples/gtkada/testgtk/create_builder.ads +share/examples/gtkada/testgtk/create_button_box.adb +share/examples/gtkada/testgtk/create_button_box.ads +share/examples/gtkada/testgtk/create_buttons.adb +share/examples/gtkada/testgtk/create_buttons.ads +share/examples/gtkada/testgtk/create_calendar.adb +share/examples/gtkada/testgtk/create_calendar.ads +share/examples/gtkada/testgtk/create_canvas.adb +share/examples/gtkada/testgtk/create_canvas.ads +share/examples/gtkada/testgtk/create_cell_view.adb +share/examples/gtkada/testgtk/create_cell_view.ads +share/examples/gtkada/testgtk/create_check_buttons.adb +share/examples/gtkada/testgtk/create_check_buttons.ads +share/examples/gtkada/testgtk/create_clipboard.adb +share/examples/gtkada/testgtk/create_clipboard.ads +share/examples/gtkada/testgtk/create_clist.adb +share/examples/gtkada/testgtk/create_clist.ads +share/examples/gtkada/testgtk/create_color_selection.adb +share/examples/gtkada/testgtk/create_color_selection.ads +share/examples/gtkada/testgtk/create_combo_box.adb +share/examples/gtkada/testgtk/create_combo_box.ads +share/examples/gtkada/testgtk/create_ctree.adb +share/examples/gtkada/testgtk/create_ctree.ads +share/examples/gtkada/testgtk/create_cursors.adb +share/examples/gtkada/testgtk/create_cursors.ads +share/examples/gtkada/testgtk/create_dialog.adb +share/examples/gtkada/testgtk/create_dialog.ads +share/examples/gtkada/testgtk/create_dnd.adb +share/examples/gtkada/testgtk/create_dnd.ads +share/examples/gtkada/testgtk/create_entry.adb +share/examples/gtkada/testgtk/create_entry.ads +share/examples/gtkada/testgtk/create_file_chooser.adb +share/examples/gtkada/testgtk/create_file_chooser.ads +share/examples/gtkada/testgtk/create_file_selection.adb +share/examples/gtkada/testgtk/create_file_selection.ads +share/examples/gtkada/testgtk/create_fixed.adb +share/examples/gtkada/testgtk/create_fixed.ads +share/examples/gtkada/testgtk/create_font_selection.adb +share/examples/gtkada/testgtk/create_font_selection.ads +share/examples/gtkada/testgtk/create_frame.adb +share/examples/gtkada/testgtk/create_frame.ads +share/examples/gtkada/testgtk/create_gamma_curve.adb +share/examples/gtkada/testgtk/create_gamma_curve.ads +share/examples/gtkada/testgtk/create_gc.adb +share/examples/gtkada/testgtk/create_gc.ads +share/examples/gtkada/testgtk/create_handle_box.adb +share/examples/gtkada/testgtk/create_handle_box.ads +share/examples/gtkada/testgtk/create_icon_view.adb +share/examples/gtkada/testgtk/create_icon_view.ads +share/examples/gtkada/testgtk/create_item_factory.adb +share/examples/gtkada/testgtk/create_item_factory.ads +share/examples/gtkada/testgtk/create_label.adb +share/examples/gtkada/testgtk/create_label.ads +share/examples/gtkada/testgtk/create_layout.adb +share/examples/gtkada/testgtk/create_layout.ads +share/examples/gtkada/testgtk/create_link_buttons.adb +share/examples/gtkada/testgtk/create_link_buttons.ads +share/examples/gtkada/testgtk/create_list.adb +share/examples/gtkada/testgtk/create_list.ads +share/examples/gtkada/testgtk/create_main_loop.adb +share/examples/gtkada/testgtk/create_main_loop.ads +share/examples/gtkada/testgtk/create_menu.adb +share/examples/gtkada/testgtk/create_menu.ads +share/examples/gtkada/testgtk/create_notebook.adb +share/examples/gtkada/testgtk/create_notebook.ads +share/examples/gtkada/testgtk/create_opacity.adb +share/examples/gtkada/testgtk/create_opacity.ads +share/examples/gtkada/testgtk/create_paned.adb +share/examples/gtkada/testgtk/create_paned.ads +share/examples/gtkada/testgtk/create_pixbuf.adb +share/examples/gtkada/testgtk/create_pixbuf.ads +share/examples/gtkada/testgtk/create_pixmap.adb +share/examples/gtkada/testgtk/create_pixmap.ads +share/examples/gtkada/testgtk/create_plot.adb +share/examples/gtkada/testgtk/create_plot.ads +share/examples/gtkada/testgtk/create_plot_3d.adb +share/examples/gtkada/testgtk/create_plot_3d.ads +share/examples/gtkada/testgtk/create_plot_realtime.adb +share/examples/gtkada/testgtk/create_plot_realtime.ads +share/examples/gtkada/testgtk/create_preview_color.adb +share/examples/gtkada/testgtk/create_preview_color.ads +share/examples/gtkada/testgtk/create_preview_gray.adb +share/examples/gtkada/testgtk/create_preview_gray.ads +share/examples/gtkada/testgtk/create_print.adb +share/examples/gtkada/testgtk/create_print.ads +share/examples/gtkada/testgtk/create_progress.adb +share/examples/gtkada/testgtk/create_progress.ads +share/examples/gtkada/testgtk/create_radio_button.adb +share/examples/gtkada/testgtk/create_radio_button.ads +share/examples/gtkada/testgtk/create_range.adb +share/examples/gtkada/testgtk/create_range.ads +share/examples/gtkada/testgtk/create_reparent.adb +share/examples/gtkada/testgtk/create_reparent.ads +share/examples/gtkada/testgtk/create_rulers.adb +share/examples/gtkada/testgtk/create_rulers.ads +share/examples/gtkada/testgtk/create_scroll_test.adb +share/examples/gtkada/testgtk/create_scroll_test.ads +share/examples/gtkada/testgtk/create_scrolled.adb +share/examples/gtkada/testgtk/create_scrolled.ads +share/examples/gtkada/testgtk/create_selection.adb +share/examples/gtkada/testgtk/create_selection.ads +share/examples/gtkada/testgtk/create_sheet.adb +share/examples/gtkada/testgtk/create_sheet.ads +share/examples/gtkada/testgtk/create_size_groups.adb +share/examples/gtkada/testgtk/create_size_groups.ads +share/examples/gtkada/testgtk/create_sources.adb +share/examples/gtkada/testgtk/create_sources.ads +share/examples/gtkada/testgtk/create_spin.adb +share/examples/gtkada/testgtk/create_spin.ads +share/examples/gtkada/testgtk/create_splittable.adb +share/examples/gtkada/testgtk/create_splittable.ads +share/examples/gtkada/testgtk/create_status.adb +share/examples/gtkada/testgtk/create_status.ads +share/examples/gtkada/testgtk/create_status_icons.adb +share/examples/gtkada/testgtk/create_status_icons.ads +share/examples/gtkada/testgtk/create_test_idle.adb +share/examples/gtkada/testgtk/create_test_idle.ads +share/examples/gtkada/testgtk/create_test_timeout.adb +share/examples/gtkada/testgtk/create_test_timeout.ads +share/examples/gtkada/testgtk/create_text_view.adb +share/examples/gtkada/testgtk/create_text_view.ads +share/examples/gtkada/testgtk/create_toggle_buttons.adb +share/examples/gtkada/testgtk/create_toggle_buttons.ads +share/examples/gtkada/testgtk/create_toolbar.adb +share/examples/gtkada/testgtk/create_toolbar.ads +share/examples/gtkada/testgtk/create_tooltips.adb +share/examples/gtkada/testgtk/create_tooltips.ads +share/examples/gtkada/testgtk/create_tree_filter.adb +share/examples/gtkada/testgtk/create_tree_filter.ads +share/examples/gtkada/testgtk/create_tree_view.adb +share/examples/gtkada/testgtk/create_tree_view.ads +share/examples/gtkada/testgtk/create_ui_manager.adb +share/examples/gtkada/testgtk/create_ui_manager.ads +share/examples/gtkada/testgtk/dancing-penguin.gif +share/examples/gtkada/testgtk/gnome-applets.png +share/examples/gtkada/testgtk/gnome-calendar.png +share/examples/gtkada/testgtk/gnome-foot.png +share/examples/gtkada/testgtk/gnome-gimp.png +share/examples/gtkada/testgtk/gnome-gmush.png +share/examples/gtkada/testgtk/gnome-gsame.png +share/examples/gtkada/testgtk/gnome-textfile.png +share/examples/gtkada/testgtk/gnu-keys.png +share/examples/gtkada/testgtk/gtkbuilder_example.xml +share/examples/gtkada/testgtk/libart_demo.adb +share/examples/gtkada/testgtk/libart_demo.ads +share/examples/gtkada/testgtk/lightning.png +share/examples/gtkada/testgtk/main_windows.adb +share/examples/gtkada/testgtk/main_windows.ads +share/examples/gtkada/testgtk/marble.xpm +share/examples/gtkada/testgtk/opengl/lw.c +share/examples/gtkada/testgtk/opengl/lw.h +share/examples/gtkada/testgtk/opengl/lwobjects.adb +share/examples/gtkada/testgtk/opengl/lwobjects.ads +share/examples/gtkada/testgtk/opengl/trackball.adb +share/examples/gtkada/testgtk/opengl/trackball.ads +share/examples/gtkada/testgtk/opengl/view_gl.adb +share/examples/gtkada/testgtk/opengl/view_gl.ads +share/examples/gtkada/testgtk/penguin.lwo +share/examples/gtkada/testgtk/test.xpm +share/examples/gtkada/testgtk/testcairo +share/examples/gtkada/testgtk/testcairo.adb +share/examples/gtkada/testgtk/testcairo_drawing.adb +share/examples/gtkada/testgtk/testcairo_drawing.ads +share/examples/gtkada/testgtk/testcairo_printing.adb +share/examples/gtkada/testgtk/testcairo_printing.ads +share/examples/gtkada/testgtk/testgtk +share/examples/gtkada/testgtk/testgtk.adb +share/examples/gtkada/testgtk/tree_minus.xpm +share/examples/gtkada/testgtk/tree_plus.xpm +share/examples/gtkada/tutorial/Makefile +share/examples/gtkada/tutorial/README +share/examples/gtkada/tutorial/gtkdial/Makefile +share/examples/gtkada/tutorial/gtkdial/dial_handlers.adb +share/examples/gtkada/tutorial/gtkdial/dial_handlers.ads +share/examples/gtkada/tutorial/gtkdial/dial_test.adb +share/examples/gtkada/tutorial/gtkdial/gtk_dial.adb +share/examples/gtkada/tutorial/gtkdial/gtk_dial.ads +share/examples/gtkada/tutorial/helloworld/Makefile +share/examples/gtkada/tutorial/helloworld/hello.adb +share/examples/gtkada/tutorial/helloworld/hello_package.adb +share/examples/gtkada/tutorial/helloworld/hello_package.ads +share/examples/gtkada/tutorial/helloworld2/Makefile +share/examples/gtkada/tutorial/helloworld2/hello2.adb +share/examples/gtkada/tutorial/helloworld2/hello2_package.adb +share/examples/gtkada/tutorial/helloworld2/hello2_package.ads +share/examples/gtkada/tutorial/packbox/Makefile +share/examples/gtkada/tutorial/packbox/packbox.adb +share/examples/gtkada/tutorial/packbox/packbox.ads +share/examples/gtkada/tutorial/packbox/packbox_test.adb +share/examples/gtkada/tutorial/simple/Makefile +share/examples/gtkada/tutorial/simple/simple.adb +share/examples/gtkada/tutorial/table/Makefile +share/examples/gtkada/tutorial/table/table.adb +share/examples/gtkada/tutorial/table/table.ads +share/examples/gtkada/tutorial/table/table_test.adb +share/examples/gtkada/tutorial/tictactoe/Makefile +share/examples/gtkada/tutorial/tictactoe/README +share/examples/gtkada/tutorial/tictactoe/tictactoe.adb +share/examples/gtkada/tutorial/tictactoe/tictactoe.ads +share/examples/gtkada/tutorial/tictactoe/ttt_test.adb +share/examples/gtkada/user_data/Makefile +share/examples/gtkada/user_data/README +share/examples/gtkada/user_data/test_handlers.adb +share/gps/plug-ins/gtkada.xml diff --git a/x11/gtkada/buildlink3.mk b/x11/gtkada/buildlink3.mk new file mode 100644 index 00000000000..eda5d17c36d --- /dev/null +++ b/x11/gtkada/buildlink3.mk @@ -0,0 +1,15 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/02/03 18:57:13 drochner Exp $ + +BUILDLINK_TREE+= gtkada + +.if !defined(GTKADA_BUILDLINK3_MK) +GTKADA_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.gtkada+= gtkada>=2.22 +BUILDLINK_PKGSRCDIR.gtkada?= ../../x11/gtkada + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../lang/gnat-aux/buildlink3.mk" +.endif # GTKADA_BUILDLINK3_MK + +BUILDLINK_TREE+= -gtkada diff --git a/x11/gtkada/distinfo b/x11/gtkada/distinfo new file mode 100644 index 00000000000..24ad900beda --- /dev/null +++ b/x11/gtkada/distinfo @@ -0,0 +1,18 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/03 18:57:13 drochner Exp $ + +SHA1 (gtkada-2.22.tar.bz2) = 99cce5b7847b6c497aef8f388250034df462cfa6 +RMD160 (gtkada-2.22.tar.bz2) = f12409882e31213eae2817309193025eec9bf20b +Size (gtkada-2.22.tar.bz2) = 2775194 bytes +SHA1 (patch-aa) = 341bac6befb2ba9647cd6820057630d417e47d42 +SHA1 (patch-ab) = 420a0e809b1f7e82cd1b7212ed2840ade4def6c2 +SHA1 (patch-ac) = e013efafab5f68ce282f9ce38577fa018c05ff00 +SHA1 (patch-ad) = 09803810177e1e9ff0957773362f7cd44589665b +SHA1 (patch-ae) = 7ef44d33bda6c8deb126d8457f4b36415ff256a6 +SHA1 (patch-ba) = cc009deee1b3cfc98082a00608f93256274ee5fa +SHA1 (patch-bb) = 04e39a0283a6d7463685f0b51c0ebfddd32852af +SHA1 (patch-bc) = c655f9271ae2fb9d6ebed70ddb0cf7c4b37d7a55 +SHA1 (patch-bd) = 20d46afcf551edf9a999ed9ee98672f5e8c03a4d +SHA1 (patch-be) = b19bb1954959dbba7b7185d85e11d83d048b702d +SHA1 (patch-bf) = d08c87fd4a92c4c06012d6314c00251ad0bd994f +SHA1 (patch-bg) = 4f182257953b52ed431782ade6b438e3fca60360 +SHA1 (patch-bh) = 726f1a4e2d508fd4432f8186f78f5f5dee73fa20 diff --git a/x11/gtkada/patches/patch-aa b/x11/gtkada/patches/patch-aa new file mode 100644 index 00000000000..d847ec36ad2 --- /dev/null +++ b/x11/gtkada/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- testgtk/testcairo_printing.ads.orig 2010-12-03 08:55:04 +0000 ++++ testgtk/testcairo_printing.ads +@@ -48,7 +48,7 @@ package Testcairo_Printing is + Testcairo_Print_Operation_Record'Class; + + overriding procedure Draw_Page +- (Op : not null access Testcairo_Print_Operation_Record; ++ (Op : access Testcairo_Print_Operation_Record; + Context : Gtk_Print_Context; + Page_Number : Gint); + -- Handler responsible for printing pages diff --git a/x11/gtkada/patches/patch-ab b/x11/gtkada/patches/patch-ab new file mode 100644 index 00000000000..2d22ee67e7b --- /dev/null +++ b/x11/gtkada/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- testgtk/testcairo_printing.adb.orig 2010-12-03 08:56:15 +0000 ++++ testgtk/testcairo_printing.adb +@@ -37,7 +37,7 @@ package body Testcairo_Printing is + --------------- + + overriding procedure Draw_Page +- (Op : not null access Testcairo_Print_Operation_Record; ++ (Op : access Testcairo_Print_Operation_Record; + Context : Gtk_Print_Context; + Page_Number : Gint) + is diff --git a/x11/gtkada/patches/patch-ac b/x11/gtkada/patches/patch-ac new file mode 100644 index 00000000000..7f01addd9e7 --- /dev/null +++ b/x11/gtkada/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- src/tools/Makefile.in.orig 2011-01-19 22:51:22.000000000 +0100 ++++ src/tools/Makefile.in +@@ -10,7 +10,7 @@ + GDIALOG = gtkada-dialog + GTKADA_CONFIG = gtkada-config + +-GNATMAKELDFLAGS = -largs -L../lib-obj -lgtkada $(GTK_LIBS) ++GNATMAKELDFLAGS = -largs -shared-libgcc -L../lib-obj -lgtkada $(GTK_LIBS) + + OBJ_DIR=obj + include ../Makefile.common diff --git a/x11/gtkada/patches/patch-ad b/x11/gtkada/patches/patch-ad new file mode 100644 index 00000000000..dba41506cfc --- /dev/null +++ b/x11/gtkada/patches/patch-ad @@ -0,0 +1,17 @@ +$NetBSD: patch-ad,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- src/Makefile.common.in.orig 2011-01-19 22:48:51.000000000 +0100 ++++ src/Makefile.common.in +@@ -12,9 +12,9 @@ + MINOR = @GTKADA_MINOR_VERSION@ + MICRO = @GTKADA_MICRO_VERSION@ + GTK_LIBS = @GTK_LIBS@ +-HAVE_LIBGLADE = @HAVE_LIBGLADE@ +-HAVE_OPENGL = @HAVE_OPENGL@ +-HAVE_GNOME = @HAVE_GNOME@ ++HAVE_LIBGLADE = False ++HAVE_OPENGL = False ++HAVE_GNOME = False + BUILD_TYPE = @BUILD_TYPE@ + DEFAULT_LIBRARY_TYPE=@DEFAULT_LIBRARY_TYPE@ + diff --git a/x11/gtkada/patches/patch-ae b/x11/gtkada/patches/patch-ae new file mode 100644 index 00000000000..610a9846f12 --- /dev/null +++ b/x11/gtkada/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- testgtk/Makefile.in.orig 2011-01-19 23:19:14.000000000 +0100 ++++ testgtk/Makefile.in +@@ -29,7 +29,7 @@ + GTKADA_GL_LIBS= + endif + +-GNATMAKELDFLAGS = -largs -L$(src_dir)/lib-obj -L$(opengl_dir) -lgtkada \ ++GNATMAKELDFLAGS = -shared-libgcc -L$(src_dir)/lib-obj -L$(opengl_dir) -lgtkada \ + $(GTKADA_GL_LIBS) @GTK_LIBS@ $(TARGET_LFLAGS) + + all: opengl/view_gl.adb $(OPENGL_C_OBJECTS) $(target) diff --git a/x11/gtkada/patches/patch-ba b/x11/gtkada/patches/patch-ba new file mode 100644 index 00000000000..d733a12ed1b --- /dev/null +++ b/x11/gtkada/patches/patch-ba @@ -0,0 +1,74 @@ +$NetBSD: patch-ba,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- src/Makefile.in.orig 2011-02-02 18:33:04.000000000 +0000 ++++ src/Makefile.in +@@ -58,47 +58,41 @@ gtkada-intl.adb: gtkada-intl.gpb Makefil + install: force + @if [ "$(prefix)" != `pwd` ]; then \ + echo Installing GtkAda in $(prefix); \ +- $(MKDIR) $(bindir); \ +- $(MKDIR) $(libdir); \ +- $(MKDIR) $(incdir); \ +- $(MKDIR) $(alidir)/static; \ +- $(INSTALL_DATA) ${OBJ_DIR}/$(ARCHIVENAME) $(alidir)/static; \ +- $(RM) $(libdir)/$(ARCHIVENAME); \ ++ $(MKDIR) $(DESTDIR)$(bindir); \ ++ $(MKDIR) $(DESTDIR)$(libdir); \ ++ $(MKDIR) $(DESTDIR)$(incdir); \ ++ $(MKDIR) $(DESTDIR)$(alidir)/static; \ ++ $(INSTALL_DATA) ${OBJ_DIR}/$(ARCHIVENAME) $(DESTDIR)$(alidir)/static; \ + if [ -f /usr/bin/$(RANLIB) -o -f /bin/$(RANLIB) ]; then \ +- $(RANLIB) $(alidir)/static/$(ARCHIVENAME); \ ++ $(RANLIB) $(DESTDIR)$(alidir)/static/$(ARCHIVENAME); \ + fi; \ + if [ $(BUILD_SHARED) = yes ]; then \ +- $(MKDIR) $(alidir)/relocatable; \ ++ $(MKDIR) $(DESTDIR)$(alidir)/relocatable; \ + if [ "$(OS)" = "Windows_NT" ]; then \ + $(INSTALL_DATA) ${OBJ_DIR}/$(SONAME) $(bindir); \ + $(CHMOD) +x $(bindir)/$(SONAME); \ + else \ +- $(INSTALL_DATA) ${OBJ_DIR}/$(SONAME) $(alidir)/relocatable; \ +- $(RM) $(libdir)/$(LIBNAME); \ +- $(LN) $(SONAME) $(alidir)/relocatable/$(LIBNAME); \ +- $(LN) gtkada/relocatable/$(SONAME) $(libdir)/$(LIBNAME); \ +- $(LN) gtkada/relocatable/$(SONAME) $(libdir)/$(SONAME); \ ++ $(INSTALL_DATA) ${OBJ_DIR}/$(SONAME) $(DESTDIR)$(alidir)/relocatable; \ ++ $(LN) $(SONAME) $(DESTDIR)$(alidir)/relocatable/$(LIBNAME); \ ++ $(LN) gtkada/relocatable/$(SONAME) $(DESTDIR)$(libdir)/$(LIBNAME); \ ++ $(LN) gtkada/relocatable/$(SONAME) $(DESTDIR)$(libdir)/$(SONAME); \ + fi; \ +- $(CP) $(OBJ_DIR)/glib*.ali $(OBJ_DIR)/gdk*.ali $(alidir)/relocatable; \ +- $(CP) $(OBJ_DIR)/gtk*.ali $(OBJ_DIR)/pango*.ali $(alidir)/relocatable; \ +- $(CP) $(OBJ_DIR)/cairo*.ali $(alidir)/relocatable; \ ++ $(CP) $(OBJ_DIR)/glib*.ali $(OBJ_DIR)/gdk*.ali $(DESTDIR)$(alidir)/relocatable; \ ++ $(CP) $(OBJ_DIR)/gtk*.ali $(OBJ_DIR)/pango*.ali $(DESTDIR)$(alidir)/relocatable; \ ++ $(CP) $(OBJ_DIR)/cairo*.ali $(DESTDIR)$(alidir)/relocatable; \ + fi; \ +- $(CP) glib*.ads glib*.adb $(MESA_SPECS) $(incdir); \ +- $(CP) gdk*.ads gdk*.adb $(incdir); \ +- $(CP) gtk*.ads gtk*.adb $(incdir); \ +- $(CP) pango*.ads pango*.adb $(incdir); \ +- $(CP) cairo*.ads cairo*.adb $(incdir); \ +- $(CP) $(OBJ_DIR)/glib*.ali $(OBJ_DIR)/gdk*.ali $(alidir)/static; \ +- $(CP) $(OBJ_DIR)/gtk*.ali $(OBJ_DIR)/pango*.ali $(alidir)/static; \ +- $(CP) $(OBJ_DIR)/cairo*.ali $(alidir)/static; \ ++ $(CP) glib*.ads glib*.adb $(MESA_SPECS) $(DESTDIR)$(incdir); \ ++ $(CP) gdk*.ads gdk*.adb $(DESTDIR)$(incdir); \ ++ $(CP) gtk*.ads gtk*.adb $(DESTDIR)$(incdir); \ ++ $(CP) pango*.ads pango*.adb $(DESTDIR)$(incdir); \ ++ $(CP) cairo*.ads cairo*.adb $(DESTDIR)$(incdir); \ ++ $(CP) $(OBJ_DIR)/glib*.ali $(OBJ_DIR)/gdk*.ali $(DESTDIR)$(alidir)/static; \ ++ $(CP) $(OBJ_DIR)/gtk*.ali $(OBJ_DIR)/pango*.ali $(DESTDIR)$(alidir)/static; \ ++ $(CP) $(OBJ_DIR)/cairo*.ali $(DESTDIR)$(alidir)/static; \ + $(MAKE) -C opengl install; \ + $(MAKE) -C glade install; \ + $(MAKE) -C gnome install; \ + $(MAKE) -C tools install; \ +- $(CHMOD) ugo-w $(alidir)/static/*.ali; \ +- if [ $(BUILD_SHARED) = yes ]; then \ +- $(CHMOD) ugo-w $(alidir)/relocatable/*.ali; \ +- fi; \ + fi + + clean: diff --git a/x11/gtkada/patches/patch-bb b/x11/gtkada/patches/patch-bb new file mode 100644 index 00000000000..ed110162011 --- /dev/null +++ b/x11/gtkada/patches/patch-bb @@ -0,0 +1,19 @@ +$NetBSD: patch-bb,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- src/tools/Makefile.in.orig 2011-02-02 18:40:39.000000000 +0000 ++++ src/tools/Makefile.in +@@ -27,10 +27,10 @@ all: force + + install: force + -${CHMOD} +x ${GATE} ${GTKADA_CONFIG} +- ${INSTALL_SCRIPT} ${GATE} ${bindir} +- ${INSTALL_SCRIPT} ${GTKADA_CONFIG} ${bindir} +- ${INSTALL_PROGRAM} ${OBJ_DIR}/${GATE_EX} ${bindir} +- ${INSTALL_PROGRAM} ${OBJ_DIR}/${GDIALOG} ${bindir} ++ ${INSTALL_SCRIPT} ${GATE} $(DESTDIR)${bindir} ++ ${INSTALL_SCRIPT} ${GTKADA_CONFIG} $(DESTDIR)${bindir} ++ ${INSTALL_PROGRAM} ${OBJ_DIR}/${GATE_EX} $(DESTDIR)${bindir} ++ ${INSTALL_PROGRAM} ${OBJ_DIR}/${GDIALOG} $(DESTDIR)${bindir} + + clean: module_clean + diff --git a/x11/gtkada/patches/patch-bc b/x11/gtkada/patches/patch-bc new file mode 100644 index 00000000000..f98523db17d --- /dev/null +++ b/x11/gtkada/patches/patch-bc @@ -0,0 +1,37 @@ +$NetBSD: patch-bc,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- projects/Makefile.orig 2011-02-02 18:42:10.000000000 +0000 ++++ projects/Makefile +@@ -5,24 +5,23 @@ MKDIR = mkdir -p + SOVER=${MAJOR}.${MINOR} + + install: force +- ${MKDIR} $(prefix)/lib/gnat/ +- ${MKDIR} $(prefix)/lib/gnat/gtkada +- $(MKDIR) $(prefix)/lib/pkgconfig/ +- ${CP} gtkada.pc $(prefix)/lib/pkgconfig/ +- -${RM} ${prefix}/projects/gtkada* ++ ${MKDIR} $(DESTDIR)$(prefix)/lib/gnat/ ++ ${MKDIR} $(DESTDIR)$(prefix)/lib/gnat/gtkada ++ $(MKDIR) $(DESTDIR)$(prefix)/lib/pkgconfig/ ++ ${CP} gtkada.pc $(DESTDIR)$(prefix)/lib/pkgconfig/ + ./generate_prj.sh GtkAda "${prefix}" ${DEFAULT_LIBRARY_TYPE} ${SOVER} "" +- ${CP} gtkada.gpr ${prefix}/lib/gnat/ ++ ${CP} gtkada.gpr $(DESTDIR)${prefix}/lib/gnat/ + ifeq ($(HAVE_LIBGLADE), True) + ./generate_prj.sh GtkAda_Glade "${prefix}" ${DEFAULT_LIBRARY_TYPE} ${SOVER} "" +- ${CP} gtkada_glade.gpr ${prefix}/lib/gnat/ ++ ${CP} gtkada_glade.gpr $(DESTDIR)${prefix}/lib/gnat/ + endif + ifeq ($(HAVE_OPENGL), True) + ./generate_prj.sh GtkAda_GL "${prefix}" ${DEFAULT_LIBRARY_TYPE} ${SOVER} opengl +- ${CP} gtkada_gl.gpr ${prefix}/lib/gnat/ ++ ${CP} gtkada_gl.gpr $(DESTDIR)${prefix}/lib/gnat/ + endif + ifeq ($(HAVE_GNOME), True) + ./generate_prj.sh GtkAda_Gnome "${prefix}" ${DEFAULT_LIBRARY_TYPE} ${SOVER} "" +- ${CP} gtkada_gnome.gpr ${prefix}/lib/gnat/ ++ ${CP} gtkada_gnome.gpr $(DESTDIR)${prefix}/lib/gnat/ + endif + ifeq ($(OS),Windows_NT) + ${CP} gtkada_install_*.gpr ${prefix}/include/gtkada diff --git a/x11/gtkada/patches/patch-bd b/x11/gtkada/patches/patch-bd new file mode 100644 index 00000000000..99c379b810d --- /dev/null +++ b/x11/gtkada/patches/patch-bd @@ -0,0 +1,24 @@ +$NetBSD: patch-bd,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- testgtk/Makefile.in.orig 2011-02-02 18:44:41.000000000 +0000 ++++ testgtk/Makefile.in +@@ -45,13 +45,13 @@ lw.o: opengl/lw.c opengl/lw.h + $(CC) -c opengl/lw.c -Iopengl @GTK_CFLAGS@ + + install: force +- $(MKDIR) $(examples) +- $(MKDIR) $(examples)/opengl ++ $(MKDIR) $(DESTDIR)$(examples) ++ $(MKDIR) $(DESTDIR)$(examples)/opengl + $(RM) b~* +- -$(INSTALL_PROGRAM) testgtk$(EXEEXT) $(examples) +- -$(INSTALL_PROGRAM) testcairo$(EXEEXT) $(examples) +- $(CP) *.ad? *.xpm *.png *.jpg *.gif *.lwo *.xml $(examples) +- $(CP) opengl/*.ad? opengl/*.[ch] $(examples)/opengl ++ -$(INSTALL_PROGRAM) testgtk$(EXEEXT) $(DESTDIR)$(examples) ++ -$(INSTALL_PROGRAM) testcairo$(EXEEXT) $(DESTDIR)$(examples) ++ $(CP) *.ad? *.xpm *.png *.jpg *.gif *.lwo *.xml $(DESTDIR)$(examples) ++ $(CP) opengl/*.ad? opengl/*.[ch] $(DESTDIR)$(examples)/opengl + + clean: module_clean + diff --git a/x11/gtkada/patches/patch-be b/x11/gtkada/patches/patch-be new file mode 100644 index 00000000000..63caa21521d --- /dev/null +++ b/x11/gtkada/patches/patch-be @@ -0,0 +1,17 @@ +$NetBSD: patch-be,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- docs/gtkada_rm/Makefile.in.orig 2011-02-02 18:46:10.000000000 +0000 ++++ docs/gtkada_rm/Makefile.in +@@ -20,10 +20,10 @@ docgen_clean: + $(RM) -rf log.txt doc_obj/* + + install: +- -$(MKDIR) $(docdir) ++ -$(MKDIR) $(DESTDIR)$(docdir) + -for i in gtkada_rm/*; \ + do \ +- $(INSTALL_DATA) $$i $(docdir); \ ++ $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \ + done + + clean: docgen_clean diff --git a/x11/gtkada/patches/patch-bf b/x11/gtkada/patches/patch-bf new file mode 100644 index 00000000000..0b26996e0d2 --- /dev/null +++ b/x11/gtkada/patches/patch-bf @@ -0,0 +1,17 @@ +$NetBSD: patch-bf,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- docs/gtkada_ug/Makefile.in.orig 2011-02-02 18:47:06.000000000 +0000 ++++ docs/gtkada_ug/Makefile.in +@@ -17,10 +17,10 @@ all: gtkada_ug.texi gfdl.texi + -$(RM) *.aux *.cp *.cps *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr + + install: +- -$(MKDIR) $(docdir) ++ -$(MKDIR) $(DESTDIR)$(docdir) + for i in `ls *.html *.info* *.ps *.texi *.txt *.tex *.gif *.jpg`; \ + do \ +- $(INSTALL_DATA) $$i $(docdir); \ ++ $(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \ + done + + clean: diff --git a/x11/gtkada/patches/patch-bg b/x11/gtkada/patches/patch-bg new file mode 100644 index 00000000000..c3c31e2e07a --- /dev/null +++ b/x11/gtkada/patches/patch-bg @@ -0,0 +1,23 @@ +$NetBSD: patch-bg,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- examples/Makefile.orig 2011-02-02 18:48:10.000000000 +0000 ++++ examples/Makefile +@@ -44,13 +44,13 @@ all: ${DIRECTORIES} + done + + install: +- mkdir -p $(examples) ++ mkdir -p $(DESTDIR)$(examples) + -for dir in ${DIRECTORIES} ${TUTORIAL_DIRS}; do \ +- mkdir -p $(examples)/$${dir}; \ ++ mkdir -p $(DESTDIR)$(examples)/$${dir}; \ + rm -f $${dir}/b~*; \ +- cp -p $${dir}/*.ad? $${dir}/*.gpr $(examples)/$${dir} 2>/dev/null; \ +- cp -p $${dir}/Makefile $(examples)/$${dir} 2>/dev/null; \ +- cp -p $${dir}/README $(examples)/$${dir} 2>/dev/null; \ ++ cp -p $${dir}/*.ad? $${dir}/*.gpr $(DESTDIR)$(examples)/$${dir} 2>/dev/null; \ ++ cp -p $${dir}/Makefile $(DESTDIR)$(examples)/$${dir} 2>/dev/null; \ ++ cp -p $${dir}/README $(DESTDIR)$(examples)/$${dir} 2>/dev/null; \ + done + + clean:: diff --git a/x11/gtkada/patches/patch-bh b/x11/gtkada/patches/patch-bh new file mode 100644 index 00000000000..94b2ea19b5c --- /dev/null +++ b/x11/gtkada/patches/patch-bh @@ -0,0 +1,15 @@ +$NetBSD: patch-bh,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $ + +--- xml/Makefile.orig 2011-02-02 18:49:32.000000000 +0000 ++++ xml/Makefile +@@ -3,8 +3,8 @@ include ../src/Makefile.common + MKDIR = mkdir -p + + install: force +- ${MKDIR} $(prefix)/share/gps/plug-ins +- ${CP} gtkada.xml ${prefix}/share/gps/plug-ins/ ++ ${MKDIR} $(DESTDIR)$(prefix)/share/gps/plug-ins ++ ${CP} gtkada.xml $(DESTDIR)${prefix}/share/gps/plug-ins/ + + force: + |