diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-18 22:55:52 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-18 22:55:52 +0800 |
commit | 85d061a252f1ea7c1388d2a3b26573d70d97d9a6 (patch) | |
tree | e5ffa84b63584196ce39d0cee78dd3d3b779dd6e /databases | |
parent | 71429808888b8ba903e7575e1f3400b81d672db2 (diff) | |
download | marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.tar marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.tar.gz marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.tar.bz2 marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.tar.lz marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.tar.xz marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.tar.zst marcuscom-ports-85d061a252f1ea7c1388d2a3b26573d70d97d9a6.zip |
Add glom 1.19.13.
Gtk3 flavour of the postgreSQL db editor.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16465 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 68 | ||||
-rw-r--r-- | databases/glom/distinfo | 2 | ||||
-rw-r--r-- | databases/glom/files/patch-glom_libglom_connectionpool.cc | 14 | ||||
-rw-r--r-- | databases/glom/pkg-descr | 21 | ||||
-rw-r--r-- | databases/glom/pkg-plist | 340 |
5 files changed, 445 insertions, 0 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile new file mode 100644 index 000000000..497314ba9 --- /dev/null +++ b/databases/glom/Makefile @@ -0,0 +1,68 @@ +# New ports collection makefile for: glom +# Date created: 24 April, 2005 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= glom +PORTVERSION= 1.19.13 +CATEGORIES= databases gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= kwm@FreeBSD.org +COMMENT= GNOME database designer and user interface + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql +LIB_DEPENDS= gdamm-5.0.13:${PORTSDIR}/databases/libgdamm5 \ + boost_python.4:${PORTSDIR}/devel/boost-python-libs \ + gtksourceviewmm-3.0.0:${PORTSDIR}/x11-toolkits/gtksourceviewmm3 \ + epc-1.0.3:${PORTSDIR}/www/libepc \ + goocanvasmm-2.0.6:${PORTSDIR}/graphics/goocanvasmm2 \ + evview3.3:${PORTSDIR}/graphics/evince3 +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql + +USE_XZ= yes +USE_PYTHON= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomedocutils gnomehack gnomeprefix intltool pygobject3 libxml2 +USE_LDCONFIG= yes +USE_PGSQL= yes +INSTALLS_OMF= yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin \ + --disable-documentation +INSTALLS_ICONS= yes + +.include <bsd.port.options.mk> + +#PLIST_SUB+= VERSION=${PORTVERSION:R} +PLIST_SUB+= VERSION=1.20 + +# Note: USE_PGSQL has already been set above. +BUILD_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server +RUN_DEPENDS+= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server + +post-patch: + @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|std::locale("")|std::locale()|g' \ + ${WRKSRC}/glom/libglom/data_structure/glomconversions.cc \ + ${WRKSRC}/glom/libglom/data_structure/glomconversions.h \ + ${WRKSRC}/glom/libglom/utils.cc \ + ${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/comboentry_borderwidth.cc \ + ${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/dialog_group_by.cc \ + ${WRKSRC}/glom/main.cc + + +post-install: + @-update-mime-database ${PREFIX}/share/mime + +.include <bsd.port.mk> diff --git a/databases/glom/distinfo b/databases/glom/distinfo new file mode 100644 index 000000000..9bef8408f --- /dev/null +++ b/databases/glom/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/glom-1.19.13.tar.xz) = 5394e18120bd14368c51b74a0acb4c52ca8917b7d449f9aa5c61f67f3d9f1ca8 +SIZE (gnome3/glom-1.19.13.tar.xz) = 8264468 diff --git a/databases/glom/files/patch-glom_libglom_connectionpool.cc b/databases/glom/files/patch-glom_libglom_connectionpool.cc new file mode 100644 index 000000000..b1f9b2c50 --- /dev/null +++ b/databases/glom/files/patch-glom_libglom_connectionpool.cc @@ -0,0 +1,14 @@ +--- glom/libglom/connectionpool.cc.orig 2008-04-29 18:10:54.000000000 +0200 ++++ glom/libglom/connectionpool.cc 2008-08-08 02:39:55.000000000 +0200 +@@ -789,7 +789,11 @@ bool ConnectionPool::directory_exists_ur + // TODO: This is probably mingw specific + static __p_sig_fn_t previous_sig_handler = SIG_DFL; + #else ++# ifdef __FreeBSD__ ++static __sighandler_t *previous_sig_handler = SIG_DFL; /* Arbitrary default */ ++# else + static sighandler_t previous_sig_handler = SIG_DFL; /* Arbitrary default */ ++# endif + #endif + + /* This is a Linux/Unix signal handler, diff --git a/databases/glom/pkg-descr b/databases/glom/pkg-descr new file mode 100644 index 000000000..6974a6efb --- /dev/null +++ b/databases/glom/pkg-descr @@ -0,0 +1,21 @@ +With Glom you can design table definitions and the relationships +between them, plus arrange the fields on the screen. You can edit +and search the data in those tables, and specify field values in +terms of other fields. It's as easy as it should be. + +The design is loosely based on FileMaker Pro, with the added +advantage of separation between interface and data. Its simple +framework should be enough to implement most database +applications. Without Glom these systems normally consist of lots +of repetitive, unmaintainable code. + +Glom-specific data such as the relationship definitions is saved +in the Glom document. Glom re-connects to the database server +when it loads a previous Glom document. The document is in XML +format. + +Glom uses the PostgreSQL database backend but it can not edit +databases that it did not create, because it uses only a simple +subset of Postgres functionality. + +WWW: http://www.glom.org/ diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist new file mode 100644 index 000000000..5ac187944 --- /dev/null +++ b/databases/glom/pkg-plist @@ -0,0 +1,340 @@ +bin/glom +bin/glom_create_from_example +include/glom-%%VERSION%%/libglom/appstate.h +include/glom-%%VERSION%%/libglom/data_structure/field.h +include/glom-%%VERSION%%/libglom/data_structure/fieldtypes.h +include/glom-%%VERSION%%/libglom/data_structure/foundset.h +include/glom-%%VERSION%%/libglom/data_structure/glomconversions.h +include/glom-%%VERSION%%/libglom/data_structure/groupinfo.h +include/glom-%%VERSION%%/libglom/data_structure/has_title_singular.h +include/glom-%%VERSION%%/libglom/data_structure/layout/custom_title.h +include/glom-%%VERSION%%/libglom/data_structure/layout/fieldformatting.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutgroup.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_button.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_calendarportal.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_field.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_image.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_line.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_notebook.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_placeholder.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_portal.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_text.h +include/glom-%%VERSION%%/libglom/data_structure/layout/layoutitem_withformatting.h +include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h +include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts/layoutitem_footer.h +include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts/layoutitem_groupby.h +include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts/layoutitem_header.h +include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts/layoutitem_summary.h +include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h +include/glom-%%VERSION%%/libglom/data_structure/layout/usesrelationship.h +include/glom-%%VERSION%%/libglom/data_structure/numeric_format.h +include/glom-%%VERSION%%/libglom/data_structure/parameternamegenerator.h +include/glom-%%VERSION%%/libglom/data_structure/print_layout.h +include/glom-%%VERSION%%/libglom/data_structure/privileges.h +include/glom-%%VERSION%%/libglom/data_structure/relationship.h +include/glom-%%VERSION%%/libglom/data_structure/report.h +include/glom-%%VERSION%%/libglom/data_structure/system_prefs.h +include/glom-%%VERSION%%/libglom/data_structure/tableinfo.h +include/glom-%%VERSION%%/libglom/data_structure/translatable_item.h +include/glom-%%VERSION%%/libglom/db_utils.h +include/glom-%%VERSION%%/libglom/document/bakery/document.h +include/glom-%%VERSION%%/libglom/document/bakery/document_xml.h +include/glom-%%VERSION%%/libglom/document/bakery/view/view.h +include/glom-%%VERSION%%/libglom/document/bakery/view/view_composite.h +include/glom-%%VERSION%%/libglom/document/bakery/view/viewbase.h +include/glom-%%VERSION%%/libglom/document/document.h +include/glom-%%VERSION%%/libglom/document/view.h +include/glom-%%VERSION%%/libglom/init.h +include/glom-%%VERSION%%/libglom/libglom_config.h +include/glom-%%VERSION%%/libglom/sharedptr.h +include/glom-%%VERSION%%/libglom/standard_table_prefs_fields.h +include/glom-%%VERSION%%/libglom/utils.h +lib/libglom-%%VERSION%%.la +lib/libglom-%%VERSION%%.so +lib/libglom-%%VERSION%%.so.0 +%%PYTHON_SITELIBDIR%%/glom_1_20.la +%%PYTHON_SITELIBDIR%%/glom_1_20.so +libdata/pkgconfig/glom-%%VERSION%%.pc +share/applications/glom.desktop +%%DATADIR%%/glade/developer/box_formatting.glade +%%DATADIR%%/glade/developer/box_print_layouts.glade +%%DATADIR%%/glade/developer/box_reports.glade +%%DATADIR%%/glade/developer/dialog_add_related_table.glade +%%DATADIR%%/glade/developer/dialog_change_language.glade +%%DATADIR%%/glade/developer/dialog_choose_field.glade +%%DATADIR%%/glade/developer/dialog_choose_relationship.glade +%%DATADIR%%/glade/developer/dialog_choose_user.glade +%%DATADIR%%/glade/developer/dialog_database_preferences.glade +%%DATADIR%%/glade/developer/dialog_error_create_database.glade +%%DATADIR%%/glade/developer/dialog_field_summary.glade +%%DATADIR%%/glade/developer/dialog_fieldslist.glade +%%DATADIR%%/glade/developer/dialog_flowtable.glade +%%DATADIR%%/glade/developer/dialog_group_by.glade +%%DATADIR%%/glade/developer/dialog_groupby_sort_fields.glade +%%DATADIR%%/glade/developer/dialog_initial_password.glade +%%DATADIR%%/glade/developer/dialog_layout_field_properties.glade +%%DATADIR%%/glade/developer/dialog_line.glade +%%DATADIR%%/glade/developer/dialog_new_group.glade +%%DATADIR%%/glade/developer/dialog_new_library_script.glade +%%DATADIR%%/glade/developer/dialog_notebook.glade +%%DATADIR%%/glade/developer/dialog_relationships_overview.glade +%%DATADIR%%/glade/developer/dialog_script_library.glade +%%DATADIR%%/glade/developer/dialog_translation_copy.glade +%%DATADIR%%/glade/developer/dialog_translation_identify_original.glade +%%DATADIR%%/glade/developer/dialog_user.glade +%%DATADIR%%/glade/developer/window_button_script.glade +%%DATADIR%%/glade/developer/window_data_layout.glade +%%DATADIR%%/glade/developer/window_data_layout_export.glade +%%DATADIR%%/glade/developer/window_design.glade +%%DATADIR%%/glade/developer/window_field_calculation.glade +%%DATADIR%%/glade/developer/window_field_definition_edit.glade +%%DATADIR%%/glade/developer/window_groups.glade +%%DATADIR%%/glade/developer/window_imageobject.glade +%%DATADIR%%/glade/developer/window_print_layout_edit.glade +%%DATADIR%%/glade/developer/window_report_layout.glade +%%DATADIR%%/glade/developer/window_text_format.glade +%%DATADIR%%/glade/developer/window_textobject.glade +%%DATADIR%%/glade/developer/window_translations.glade +%%DATADIR%%/glade/developer/window_users.glade +%%DATADIR%%/glade/operator/box_navigation_tables.glade +%%DATADIR%%/glade/operator/dialog_choose_date.glade +%%DATADIR%%/glade/operator/dialog_connection.glade +%%DATADIR%%/glade/operator/dialog_data_invalid_format.glade +%%DATADIR%%/glade/operator/dialog_existing_or_new.glade +%%DATADIR%%/glade/operator/dialog_find_id.glade +%%DATADIR%%/glade/operator/dialog_image_load_progress.glade +%%DATADIR%%/glade/operator/dialog_image_save_progress.glade +%%DATADIR%%/glade/operator/dialog_import_csv.glade +%%DATADIR%%/glade/operator/dialog_import_csv_progress.glade +%%DATADIR%%/glade/operator/window_main.glade +%%DATADIR%%/glade/operator/window_progress.glade +%%DATADIR%%/glom_document.dtd +%%DATADIR%%/pixmaps/glom-button.png +%%DATADIR%%/pixmaps/glom-field.png +%%DATADIR%%/pixmaps/glom-group.png +%%DATADIR%%/pixmaps/glom-line-horizontal.png +%%DATADIR%%/pixmaps/glom-line-vertical.png +%%DATADIR%%/pixmaps/glom-image.png +%%DATADIR%%/pixmaps/glom-notebook.png +%%DATADIR%%/pixmaps/glom-related-records.png +%%DATADIR%%/pixmaps/glom-text.png +%%DATADIR%%/xslt/print_details_to_html.xsl +%%DATADIR%%/xslt/print_report_to_html.xsl +%%DOCSDIR%%/examples/README +%%DOCSDIR%%/examples/example_film_manager.glom +%%DOCSDIR%%/examples/example_lesson_planner.glom +%%DOCSDIR%%/examples/example_music_collection.glom +%%DOCSDIR%%/examples/example_project_manager.glom +%%DOCSDIR%%/examples/example_smallbusiness.glom +share/gnome/help/glom/C/figures/glom_data_details.png +share/gnome/help/glom/C/figures/glom_data_list.png +share/gnome/help/glom/C/figures/glom_design_fields.png +share/gnome/help/glom/C/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/C/figures/glom_design_layout_details.png +share/gnome/help/glom/C/figures/glom_design_layout_list.png +share/gnome/help/glom/C/figures/glom_design_reports.png +share/gnome/help/glom/C/figures/glom_design_reports_details.png +share/gnome/help/glom/C/figures/glom_design_reports_group_by.png +share/gnome/help/glom/C/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/C/figures/glom_design_translations.png +share/gnome/help/glom/C/figures/glom_import.png +share/gnome/help/glom/C/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/C/figures/glom_report_result.png +share/gnome/help/glom/C/figures/glom_tables.png +share/gnome/help/glom/C/figures/start.png +share/gnome/help/glom/C/glom.xml +share/gnome/help/glom/C/legal.xml +share/gnome/help/glom/de/figures/glom_data_details.png +share/gnome/help/glom/de/figures/glom_data_list.png +share/gnome/help/glom/de/figures/glom_design_fields.png +share/gnome/help/glom/de/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/de/figures/glom_design_layout_details.png +share/gnome/help/glom/de/figures/glom_design_layout_list.png +share/gnome/help/glom/de/figures/glom_design_reports.png +share/gnome/help/glom/de/figures/glom_design_reports_details.png +share/gnome/help/glom/de/figures/glom_design_reports_group_by.png +share/gnome/help/glom/de/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/de/figures/glom_design_translations.png +share/gnome/help/glom/de/figures/glom_import.png +share/gnome/help/glom/de/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/de/figures/glom_report_result.png +share/gnome/help/glom/de/figures/glom_tables.png +share/gnome/help/glom/de/figures/start.png +share/gnome/help/glom/de/glom.xml +share/gnome/help/glom/de/legal.xml +share/gnome/help/glom/en_GB/figures/glom_data_details.png +share/gnome/help/glom/en_GB/figures/glom_data_list.png +share/gnome/help/glom/en_GB/figures/glom_design_fields.png +share/gnome/help/glom/en_GB/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/en_GB/figures/glom_design_layout_details.png +share/gnome/help/glom/en_GB/figures/glom_design_layout_list.png +share/gnome/help/glom/en_GB/figures/glom_design_reports.png +share/gnome/help/glom/en_GB/figures/glom_design_reports_details.png +share/gnome/help/glom/en_GB/figures/glom_design_reports_group_by.png +share/gnome/help/glom/en_GB/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/en_GB/figures/glom_design_translations.png +share/gnome/help/glom/en_GB/figures/glom_import.png +share/gnome/help/glom/en_GB/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/en_GB/figures/glom_report_result.png +share/gnome/help/glom/en_GB/figures/glom_tables.png +share/gnome/help/glom/en_GB/figures/start.png +share/gnome/help/glom/en_GB/glom.xml +share/gnome/help/glom/en_GB/legal.xml +share/gnome/help/glom/es/figures/glom_data_details.png +share/gnome/help/glom/es/figures/glom_data_list.png +share/gnome/help/glom/es/figures/glom_design_fields.png +share/gnome/help/glom/es/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/es/figures/glom_design_layout_details.png +share/gnome/help/glom/es/figures/glom_design_layout_list.png +share/gnome/help/glom/es/figures/glom_design_reports.png +share/gnome/help/glom/es/figures/glom_design_reports_details.png +share/gnome/help/glom/es/figures/glom_design_reports_group_by.png +share/gnome/help/glom/es/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/es/figures/glom_design_translations.png +share/gnome/help/glom/es/figures/glom_import.png +share/gnome/help/glom/es/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/es/figures/glom_report_result.png +share/gnome/help/glom/es/figures/glom_tables.png +share/gnome/help/glom/es/figures/start.png +share/gnome/help/glom/es/glom.xml +share/gnome/help/glom/es/legal.xml +share/gnome/help/glom/fr/figures/glom_data_details.png +share/gnome/help/glom/fr/figures/glom_data_list.png +share/gnome/help/glom/fr/figures/glom_design_fields.png +share/gnome/help/glom/fr/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/fr/figures/glom_design_layout_details.png +share/gnome/help/glom/fr/figures/glom_design_layout_list.png +share/gnome/help/glom/fr/figures/glom_design_reports.png +share/gnome/help/glom/fr/figures/glom_design_reports_details.png +share/gnome/help/glom/fr/figures/glom_design_reports_group_by.png +share/gnome/help/glom/fr/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/fr/figures/glom_design_translations.png +share/gnome/help/glom/fr/figures/glom_import.png +share/gnome/help/glom/fr/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/fr/figures/glom_report_result.png +share/gnome/help/glom/fr/figures/glom_tables.png +share/gnome/help/glom/fr/figures/start.png +share/gnome/help/glom/fr/glom.xml +share/gnome/help/glom/fr/legal.xml +share/gnome/help/glom/sl/figures/glom_data_details.png +share/gnome/help/glom/sl/figures/glom_data_list.png +share/gnome/help/glom/sl/figures/glom_design_fields.png +share/gnome/help/glom/sl/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/sl/figures/glom_design_layout_details.png +share/gnome/help/glom/sl/figures/glom_design_layout_list.png +share/gnome/help/glom/sl/figures/glom_design_reports.png +share/gnome/help/glom/sl/figures/glom_design_reports_details.png +share/gnome/help/glom/sl/figures/glom_design_reports_group_by.png +share/gnome/help/glom/sl/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/sl/figures/glom_design_translations.png +share/gnome/help/glom/sl/figures/glom_import.png +share/gnome/help/glom/sl/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/sl/figures/glom_report_result.png +share/gnome/help/glom/sl/figures/glom_tables.png +share/gnome/help/glom/sl/figures/start.png +share/gnome/help/glom/sl/glom.xml +share/gnome/help/glom/sl/legal.xml +share/gnome/help/glom/sv/figures/glom_data_details.png +share/gnome/help/glom/sv/figures/glom_data_list.png +share/gnome/help/glom/sv/figures/glom_design_fields.png +share/gnome/help/glom/sv/figures/glom_design_fields_dialog_calculated.png +share/gnome/help/glom/sv/figures/glom_design_layout_details.png +share/gnome/help/glom/sv/figures/glom_design_layout_list.png +share/gnome/help/glom/sv/figures/glom_design_reports.png +share/gnome/help/glom/sv/figures/glom_design_reports_details.png +share/gnome/help/glom/sv/figures/glom_design_reports_group_by.png +share/gnome/help/glom/sv/figures/glom_design_reports_vertical_group.png +share/gnome/help/glom/sv/figures/glom_design_translations.png +share/gnome/help/glom/sv/figures/glom_import.png +share/gnome/help/glom/sv/figures/glom_initial_dialog_local_network.png +share/gnome/help/glom/sv/figures/glom_report_result.png +share/gnome/help/glom/sv/figures/glom_tables.png +share/gnome/help/glom/sv/figures/start.png +share/gnome/help/glom/sv/glom.xml +share/gnome/help/glom/sv/legal.xml +share/icons/hicolor/16x16/apps/glom.png +share/icons/hicolor/22x22/apps/glom.png +share/icons/hicolor/24x24/apps/glom.png +share/icons/hicolor/32x32/apps/glom.png +share/icons/hicolor/48x48/apps/glom.png +share/icons/hicolor/scalable/apps/glom.svg +share/locale/ar/LC_MESSAGES/glom.mo +share/locale/ca/LC_MESSAGES/glom.mo +share/locale/ca@valencia/LC_MESSAGES/glom.mo +share/locale/cs/LC_MESSAGES/glom.mo +share/locale/da/LC_MESSAGES/glom.mo +share/locale/de/LC_MESSAGES/glom.mo +share/locale/dz/LC_MESSAGES/glom.mo +share/locale/en_CA/LC_MESSAGES/glom.mo +share/locale/en_GB/LC_MESSAGES/glom.mo +share/locale/es/LC_MESSAGES/glom.mo +share/locale/fi/LC_MESSAGES/glom.mo +share/locale/fr/LC_MESSAGES/glom.mo +share/locale/gl/LC_MESSAGES/glom.mo +share/locale/gu/LC_MESSAGES/glom.mo +share/locale/hu/LC_MESSAGES/glom.mo +share/locale/it/LC_MESSAGES/glom.mo +share/locale/nb/LC_MESSAGES/glom.mo +share/locale/ne/LC_MESSAGES/glom.mo +share/locale/nl/LC_MESSAGES/glom.mo +share/locale/oc/LC_MESSAGES/glom.mo +share/locale/pa/LC_MESSAGES/glom.mo +share/locale/pt/LC_MESSAGES/glom.mo +share/locale/pt_BR/LC_MESSAGES/glom.mo +share/locale/rw/LC_MESSAGES/glom.mo +share/locale/ru/LC_MESSAGES/glom.mo +share/locale/sl/LC_MESSAGES/glom.mo +share/locale/sq/LC_MESSAGES/glom.mo +share/locale/sv/LC_MESSAGES/glom.mo +share/locale/tr/LC_MESSAGES/glom.mo +share/locale/vi/LC_MESSAGES/glom.mo +share/locale/zh_CN/LC_MESSAGES/glom.mo +share/mime/application/x-glom.xml +share/mime/packages/glom.xml +share/omf/glom/glom-C.omf +share/omf/glom/glom-de.omf +share/omf/glom/glom-en_GB.omf +share/omf/glom/glom-es.omf +share/omf/glom/glom-fr.omf +share/omf/glom/glom-sl.omf +share/omf/glom/glom-sv.omf +@dirrm share/omf/glom +@dirrm share/gnome/help/glom/sv/figures +@dirrm share/gnome/help/glom/sv +@dirrm share/gnome/help/glom/sl/figures +@dirrm share/gnome/help/glom/sl +@dirrm share/gnome/help/glom/fr/figures +@dirrm share/gnome/help/glom/fr +@dirrm share/gnome/help/glom/es/figures +@dirrm share/gnome/help/glom/es +@dirrm share/gnome/help/glom/en_GB/figures +@dirrm share/gnome/help/glom/en_GB +@dirrm share/gnome/help/glom/de/figures +@dirrm share/gnome/help/glom/de +@dirrm share/gnome/help/glom/C/figures +@dirrm share/gnome/help/glom/C +@dirrm share/gnome/help/glom +@dirrm %%DOCSDIR%%/examples +@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/xslt +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%%/glade/operator +@dirrm %%DATADIR%%/glade/developer +@dirrm %%DATADIR%%/glade +@dirrm %%DATADIR%% +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/applications +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrm include/glom-%%VERSION%%/libglom/document/bakery/view +@dirrm include/glom-%%VERSION%%/libglom/document/bakery +@dirrm include/glom-%%VERSION%%/libglom/document +@dirrm include/glom-%%VERSION%%/libglom/data_structure/layout/report_parts +@dirrm include/glom-%%VERSION%%/libglom/data_structure/layout +@dirrm include/glom-%%VERSION%%/libglom/data_structure +@dirrm include/glom-%%VERSION%%/libglom +@dirrm include/glom-%%VERSION%% |