summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-03 01:11:43 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-10-03 01:11:43 +0800
commite21e8cf497f5b4d79441a1f36ba828947d660ff6 (patch)
treede3c9069a4475a7d7e5ffde17fb95273b507a921 /databases
parente8c9911324bca5f77b5cd4ff45c6bb354fa58642 (diff)
downloadmarcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar
marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.gz
marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.bz2
marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.lz
marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.xz
marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.tar.zst
marcuscom-ports-e21e8cf497f5b4d79441a1f36ba828947d660ff6.zip
Update to 1.12.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13082 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/glom/Makefile61
-rw-r--r--databases/glom/distinfo3
-rw-r--r--databases/glom/files/patch-glom_libglom_connectionpool.cc14
-rw-r--r--databases/glom/files/patch-glom_main.cc32
-rw-r--r--databases/glom/pkg-descr21
-rw-r--r--databases/glom/pkg-plist257
6 files changed, 388 insertions, 0 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
new file mode 100644
index 000000000..b1de01280
--- /dev/null
+++ b/databases/glom/Makefile
@@ -0,0 +1,61 @@
+# New ports collection makefile for: glom
+# Date created: 24 April, 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= glom
+PORTVERSION= 1.12.1
+CATEGORIES= databases gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= GNOME database designer and user interface
+
+LIB_DEPENDS= gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
+ gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
+ avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
+ epc-1.0.2:${PORTSDIR}/www/libepc \
+ goocanvasmm-0.1.5:${PORTSDIR}/graphics/goocanvasmm
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
+ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
+ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
+
+USE_BZIP2= yes
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras
+USE_LDCONFIG= yes
+USE_PGSQL= yes
+INSTALLS_OMF= yes
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin
+INSTALLS_ICONS= yes
+
+#OPTIONS= SELF_HOSTING "Host the database locally" on
+
+.include <bsd.port.pre.mk>
+
+#.if defined(WITH_SELF_HOSTING)
+# 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
+#.else
+#CONFIGURE_ARGS+=--enable-client-only
+#.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \
+ ${WRKSRC}/Makefile.in
+
+post-install:
+ @-update-mime-database ${PREFIX}/share/mime
+
+.include <bsd.port.post.mk>
diff --git a/databases/glom/distinfo b/databases/glom/distinfo
new file mode 100644
index 000000000..07a257ddb
--- /dev/null
+++ b/databases/glom/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/glom-1.12.1.tar.bz2) = b5b3d58959262b715472954a47f3c769
+SHA256 (gnome2/glom-1.12.1.tar.bz2) = 14086a15f661967fdb600f7d6d5fdc116c83080611a08ff9f35aa144a583d5be
+SIZE (gnome2/glom-1.12.1.tar.bz2) = 3238097
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/files/patch-glom_main.cc b/databases/glom/files/patch-glom_main.cc
new file mode 100644
index 000000000..c9143bb8b
--- /dev/null
+++ b/databases/glom/files/patch-glom_main.cc
@@ -0,0 +1,32 @@
+--- glom/main.cc.orig 2009-03-16 14:53:55.000000000 +0100
++++ glom/main.cc 2009-03-17 16:22:01.000000000 +0100
+@@ -100,18 +100,19 @@ OptionGroup::OptionGroup()
+
+ } //namespace Glom
+
+-#ifndef G_OS_WIN32
++#ifdef __linux
+ extern "C" void __libc_freeres(void);
+ #endif
+
+ int
+ main(int argc, char* argv[])
+ {
+-#ifndef G_OS_WIN32
++#ifdef __linux
+ //Force some cleanup at exit,
+ //to help valgrind to detect memory leaks:
+ atexit(__libc_freeres);
+ #else
++# ifdef G_OS_WIN32
+ WSADATA data;
+ int errcode = WSAStartup(MAKEWORD(2, 0), &data);
+ if(errcode != 0)
+@@ -123,6 +124,7 @@ main(int argc, char* argv[])
+ gchar* installation_dir_c = g_win32_get_package_installation_directory_of_module(NULL);
+ const std::string installation_dir(installation_dir_c);
+ g_free(installation_dir_c);
++# endif
+ #endif
+
+ // TODO: I am not sure why, but this does not work. PYTHONPATH is set
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..b91652882
--- /dev/null
+++ b/databases/glom/pkg-plist
@@ -0,0 +1,257 @@
+bin/glom
+include/glom-1.12/libglom/appstate.h
+include/glom-1.12/libglom/data_structure/field.h
+include/glom-1.12/libglom/data_structure/fieldtypes.h
+include/glom-1.12/libglom/data_structure/foundset.h
+include/glom-1.12/libglom/data_structure/glomconversions.h
+include/glom-1.12/libglom/data_structure/groupinfo.h
+include/glom-1.12/libglom/data_structure/layout/custom_title.h
+include/glom-1.12/libglom/data_structure/layout/fieldformatting.h
+include/glom-1.12/libglom/data_structure/layout/layoutgroup.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_button.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_calendarportal.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_field.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_image.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_line.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_notebook.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_placeholder.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_portal.h
+include/glom-1.12/libglom/data_structure/layout/layoutitem_text.h
+include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h
+include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_footer.h
+include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_groupby.h
+include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_header.h
+include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_summary.h
+include/glom-1.12/libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h
+include/glom-1.12/libglom/data_structure/layout/usesrelationship.h
+include/glom-1.12/libglom/data_structure/numeric_format.h
+include/glom-1.12/libglom/data_structure/parameternamegenerator.h
+include/glom-1.12/libglom/data_structure/print_layout.h
+include/glom-1.12/libglom/data_structure/privileges.h
+include/glom-1.12/libglom/data_structure/relationship.h
+include/glom-1.12/libglom/data_structure/report.h
+include/glom-1.12/libglom/data_structure/system_prefs.h
+include/glom-1.12/libglom/data_structure/tableinfo.h
+include/glom-1.12/libglom/data_structure/translatable_item.h
+include/glom-1.12/libglom/document/bakery/document.h
+include/glom-1.12/libglom/document/bakery/document_xml.h
+include/glom-1.12/libglom/document/bakery/view/view.h
+include/glom-1.12/libglom/document/bakery/view/view_composite.h
+include/glom-1.12/libglom/document/bakery/view/viewbase.h
+include/glom-1.12/libglom/document/document.h
+include/glom-1.12/libglom/document/view.h
+include/glom-1.12/libglom/init.h
+include/glom-1.12/libglom/libglom_config.h
+include/glom-1.12/libglom/sharedptr.h
+include/glom-1.12/libglom/standard_table_prefs_fields.h
+lib/libglom-1.12.la
+lib/libglom-1.12.so
+lib/libglom-1.12.so.0
+%%PYTHON_SITELIBDIR%%/glom_1_12.la
+%%PYTHON_SITELIBDIR%%/glom_1_12.so
+libdata/pkgconfig/glom-1.12.pc
+share/applications/glom.desktop
+%%DATADIR%%/glade/glom_developer.glade
+%%DATADIR%%/glade/glom.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/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/cs/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/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-sv.omf
+@dirrm share/omf/glom
+@dirrm share/gnome/help/glom/sv/figures
+@dirrm share/gnome/help/glom/sv
+@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 %%DATADIR%%/xslt
+@dirrm %%DATADIR%%/pixmaps
+@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-1.12/libglom/document/bakery/view
+@dirrm include/glom-1.12/libglom/document/bakery
+@dirrm include/glom-1.12/libglom/document
+@dirrm include/glom-1.12/libglom/data_structure/layout/report_parts
+@dirrm include/glom-1.12/libglom/data_structure/layout
+@dirrm include/glom-1.12/libglom/data_structure
+@dirrm include/glom-1.12/libglom
+@dirrm include/glom-1.12