summaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-22 23:09:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-22 23:09:30 +0800
commit0a9de5976aa883f317a7aea12f7301e3ce1f0d1f (patch)
treef0dac22bc211e79441c09e87da6dcb24e7b9ca1f /science
parent90dc6ea0b8807b891d572c2694c134d345f3b797 (diff)
downloadmarcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.tar
marcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.tar.gz
marcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.tar.bz2
marcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.tar.lz
marcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.tar.xz
marcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.tar.zst
marcuscom-ports-0a9de5976aa883f317a7aea12f7301e3ce1f0d1f.zip
Add gnumeric 1.12.1 and gchemutils 1.14.2.
Normaly these would be committed to ports directly but I want to test them a bit before that. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18386 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'science')
-rw-r--r--science/gchemutils/Makefile73
-rw-r--r--science/gchemutils/distinfo2
-rw-r--r--science/gchemutils/files/patch-libs_gcu_application.cc10
-rw-r--r--science/gchemutils/pkg-descr12
-rw-r--r--science/gchemutils/pkg-plist371
5 files changed, 468 insertions, 0 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
new file mode 100644
index 000000000..48ae64479
--- /dev/null
+++ b/science/gchemutils/Makefile
@@ -0,0 +1,73 @@
+# Created by: Pav Lucistnik <pav@oook.cz>
+# $FreeBSD$
+
+PORTNAME= gchemutils
+PORTVERSION= 0.14.2
+CATEGORIES= science
+MASTER_SITES= ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION:R}
+DISTNAME= gnome-chemistry-utils-${PORTVERSION}
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= C++ classes and Gtk3 widgets related to chemistry
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \
+ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data
+LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \
+ openbabel:${PORTSDIR}/science/openbabel \
+ goffice-0.10:${PORTSDIR}/devel/goffice
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \
+ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data
+
+PORTSCOUT= limitw:1,even
+
+USE_XZ= yes
+USE_XORG= x11
+USES= pathfix shared-mime-info
+USE_GNOME= intlhack gnomedocutils gtk30 libgsf libxml2
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf
+INSTALLS_ICONS= yes
+INSTALLS_OMF= yes
+#GCONF_SCHEMAS= gcrystal.schemas gchempaint.schemas gchempaint-arrows.schemas \
+# gchemutils.schemas
+GLIB_SCHEMAS= org.gnome.gchemutils.crystal.gschema.xml \
+ org.gnome.gchemutils.gschema.xml \
+ org.gnome.gchemutils.paint.gschema.xml \
+ org.gnome.gchemutils.paint.plugins.arrows.gschema.xml
+
+MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 \
+ gspectrum.1
+
+PLIST_SUB= VER=0.14 GOFFICE=0.10 GNUMERIC_VER=1.12.1
+
+OPTIONS_DEFINE= XUL
+XUL_DESC= Build browser plugin (requires Xulrunner)
+
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MXUL}
+USE_GECKO= libxul
+CONFIGURE_ARGS+=--enable-mozilla-plugin
+PLIST_SUB+= XUL=""
+.else
+CONFIGURE_ARGS+=--disable-mozilla-plugin
+PLIST_SUB+= XUL="@comment "
+.endif
+
+.if exists(${LOCALBASE}/bin/gnumeric)
+RUN_DEPENDS+= gnumeric:${PORTSDIR}/math/gnumeric
+PLIST_SUB+= GNUMERIC=""
+.else
+PLIST_SUB+= GNUMERIC="@comment "
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/libs/gcp/Makefile.in
+
+.include <bsd.port.post.mk>
diff --git a/science/gchemutils/distinfo b/science/gchemutils/distinfo
new file mode 100644
index 000000000..6abbcb7ef
--- /dev/null
+++ b/science/gchemutils/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gnome-chemistry-utils-0.14.2.tar.xz) = 85462b95b9d72e95b34ebaa0d07dc101595adf2159e480e3483ab8f440028dfe
+SIZE (gnome-chemistry-utils-0.14.2.tar.xz) = 5572856
diff --git a/science/gchemutils/files/patch-libs_gcu_application.cc b/science/gchemutils/files/patch-libs_gcu_application.cc
new file mode 100644
index 000000000..174845148
--- /dev/null
+++ b/science/gchemutils/files/patch-libs_gcu_application.cc
@@ -0,0 +1,10 @@
+--- libs/gcu/application.cc.orig 2013-04-22 13:49:38.000000000 +0000
++++ libs/gcu/application.cc 2013-04-22 13:49:53.000000000 +0000
+@@ -39,6 +39,7 @@
+ #include <cstring>
+ #include <clocale>
+ #include <netinet/in.h>
++#include <sys/socket.h>
+ #include <sys/un.h>
+ #include <unistd.h>
+ #include <set>
diff --git a/science/gchemutils/pkg-descr b/science/gchemutils/pkg-descr
new file mode 100644
index 000000000..2eb4c646b
--- /dev/null
+++ b/science/gchemutils/pkg-descr
@@ -0,0 +1,12 @@
+Gnome Chemistry Utils provide C++ classes and Gtk+-2 widgets related
+to chemistry. It also contains these programs:
+
+* GChemPaint: a 2D chemical editor
+* a chemical calculator
+* a molecular structure viewer (GChem3D)
+* a crystal structure viewer and editor (Gnome Crystal)
+* a periodic table of the elements
+* a Mozilla plugin (which displays only XYZ files at the moment)
+* a simple spectrum viewer (GSpectrum)
+
+WWW: http://www.nongnu.org/gchemutils/
diff --git a/science/gchemutils/pkg-plist b/science/gchemutils/pkg-plist
new file mode 100644
index 000000000..44ffd97b6
--- /dev/null
+++ b/science/gchemutils/pkg-plist
@@ -0,0 +1,371 @@
+bin/gchem3d
+bin/gchem3d-%%VER%%
+bin/gchemcalc
+bin/gchemcalc-%%VER%%
+bin/gchempaint
+bin/gchempaint-%%VER%%
+bin/gchemtable
+bin/gchemtable-%%VER%%
+bin/gcrystal
+bin/gcrystal-%%VER%%
+bin/gspectrum
+bin/gspectrum-%%VER%%
+lib/gchemutils/%%VER%%/plugins/cdxml/cdxml.la
+lib/gchemutils/%%VER%%/plugins/cdxml/cdxml.so
+lib/gchemutils/%%VER%%/plugins/cdxml/plugin.xml
+lib/gchemutils/%%VER%%/plugins/cdx/cdx.la
+lib/gchemutils/%%VER%%/plugins/cdx/cdx.so
+lib/gchemutils/%%VER%%/plugins/cdx/plugin.xml
+lib/gchemutils/%%VER%%/plugins/nuts/nuts.la
+lib/gchemutils/%%VER%%/plugins/nuts/nuts.so
+lib/gchemutils/%%VER%%/plugins/nuts/plugin.xml
+lib/gchemutils/%%VER%%/plugins/paint/arrows.la
+lib/gchemutils/%%VER%%/plugins/paint/arrows.so
+lib/gchemutils/%%VER%%/plugins/paint/atoms.la
+lib/gchemutils/%%VER%%/plugins/paint/atoms.so
+lib/gchemutils/%%VER%%/plugins/paint/bonds.la
+lib/gchemutils/%%VER%%/plugins/paint/bonds.so
+lib/gchemutils/%%VER%%/plugins/cif/cif.la
+lib/gchemutils/%%VER%%/plugins/cif/cif.so
+lib/gchemutils/%%VER%%/plugins/cif/plugin.xml
+lib/gchemutils/%%VER%%/plugins/cml/cml.la
+lib/gchemutils/%%VER%%/plugins/cml/cml.so
+lib/gchemutils/%%VER%%/plugins/cml/plugin.xml
+lib/gchemutils/%%VER%%/plugins/paint/cycles.la
+lib/gchemutils/%%VER%%/plugins/paint/cycles.so
+lib/gchemutils/%%VER%%/plugins/paint/residues.la
+lib/gchemutils/%%VER%%/plugins/paint/residues.so
+lib/gchemutils/%%VER%%/plugins/paint/selection.la
+lib/gchemutils/%%VER%%/plugins/paint/selection.so
+lib/gchemutils/%%VER%%/plugins/paint/templates.la
+lib/gchemutils/%%VER%%/plugins/paint/templates.so
+lib/gchemutils/%%VER%%/plugins/paint/text.la
+lib/gchemutils/%%VER%%/plugins/paint/text.so
+lib/goffice/%%GOFFICE%%/plugins/gchemutils/gchemutils.la
+lib/goffice/%%GOFFICE%%/plugins/gchemutils/gchemutils.so
+lib/goffice/%%GOFFICE%%/plugins/gchemutils/plugin.xml
+lib/libgccv-%%VER%%.la
+lib/libgccv-%%VER%%.so
+lib/libgccv-%%VER%%.so.14
+lib/libgcugtk-%%VER%%.la
+lib/libgcugtk-%%VER%%.so
+lib/libgcugtk-%%VER%%.so.14
+lib/libgcp-%%VER%%.la
+lib/libgcp-%%VER%%.so
+lib/libgcp-%%VER%%.so.14
+lib/libgcrystal-%%VER%%.la
+lib/libgcrystal-%%VER%%.so
+lib/libgcrystal-%%VER%%.so.14
+lib/libgcu-%%VER%%.la
+lib/libgcu-%%VER%%.so
+lib/libgcu-%%VER%%.so.14
+%%XUL%%lib/xulrunner/plugins/libmozgcu.la
+%%XUL%%lib/xulrunner/plugins/libmozgcu.so
+%%XUL%%libexec/chem-viewer
+libexec/babelserver
+share/applications/gchem3d-%%VER%%.desktop
+share/applications/gchemcalc-%%VER%%.desktop
+share/applications/gcrystal-%%VER%%.desktop
+share/applications/gchempaint-%%VER%%.desktop
+share/applications/gspectrum-%%VER%%.desktop
+share/applications/gchemtable-%%VER%%.desktop
+share/gchemutils/%%VER%%/databases.xml
+share/gchemutils/%%VER%%/elecprops.xml
+share/gchemutils/%%VER%%/elements.xml
+share/gchemutils/%%VER%%/space-groups.xml
+share/gchemutils/%%VER%%/ui/calc/gchemcalc.ui
+share/gchemutils/%%VER%%/ui/crystal/atoms.ui
+share/gchemutils/%%VER%%/ui/crystal/bonds.ui
+share/gchemutils/%%VER%%/ui/crystal/cell.ui
+share/gchemutils/%%VER%%/ui/crystal/cleavages.ui
+share/gchemutils/%%VER%%/ui/crystal/docprop.ui
+share/gchemutils/%%VER%%/ui/crystal/lines.ui
+share/gchemutils/%%VER%%/ui/crystal/prefs.ui
+share/gchemutils/%%VER%%/ui/crystal/size.ui
+share/gchemutils/%%VER%%/ui/crystal/view-settings.ui
+share/gchemutils/%%VER%%/ui/libgcu/gcuperiodic.ui
+share/gchemutils/%%VER%%/ui/libgcu/image-resolution.ui
+share/gchemutils/%%VER%%/ui/libgcu/image-size.ui
+share/gchemutils/%%VER%%/ui/libgcu/print-setup.ui
+share/gchemutils/%%VER%%/ui/libgcu/stringdlg.ui
+share/gchemutils/%%VER%%/ui/libgcu/stringinputdlg.ui
+share/gchemutils/%%VER%%/ui/paint/H-pos.ui
+share/gchemutils/%%VER%%/ui/paint/arrow-object.ui
+share/gchemutils/%%VER%%/ui/paint/arrow.png
+share/gchemutils/%%VER%%/ui/paint/docprop.ui
+share/gchemutils/%%VER%%/ui/paint/newfiledlg.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/arrows/arrowtool.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/arrows/curvedarrowtool.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/atoms/orbital-prop.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/atoms/orbital.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/bonds/bond.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/bonds/chain.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/bonds/newman.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/cycles/cycle.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/cycles/cyclen.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/residues/residues.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/selection/brackets.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/selection/group.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/templates/new-template.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/templates/templates.ui
+share/gchemutils/%%VER%%/ui/paint/plugins/text/fontsel.ui
+share/gchemutils/%%VER%%/ui/paint/preferences.ui
+share/gchemutils/%%VER%%/ui/paint/tools.ui
+share/gchemutils/%%VER%%/ui/paint/zoom.ui
+share/gchemutils/%%VER%%/ui/table/acidity.ui
+share/gchemutils/%%VER%%/ui/table/block.ui
+share/gchemutils/%%VER%%/ui/table/curve.ui
+share/gchemutils/%%VER%%/ui/table/eltpage.ui
+share/gchemutils/%%VER%%/ui/table/family.ui
+share/gchemutils/%%VER%%/ui/table/state-thermometer.ui
+share/gchemutils/%%VER%%/isotopes.xml
+share/gchemutils/%%VER%%/paint/templates/haworth.xml
+share/gchemutils/%%VER%%/paint/templates/templates.xml
+share/gchemutils/%%VER%%/paint/themes/ACS_Document_1996
+share/gchemutils/%%VER%%/paint/themes/Gcp-Modern
+share/gchemutils/%%VER%%/paint/themes/Wikipedia
+share/gchemutils/%%VER%%/pixmaps/gcrystal_logo.png
+share/gchemutils/%%VER%%/pixmaps/gchempaint_logo.png
+share/gchemutils/%%VER%%/radii.xml
+share/gchemutils/%%VER%%/residues.xml
+share/gnome/help/gchem3d-%%VER%%/C/figures/ball-and-stick.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/cylinders.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/gchemcalc.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/gchempaint1.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/gchempaint2.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/main-window.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/page-setup.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/print-scale.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/smiles1.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/smiles2.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/smiles3.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/spacefill.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/wireframe.png
+share/gnome/help/gchem3d-%%VER%%/C/gchem3d-%%VER%%.xml
+share/gnome/help/gchem3d-%%VER%%/C/legal.xml
+share/gnome/help/gchemcalc-%%VER%%/C/figures/braces.png
+share/gnome/help/gchemcalc-%%VER%%/C/figures/composition.png
+share/gnome/help/gchemcalc-%%VER%%/C/figures/formula.png
+share/gnome/help/gchemcalc-%%VER%%/C/figures/page-setup.png
+share/gnome/help/gchemcalc-%%VER%%/C/figures/pattern.png
+share/gnome/help/gchemcalc-%%VER%%/C/figures/print-scale.png
+share/gnome/help/gchemcalc-%%VER%%/C/figures/start.png
+share/gnome/help/gchemcalc-%%VER%%/C/gchemcalc-%%VER%%.xml
+share/gnome/help/gchemcalc-%%VER%%/C/legal.xml
+share/gnome/help/gchempaint-%%VER%%/C/figures/Hposdlg.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-heads.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object-dlg.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object1.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object2.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-object3.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrow-opts.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/arrows.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/bond-opts.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/bond.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/brackets-opt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/brackets.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/chain-opt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/chain.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/charges.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/choose-elt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/curved-arrow-end.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/curved-arrow-opts.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/curved-arrow.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/cycle-opt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/cyclentool-opt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/cyclentool.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/cycletools.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/downbond.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/electrons.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/element.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/elt-menu.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/eraser.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/fragment.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/ghemical.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/group.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/lasso-prop.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/lasso.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/main-window.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/merge.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/merge1.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/merge2.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/merge3.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery-arrow.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery1.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery2.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mesomery3.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mol-menu-bases.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mol-menu.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mol-menu3d.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/new-template.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/newfile.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/newman-opt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/newman.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/orbital-prop.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/orbital-sample.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/orbital-toolbox.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/orbital.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/page-setup.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/phenyl-residue.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/phenyl-structure.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/preferences.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-arrows.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-atoms-font.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-atoms-other.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-bonds.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/prefs-text.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/print-scale.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/properties.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/reaction-arrows.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/reaction1.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/reaction2.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/reaction3.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/reaction4.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/reaction5.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/residues.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis1.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis2.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis3.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/retrosynthesis4.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/rotate.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/selection.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/stereobonds.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/templates-tools.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/templates.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/text-opt.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/text.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/toolbox.png
+share/gnome/help/gchempaint-%%VER%%/C/gchempaint-%%VER%%.xml
+share/gnome/help/gchempaint-%%VER%%/C/legal.xml
+share/gnome/help/gchemtable-%%VER%%/C/figures/add-plot.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/atomic-radii.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/blocs.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/choose-data.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/curve.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/elec.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/electronegativity.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/family.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/graph-guru.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/main.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/new-chart-guru.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/new-chart.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/page-setup.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/print-scale.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/radii.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/start.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/state.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/thermo.png
+share/gnome/help/gchemtable-%%VER%%/C/figures/tip.png
+share/gnome/help/gchemtable-%%VER%%/C/gchemtable-%%VER%%.xml
+share/gnome/help/gchemtable-%%VER%%/C/legal.xml
+share/gnome/help/gcrystal-%%VER%%/C/figures/atoms-dlg.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/cleavages-dlg.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/default-view.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/lattice-dlg.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/lines-dlg.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/main-window.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/page-setup.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/print-res.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/print-scale.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/size-dlg.png
+share/gnome/help/gcrystal-%%VER%%/C/figures/view-settings.png
+share/gnome/help/gcrystal-%%VER%%/C/gcrystal-%%VER%%.xml
+share/gnome/help/gcrystal-%%VER%%/C/legal.xml
+share/gnome/help/gspectrum-%%VER%%/C/figures/fid-tools.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/gspectrum.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/ir-tools.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/nmr-tools.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/page-setup.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/print-scale.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/simple-toolbar.png
+share/gnome/help/gspectrum-%%VER%%/C/figures/uv-vis-tools.png
+share/gnome/help/gspectrum-%%VER%%/C/gspectrum-%%VER%%.xml
+share/gnome/help/gspectrum-%%VER%%/C/legal.xml
+share/omf/gchem3d-%%VER%%/gchem3d-%%VER%%-C.omf
+share/omf/gchemcalc-%%VER%%/gchemcalc-%%VER%%-C.omf
+share/omf/gchempaint-%%VER%%/gchempaint-%%VER%%-C.omf
+share/omf/gchemtable-%%VER%%/gchemtable-%%VER%%-C.omf
+share/omf/gcrystal-%%VER%%/gcrystal-%%VER%%-C.omf
+share/omf/gspectrum-%%VER%%/gspectrum-%%VER%%-C.omf
+share/mimelnk/application/x-gchempaint.desktop
+share/mimelnk/application/x-gcrystal.desktop
+share/icons/hicolor/scalable/apps/gchem3d.svg
+share/icons/hicolor/scalable/apps/gchemcalc.svg
+share/icons/hicolor/scalable/apps/gchempaint.svg
+share/icons/hicolor/scalable/apps/gchemtable.svg
+share/icons/hicolor/scalable/apps/gcrystal.svg
+share/icons/hicolor/scalable/apps/gspectrum.svg
+share/icons/hicolor/scalable/mimetypes/application-x-gcrystal.svg
+share/icons/hicolor/scalable/mimetypes/application-x-gchempaint.svg
+share/locale/de/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/el/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/es/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/eu/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/fr/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/it/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/pl/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/pt_BR/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/ru/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/zh_CN/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/zh_TW/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/mime/packages/gchemutils.xml
+@dirrmtry share/applications
+@dirrm share/gchemutils/%%VER%%/ui/table
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/text
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/templates
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/selection
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/residues
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/cycles
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/bonds
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/atoms
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins/arrows
+@dirrm share/gchemutils/%%VER%%/ui/paint/plugins
+@dirrm share/gchemutils/%%VER%%/ui/paint
+@dirrm share/gchemutils/%%VER%%/ui/libgcu
+@dirrm share/gchemutils/%%VER%%/ui/crystal
+@dirrm share/gchemutils/%%VER%%/ui/calc
+@dirrm share/gchemutils/%%VER%%/ui
+@dirrm share/gchemutils/%%VER%%/pixmaps
+@dirrm share/gchemutils/%%VER%%/paint/themes
+@dirrm share/gchemutils/%%VER%%/paint/templates
+@dirrm share/gchemutils/%%VER%%/paint
+@dirrm share/gchemutils/%%VER%%
+@dirrm share/gchemutils
+@dirrm share/omf/gchem3d-%%VER%%
+@dirrm share/omf/gchemcalc-%%VER%%
+@dirrm share/omf/gchempaint-%%VER%%
+@dirrm share/omf/gchemtable-%%VER%%
+@dirrm share/omf/gcrystal-%%VER%%
+@dirrm share/omf/gspectrum-%%VER%%
+@dirrm share/gnome/help/gchemtable-%%VER%%/C/figures
+@dirrm share/gnome/help/gchemtable-%%VER%%/C
+@dirrm share/gnome/help/gchemtable-%%VER%%
+@dirrm share/gnome/help/gspectrum-%%VER%%/C/figures
+@dirrm share/gnome/help/gspectrum-%%VER%%/C
+@dirrm share/gnome/help/gspectrum-%%VER%%
+@dirrm share/gnome/help/gchempaint-%%VER%%/C/figures
+@dirrm share/gnome/help/gchempaint-%%VER%%/C
+@dirrm share/gnome/help/gchempaint-%%VER%%
+@dirrm share/gnome/help/gcrystal-%%VER%%/C/figures
+@dirrm share/gnome/help/gcrystal-%%VER%%/C
+@dirrm share/gnome/help/gcrystal-%%VER%%
+@dirrm share/gnome/help/gchemcalc-%%VER%%/C/figures
+@dirrm share/gnome/help/gchemcalc-%%VER%%/C
+@dirrm share/gnome/help/gchemcalc-%%VER%%
+@dirrm share/gnome/help/gchem3d-%%VER%%/C/figures
+@dirrm share/gnome/help/gchem3d-%%VER%%/C
+@dirrm share/gnome/help/gchem3d-%%VER%%
+@dirrmtry share/mime/chemical
+@dirrmtry share/mimelnk/application
+@dirrmtry share/mimelnk
+@dirrm lib/goffice/%%GOFFICE%%/plugins/gchemutils
+@dirrm lib/gchemutils/%%VER%%/plugins/paint
+@dirrm lib/gchemutils/%%VER%%/plugins/nuts
+@dirrm lib/gchemutils/%%VER%%/plugins/cml
+@dirrm lib/gchemutils/%%VER%%/plugins/cif
+@dirrm lib/gchemutils/%%VER%%/plugins/cdxml
+@dirrm lib/gchemutils/%%VER%%/plugins/cdx
+@dirrm lib/gchemutils/%%VER%%/plugins
+@dirrm lib/gchemutils/%%VER%%
+@dirrm lib/gchemutils