summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-13 18:17:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-13 18:17:55 +0000
commit977a9bbd9017670e49949537f9a46322e9a6c186 (patch)
tree7831bf3faf5cfc570446a6b201c4a131a1f417b8 /science
parent- Remove science/gchempaint, it has been integrated into science/gchemutils (diff)
- Update to 0.10.3
Notes
Notes: svn path=/head/; revision=225980
Diffstat (limited to 'science')
-rw-r--r--science/gchemutils/Makefile30
-rw-r--r--science/gchemutils/distinfo6
-rw-r--r--science/gchemutils/files/patch-configure11
-rw-r--r--science/gchemutils/files/patch-gcu-formula.cc22
-rw-r--r--science/gchemutils/files/patch-libs-gcu-spectrumdoc.cc11
-rw-r--r--science/gchemutils/pkg-descr11
-rw-r--r--science/gchemutils/pkg-plist1193
7 files changed, 904 insertions, 380 deletions
diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile
index 9bb116819b77..33e27b52c5f5 100644
--- a/science/gchemutils/Makefile
+++ b/science/gchemutils/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= gchemutils
-PORTVERSION= 0.8.7
-PORTREVISION= 1
+PORTVERSION= 0.10.3
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= ${PORTNAME}/0.8
+MASTER_SITE_SUBDIR= ${PORTNAME}/0.10
DISTNAME= gnome-chemistry-utils-${PORTVERSION}
MAINTAINER= pav@FreeBSD.org
@@ -18,14 +17,14 @@ COMMENT= C++ classes and Gtk2 widgets related to chemistry
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \
openbabel.3:${PORTSDIR}/science/openbabel \
- goffice-0.4:${PORTSDIR}/devel/goffice04
+ goffice-0.8.7:${PORTSDIR}/devel/goffice
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \
${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/bodr.pc:${PORTSDIR}/science/bodr \
${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:${PORTSDIR}/science/chemical-mime-data
USE_BZIP2= yes
-USE_GNOME= gnomehack intlhack libglade2 libgnomeprintui libgnomeui gnomedocutils
+USE_GNOME= gnomehack intlhack libglade2 gnomedocutils
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -33,27 +32,24 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-omf-dir=${PREFIX}/share/omf
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
-GCONF_SCHEMAS= gcrystal.schemas
+GCONF_SCHEMAS= gcrystal.schemas gchempaint.schemas gchempaint-arrows.schemas gchemutils.schemas
-MAN1= gchem3d-viewer.1 gchemcalc.1 gchemtable.1 gcrystal.1
-MAN3= libgcu.3
+MAN1= gchem3d.1 gchemcalc.1 gchempaint.1 gchemtable.1 gcrystal.1 gspectrum.1
-OPTIONS= MOZILLA "Build mozilla plugin" off
+PLIST_SUB= VER=0.10
-.include <bsd.port.pre.mk>
+OPTIONS= XUL "Build browser plugin (requires Xulrunner)" off
-.if ${OSVERSION} >= 800058
-BROKEN= does not build
-.endif
+.include <bsd.port.pre.mk>
-.if defined(WITH_MOZILLA)
-USE_GECKO= mozilla
+.if defined(WITH_XUL)
+USE_GECKO= xulrunner
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
CONFIGURE_ARGS+=--enable-mozilla-plugin
-PLIST_SUB= MOZILLA=""
+PLIST_SUB+= XUL=""
.else
CONFIGURE_ARGS+=--disable-mozilla-plugin
-PLIST_SUB= MOZILLA="@comment "
+PLIST_SUB+= XUL="@comment "
.endif
.include <bsd.port.post.mk>
diff --git a/science/gchemutils/distinfo b/science/gchemutils/distinfo
index d6d26a669694..55c6b0a5a6be 100644
--- a/science/gchemutils/distinfo
+++ b/science/gchemutils/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome-chemistry-utils-0.8.7.tar.bz2) = 011344eef28cdf188c54247fa3a65448
-SHA256 (gnome-chemistry-utils-0.8.7.tar.bz2) = cb2122e1c232faec6fa89e75cf52387562da50e97f3ab5eebe2d9a8ad1e2f9fb
-SIZE (gnome-chemistry-utils-0.8.7.tar.bz2) = 1543678
+MD5 (gnome-chemistry-utils-0.10.3.tar.bz2) = 53f73604498817a0afcc58a81d1e034a
+SHA256 (gnome-chemistry-utils-0.10.3.tar.bz2) = d7a12f077f0481f13afcb73dfb8ee342c7068f64cb0d5f8997fc450cdca7e74d
+SIZE (gnome-chemistry-utils-0.10.3.tar.bz2) = 4095643
diff --git a/science/gchemutils/files/patch-configure b/science/gchemutils/files/patch-configure
new file mode 100644
index 000000000000..541ee0bfc2e8
--- /dev/null
+++ b/science/gchemutils/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2009-01-13 16:00:51.000000000 +0100
++++ configure 2009-01-13 16:09:07.000000000 +0100
+@@ -21025,7 +21025,7 @@
+ GCU_MAJOR_VERSION=`echo $GCU_VERSION | awk -F . '{ print $1}'`
+ GCU_MINOR_VERSION=`echo $GCU_VERSION | awk -F . '{ print $2}'`
+ GCU_MICRO_VERSION=`echo $GCU_VERSION | awk -F . '{ print $3}'`
+-let GCU_API_MINOR_VERSION=($GCU_MINOR_VERSION+1)/2*2
++let GCU_API_MINOR_VERSION=\($GCU_MINOR_VERSION+1\)/2*2 > /dev/null
+
+ GCU_API_VER="$GCU_MAJOR_VERSION.$GCU_API_MINOR_VERSION"
+
diff --git a/science/gchemutils/files/patch-gcu-formula.cc b/science/gchemutils/files/patch-gcu-formula.cc
deleted file mode 100644
index faf7ff193571..000000000000
--- a/science/gchemutils/files/patch-gcu-formula.cc
+++ /dev/null
@@ -1,22 +0,0 @@
---- gcu/formula.cc.orig Thu Feb 9 13:24:54 2006
-+++ gcu/formula.cc Mon Mar 20 18:17:25 2006
-@@ -31,6 +31,19 @@
- #include <glib/gi18n.h>
- #include <sstream>
-
-+/* XXX Implement strndup for FreeBSD. */
-+static char *
-+strndup(const char *str, size_t len) {
-+ char *ret;
-+
-+ if ((str == NULL || len < 0)) return(NULL);
-+ ret = (char *)malloc(len + 1);
-+ if (ret == NULL) return(NULL);
-+ strncpy(ret, str, len);
-+ ret[len] = '\0';
-+ return(ret);
-+}
-+
- using namespace gcu;
-
- parse_error::parse_error(const string& __arg, int start, int length)
diff --git a/science/gchemutils/files/patch-libs-gcu-spectrumdoc.cc b/science/gchemutils/files/patch-libs-gcu-spectrumdoc.cc
new file mode 100644
index 000000000000..36c5be19b1ee
--- /dev/null
+++ b/science/gchemutils/files/patch-libs-gcu-spectrumdoc.cc
@@ -0,0 +1,11 @@
+--- libs/gcu/spectrumdoc.cc.orig 2009-01-05 20:09:59.000000000 +0100
++++ libs/gcu/spectrumdoc.cc 2009-01-13 16:22:00.000000000 +0100
+@@ -1898,7 +1898,7 @@
+
+ static double expm (double val, double f, double offset)
+ {
+- return exp10 (-val) * f + offset;
++ return pow (10, -val) * f + offset;
+ }
+
+ double (*SpectrumDocument::GetConversionFunction (SpectrumUnitType oldu, SpectrumUnitType newu, double &factor, double &shift)) (double, double, double)
diff --git a/science/gchemutils/pkg-descr b/science/gchemutils/pkg-descr
index 4cea59d9dd7d..2eb4c646b117 100644
--- a/science/gchemutils/pkg-descr
+++ b/science/gchemutils/pkg-descr
@@ -1,5 +1,12 @@
Gnome Chemistry Utils provide C++ classes and Gtk+-2 widgets related
-to chemistry. They will be used in future versions of Gnome Crystal
-and GChemPaint.
+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
index 780a37d67075..8ec61bd4e0da 100644
--- a/science/gchemutils/pkg-plist
+++ b/science/gchemutils/pkg-plist
@@ -1,368 +1,889 @@
-bin/gchem3d-viewer
+bin/gchem3d
+bin/gchem3d-%%VER%%
bin/gchemcalc
+bin/gchemcalc-%%VER%%
+bin/gchempaint
+bin/gchempaint-%%VER%%
bin/gchemtable
+bin/gchemtable-%%VER%%
bin/gcrystal
-include/gcu/gcu/application.h
-include/gcu/gcu/atom.h
-include/gcu/gcu/bond.h
-include/gcu/gcu/chem3ddoc.h
-include/gcu/gcu/chemistry.h
-include/gcu/gcu/crystalatom.h
-include/gcu/gcu/crystalcleavage.h
-include/gcu/gcu/crystaldoc.h
-include/gcu/gcu/crystalline.h
-include/gcu/gcu/crystalview.h
-include/gcu/gcu/dialog-owner.h
-include/gcu/gcu/dialog.h
-include/gcu/gcu/document.h
-include/gcu/gcu/element.h
-include/gcu/gcu/filechooser.h
-include/gcu/gcu/formula.h
-include/gcu/gcu/gldocument.h
-include/gcu/gcu/glview.h
-include/gcu/gcu/gtkchem3dviewer.h
-include/gcu/gcu/gtkcomboperiodic.h
-include/gcu/gcu/gtkcrystalviewer.h
-include/gcu/gcu/gtkperiodic.h
-include/gcu/gcu/isotope.h
-include/gcu/gcu/macros.h
-include/gcu/gcu/matrix.h
-include/gcu/gcu/matrix2d.h
-include/gcu/gcu/object.h
-include/gcu/gcu/value.h
-include/gcu/gcu/xml-utils.h
-lib/libgcu.la
-lib/libgcu.so
-lib/libgcu.so.8
-%%MOZILLA%%lib/mozilla/plugins/libmozgcu.la
-%%MOZILLA%%lib/mozilla/plugins/libmozgcu.so
-libdata/pkgconfig/gcu.pc
-%%MOZILLA%%libexec/chem-viewer
-share/applications/gchem3d-viewer.desktop
-share/applications/gchemcalc.desktop
-share/applications/gchemtable.desktop
-share/applications/gcrystal.desktop
-share/doc/gchemutils/reference/annotated.html
-share/doc/gchemutils/reference/application_8h-source.html
-share/doc/gchemutils/reference/atom_8h-source.html
-share/doc/gchemutils/reference/bond_8h-source.html
-share/doc/gchemutils/reference/chem3ddoc_8h-source.html
-share/doc/gchemutils/reference/chemistry_8h-source.html
-share/doc/gchemutils/reference/chemistry_8h.html
-share/doc/gchemutils/reference/classes.html
-share/doc/gchemutils/reference/classgcu_1_1Application-members.html
-share/doc/gchemutils/reference/classgcu_1_1Application.html
-share/doc/gchemutils/reference/classgcu_1_1Application.png
-share/doc/gchemutils/reference/classgcu_1_1Atom-members.html
-share/doc/gchemutils/reference/classgcu_1_1Atom.html
-share/doc/gchemutils/reference/classgcu_1_1Atom.png
-share/doc/gchemutils/reference/classgcu_1_1Bond-members.html
-share/doc/gchemutils/reference/classgcu_1_1Bond.html
-share/doc/gchemutils/reference/classgcu_1_1Bond.png
-share/doc/gchemutils/reference/classgcu_1_1Chem3dDoc-members.html
-share/doc/gchemutils/reference/classgcu_1_1Chem3dDoc.html
-share/doc/gchemutils/reference/classgcu_1_1Chem3dDoc.png
-share/doc/gchemutils/reference/classgcu_1_1CrystalAtom-members.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalAtom.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalAtom.png
-share/doc/gchemutils/reference/classgcu_1_1CrystalCleavage-members.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalCleavage.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalDoc-members.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalDoc.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalDoc.png
-share/doc/gchemutils/reference/classgcu_1_1CrystalLine-members.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalLine.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalView-members.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalView.html
-share/doc/gchemutils/reference/classgcu_1_1CrystalView.png
-share/doc/gchemutils/reference/classgcu_1_1Dialog-members.html
-share/doc/gchemutils/reference/classgcu_1_1Dialog.html
-share/doc/gchemutils/reference/classgcu_1_1DialogOwner-members.html
-share/doc/gchemutils/reference/classgcu_1_1DialogOwner.html
-share/doc/gchemutils/reference/classgcu_1_1DialogOwner.png
-share/doc/gchemutils/reference/classgcu_1_1DimensionalValue-members.html
-share/doc/gchemutils/reference/classgcu_1_1DimensionalValue.html
-share/doc/gchemutils/reference/classgcu_1_1DimensionalValue.png
-share/doc/gchemutils/reference/classgcu_1_1Document-members.html
-share/doc/gchemutils/reference/classgcu_1_1Document.html
-share/doc/gchemutils/reference/classgcu_1_1Document.png
-share/doc/gchemutils/reference/classgcu_1_1Element-members.html
-share/doc/gchemutils/reference/classgcu_1_1Element.html
-share/doc/gchemutils/reference/classgcu_1_1FileChooser-members.html
-share/doc/gchemutils/reference/classgcu_1_1FileChooser.html
-share/doc/gchemutils/reference/classgcu_1_1Formula-members.html
-share/doc/gchemutils/reference/classgcu_1_1Formula.html
-share/doc/gchemutils/reference/classgcu_1_1GLDocument-members.html
-share/doc/gchemutils/reference/classgcu_1_1GLDocument.html
-share/doc/gchemutils/reference/classgcu_1_1GLDocument.png
-share/doc/gchemutils/reference/classgcu_1_1GLView-members.html
-share/doc/gchemutils/reference/classgcu_1_1GLView.html
-share/doc/gchemutils/reference/classgcu_1_1GLView.png
-share/doc/gchemutils/reference/classgcu_1_1Isotope-members.html
-share/doc/gchemutils/reference/classgcu_1_1Isotope.html
-share/doc/gchemutils/reference/classgcu_1_1Isotope.png
-share/doc/gchemutils/reference/classgcu_1_1IsotopicPattern-members.html
-share/doc/gchemutils/reference/classgcu_1_1IsotopicPattern.html
-share/doc/gchemutils/reference/classgcu_1_1LocalizedStringValue-members.html
-share/doc/gchemutils/reference/classgcu_1_1LocalizedStringValue.html
-share/doc/gchemutils/reference/classgcu_1_1LocalizedStringValue.png
-share/doc/gchemutils/reference/classgcu_1_1Matrix-members.html
-share/doc/gchemutils/reference/classgcu_1_1Matrix.html
-share/doc/gchemutils/reference/classgcu_1_1Matrix2D-members.html
-share/doc/gchemutils/reference/classgcu_1_1Matrix2D.html
-share/doc/gchemutils/reference/classgcu_1_1Object-members.html
-share/doc/gchemutils/reference/classgcu_1_1Object.html
-share/doc/gchemutils/reference/classgcu_1_1Object.png
-share/doc/gchemutils/reference/classgcu_1_1SimpleValue-members.html
-share/doc/gchemutils/reference/classgcu_1_1SimpleValue.html
-share/doc/gchemutils/reference/classgcu_1_1SimpleValue.png
-share/doc/gchemutils/reference/classgcu_1_1StringValue-members.html
-share/doc/gchemutils/reference/classgcu_1_1StringValue.html
-share/doc/gchemutils/reference/classgcu_1_1StringValue.png
-share/doc/gchemutils/reference/classgcu_1_1Value-members.html
-share/doc/gchemutils/reference/classgcu_1_1Value.html
-share/doc/gchemutils/reference/classgcu_1_1Value.png
-share/doc/gchemutils/reference/classgcu_1_1parse__error-members.html
-share/doc/gchemutils/reference/classgcu_1_1parse__error.html
-share/doc/gchemutils/reference/crystalatom_8h-source.html
-share/doc/gchemutils/reference/crystalcleavage_8h-source.html
-share/doc/gchemutils/reference/crystaldoc_8h-source.html
-share/doc/gchemutils/reference/crystalline_8h-source.html
-share/doc/gchemutils/reference/crystalview_8h-source.html
-share/doc/gchemutils/reference/dialog-owner_8h-source.html
-share/doc/gchemutils/reference/dialog_8h-source.html
-share/doc/gchemutils/reference/dir_56e7ad8c3419b1751f957adcf4365adc.html
-share/doc/gchemutils/reference/dir_9f2d8162e43306b5d99d99e2edbed32d.html
-share/doc/gchemutils/reference/dirs.html
-share/doc/gchemutils/reference/document_8h-source.html
-share/doc/gchemutils/reference/doxygen.css
-share/doc/gchemutils/reference/doxygen.png
-share/doc/gchemutils/reference/element_8h-source.html
-share/doc/gchemutils/reference/filechooser_8h-source.html
-share/doc/gchemutils/reference/files.html
-share/doc/gchemutils/reference/formula_8h-source.html
-share/doc/gchemutils/reference/functions.html
-share/doc/gchemutils/reference/functions_0x62.html
-share/doc/gchemutils/reference/functions_0x63.html
-share/doc/gchemutils/reference/functions_0x64.html
-share/doc/gchemutils/reference/functions_0x65.html
-share/doc/gchemutils/reference/functions_0x66.html
-share/doc/gchemutils/reference/functions_0x67.html
-share/doc/gchemutils/reference/functions_0x68.html
-share/doc/gchemutils/reference/functions_0x69.html
-share/doc/gchemutils/reference/functions_0x6b.html
-share/doc/gchemutils/reference/functions_0x6c.html
-share/doc/gchemutils/reference/functions_0x6d.html
-share/doc/gchemutils/reference/functions_0x6e.html
-share/doc/gchemutils/reference/functions_0x6f.html
-share/doc/gchemutils/reference/functions_0x70.html
-share/doc/gchemutils/reference/functions_0x72.html
-share/doc/gchemutils/reference/functions_0x73.html
-share/doc/gchemutils/reference/functions_0x74.html
-share/doc/gchemutils/reference/functions_0x75.html
-share/doc/gchemutils/reference/functions_0x76.html
-share/doc/gchemutils/reference/functions_0x77.html
-share/doc/gchemutils/reference/functions_0x78.html
-share/doc/gchemutils/reference/functions_0x79.html
-share/doc/gchemutils/reference/functions_0x7a.html
-share/doc/gchemutils/reference/functions_0x7e.html
-share/doc/gchemutils/reference/functions_func.html
-share/doc/gchemutils/reference/functions_func_0x62.html
-share/doc/gchemutils/reference/functions_func_0x63.html
-share/doc/gchemutils/reference/functions_func_0x64.html
-share/doc/gchemutils/reference/functions_func_0x65.html
-share/doc/gchemutils/reference/functions_func_0x66.html
-share/doc/gchemutils/reference/functions_func_0x67.html
-share/doc/gchemutils/reference/functions_func_0x68.html
-share/doc/gchemutils/reference/functions_func_0x69.html
-share/doc/gchemutils/reference/functions_func_0x6b.html
-share/doc/gchemutils/reference/functions_func_0x6c.html
-share/doc/gchemutils/reference/functions_func_0x6d.html
-share/doc/gchemutils/reference/functions_func_0x6e.html
-share/doc/gchemutils/reference/functions_func_0x6f.html
-share/doc/gchemutils/reference/functions_func_0x70.html
-share/doc/gchemutils/reference/functions_func_0x72.html
-share/doc/gchemutils/reference/functions_func_0x73.html
-share/doc/gchemutils/reference/functions_func_0x74.html
-share/doc/gchemutils/reference/functions_func_0x75.html
-share/doc/gchemutils/reference/functions_func_0x76.html
-share/doc/gchemutils/reference/functions_func_0x77.html
-share/doc/gchemutils/reference/functions_func_0x78.html
-share/doc/gchemutils/reference/functions_func_0x79.html
-share/doc/gchemutils/reference/functions_func_0x7a.html
-share/doc/gchemutils/reference/functions_func_0x7e.html
-share/doc/gchemutils/reference/functions_vars.html
-share/doc/gchemutils/reference/gldocument_8h-source.html
-share/doc/gchemutils/reference/globals.html
-share/doc/gchemutils/reference/globals_defs.html
-share/doc/gchemutils/reference/globals_enum.html
-share/doc/gchemutils/reference/globals_func.html
-share/doc/gchemutils/reference/globals_type.html
-share/doc/gchemutils/reference/glview_8h-source.html
-share/doc/gchemutils/reference/gtkchem3dviewer_8h-source.html
-share/doc/gchemutils/reference/gtkchem3dviewer_8h.html
-share/doc/gchemutils/reference/gtkcomboperiodic_8h-source.html
-share/doc/gchemutils/reference/gtkcomboperiodic_8h.html
-share/doc/gchemutils/reference/gtkcrystalviewer_8h-source.html
-share/doc/gchemutils/reference/gtkcrystalviewer_8h.html
-share/doc/gchemutils/reference/gtkperiodic_8h-source.html
-share/doc/gchemutils/reference/gtkperiodic_8h.html
-share/doc/gchemutils/reference/hierarchy.html
-share/doc/gchemutils/reference/index.html
-share/doc/gchemutils/reference/isotope_8h-source.html
-share/doc/gchemutils/reference/macros_8h-source.html
-share/doc/gchemutils/reference/macros_8h.html
-share/doc/gchemutils/reference/matrix2d_8h-source.html
-share/doc/gchemutils/reference/matrix_8h-source.html
-share/doc/gchemutils/reference/namespacegcu.html
-share/doc/gchemutils/reference/namespacemembers.html
-share/doc/gchemutils/reference/namespacemembers_enum.html
-share/doc/gchemutils/reference/namespacemembers_type.html
-share/doc/gchemutils/reference/namespaces.html
-share/doc/gchemutils/reference/object_8h-source.html
-share/doc/gchemutils/reference/structGcuAtomicRadius-members.html
-share/doc/gchemutils/reference/structGcuAtomicRadius.html
-share/doc/gchemutils/reference/structGcuDimensionalValue-members.html
-share/doc/gchemutils/reference/structGcuDimensionalValue.html
-share/doc/gchemutils/reference/structGcuElectronegativity-members.html
-share/doc/gchemutils/reference/structGcuElectronegativity.html
-share/doc/gchemutils/reference/structGcuIsotope-members.html
-share/doc/gchemutils/reference/structGcuIsotope.html
-share/doc/gchemutils/reference/structGcuIsotope.png
-share/doc/gchemutils/reference/structGcuValue-members.html
-share/doc/gchemutils/reference/structGcuValue.html
-share/doc/gchemutils/reference/structGtkChem3DViewer.html
-share/doc/gchemutils/reference/structGtkComboPeriodic.html
-share/doc/gchemutils/reference/structGtkCrystalViewer.html
-share/doc/gchemutils/reference/structGtkPeriodic.html
-share/doc/gchemutils/reference/tab_b.gif
-share/doc/gchemutils/reference/tab_l.gif
-share/doc/gchemutils/reference/tab_r.gif
-share/doc/gchemutils/reference/tabs.css
-share/doc/gchemutils/reference/testgtkchem3dviewer_8c-source.html
-share/doc/gchemutils/reference/testgtkchem3dviewer_8c.html
-share/doc/gchemutils/reference/testgtkcrystalviewer_8c-source.html
-share/doc/gchemutils/reference/testgtkcrystalviewer_8c.html
-share/doc/gchemutils/reference/testgtkperiodic_8c-source.html
-share/doc/gchemutils/reference/testgtkperiodic_8c.html
-share/doc/gchemutils/reference/value_8h-source.html
-share/doc/gchemutils/reference/xml-utils_8h-source.html
-share/doc/gchemutils/reference/xml-utils_8h.html
-share/gchemutils/elecprops.xml
-share/gchemutils/elements.xml
-share/gchemutils/glade/crystal/atoms.glade
-share/gchemutils/glade/crystal/cell.glade
-share/gchemutils/glade/crystal/cleavages.glade
-share/gchemutils/glade/crystal/lines.glade
-share/gchemutils/glade/crystal/prefs.glade
-share/gchemutils/glade/crystal/size.glade
-share/gchemutils/glade/crystal/view-settings.glade
-share/gchemutils/glade/gchemcalc.glade
-share/gchemutils/glade/gtkperiodic.glade
-share/gchemutils/glade/image-resolution.glade
-share/gchemutils/glade/image-size.glade
-share/gchemutils/glade/table/curve.glade
-share/gchemutils/glade/table/eltpage.glade
-share/gchemutils/glade/table/family.glade
-share/gchemutils/glade/table/state-thermometer.glade
-share/gchemutils/isotopes.xml
-share/gchemutils/pixmaps/gcrystal_logo.png
-share/gchemutils/radii.xml
-share/gnome/help/gchem3d-viewer/C/figures/main-window.png
-share/gnome/help/gchem3d-viewer/C/gchem3d-viewer.xml
-share/gnome/help/gchem3d-viewer/C/legal.xml
-share/gnome/help/gchemcalc/C/figures/braces.png
-share/gnome/help/gchemcalc/C/figures/composition.png
-share/gnome/help/gchemcalc/C/figures/formula.png
-share/gnome/help/gchemcalc/C/figures/pattern.png
-share/gnome/help/gchemcalc/C/figures/start.png
-share/gnome/help/gchemcalc/C/gchemcalc.xml
-share/gnome/help/gchemcalc/C/legal.xml
-share/gnome/help/gchemtable/C/figures/curve.png
-share/gnome/help/gchemtable/C/figures/elec.png
-share/gnome/help/gchemtable/C/figures/family.png
-share/gnome/help/gchemtable/C/figures/main.png
-share/gnome/help/gchemtable/C/figures/radii.png
-share/gnome/help/gchemtable/C/figures/start.png
-share/gnome/help/gchemtable/C/figures/state.png
-share/gnome/help/gchemtable/C/figures/thermo.png
-share/gnome/help/gchemtable/C/gchemtable.xml
-share/gnome/help/gchemtable/C/legal.xml
-share/gnome/help/gcrystal/C/figures/atoms-dlg.png
-share/gnome/help/gcrystal/C/figures/cleavages-dlg.png
-share/gnome/help/gcrystal/C/figures/default-view.png
-share/gnome/help/gcrystal/C/figures/lattice-dlg.png
-share/gnome/help/gcrystal/C/figures/lines-dlg.png
-share/gnome/help/gcrystal/C/figures/main-window.png
-share/gnome/help/gcrystal/C/figures/print-res.png
-share/gnome/help/gcrystal/C/figures/size-dlg.png
-share/gnome/help/gcrystal/C/figures/view-settings.png
-share/gnome/help/gcrystal/C/gcrystal.xml
-share/gnome/help/gcrystal/C/legal.xml
-share/omf/gchem3d-viewer/gchem3d-viewer-C.omf
-share/omf/gchemcalc/gchemcalc-C.omf
-share/omf/gcrystal/gcrystal-C.omf
-share/omf/gchemtable/gchemtable-C.omf
+bin/gcrystal-%%VER%%
+bin/gspectrum
+bin/gspectrum-%%VER%%
+lib/libgchempaint-%%VER%%.la
+lib/libgchempaint-%%VER%%.so
+lib/libgchempaint-%%VER%%.so.10
+lib/libgcpcanvas-%%VER%%.la
+lib/libgcpcanvas-%%VER%%.so
+lib/libgcpcanvas-%%VER%%.so.10
+lib/libgcu-%%VER%%.la
+lib/libgcu-%%VER%%.so
+lib/libgcu-%%VER%%.so.10
+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/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/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/gchemutils/%%VER%%/plugins/paint/wikipedia.la
+lib/gchemutils/%%VER%%/plugins/paint/wikipedia.so
+lib/goffice/0.7.2/plugins/gchemutils/gchemutils.la
+lib/goffice/0.7.2/plugins/gchemutils/gchemutils.so
+lib/goffice/0.7.2/plugins/gchemutils/plugin.xml
+%%XUL%%lib/xulrunner/plugins/libmozgcu.la
+%%XUL%%lib/xulrunner/plugins/libmozgcu.so
+%%XUL%%libexec/chem-viewer
+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/doc/gchemutils/%%VER%%/reference/about_8h.html
+share/doc/gchemutils/%%VER%%/reference/about_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/annotated.html
+share/doc/gchemutils/%%VER%%/reference/arrow_8h.html
+share/doc/gchemutils/%%VER%%/reference/arrow_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/classes.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1AddOperation.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1AddOperation.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1AddOperation-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Application.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Application.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Application-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Arrow.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Arrow.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Arrow-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Atom.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Atom.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Atom-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Bond.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Bond.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Bond-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1DeleteOperation.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1DeleteOperation.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1DeleteOperation-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1DocPropDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1DocPropDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1DocPropDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Document.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Document.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Document-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Electron.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Electron.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Electron-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1FragmentAtom.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1FragmentAtom.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1FragmentAtom-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1FragmentResidue.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1FragmentResidue.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1FragmentResidue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Fragment.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Fragment.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Fragment-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1HPosDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1HPosDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1HPosDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1MesomeryArrow.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1MesomeryArrow.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1MesomeryArrow-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Mesomery.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Mesomery.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Mesomery-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Mesomer.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Mesomer.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Mesomer-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ModifyOperation.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ModifyOperation.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ModifyOperation-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Molecule.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Molecule.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Molecule-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1NewFileDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1NewFileDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1NewFileDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Operation.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Operation.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Operation-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Plugin.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Plugin-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1PrefsDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1PrefsDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1PrefsDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Reactant.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Reactant.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Reactant-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionArrow.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionArrow.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionArrow-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionOperator.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionOperator.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionOperator-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionPropDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionPropDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionPropDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionProp.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionProp.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionProp-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionStep.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionStep.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ReactionStep-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Reaction.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Reaction.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Reaction-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Residue.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Residue.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Residue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1StringDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1StringDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1StringDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Target.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Target.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Target-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1TextObject.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1TextObject.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1TextObject-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Text.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Text.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Text-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ThemeManager.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ThemeManager-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Theme.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Theme-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Tools.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Tools.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Tools-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Tool.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Tool-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1View.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1View-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1WidgetData.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1WidgetData-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Window.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Window.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1Window-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ZoomDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ZoomDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcp_1_1ZoomDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Application.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Application.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Application-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1AtomMatchState.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1AtomMatchState-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1AtomPair.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1AtomPair-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Atom.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Atom.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Atom-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Bond.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Bond.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Bond-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalAtom.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalAtom.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalAtom-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalBond.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalBond.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalBond-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalCleavage.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalCleavage-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalDoc.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalDoc.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalDoc-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalLine.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalLine-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalView.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalView.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1CrystalView-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Cycle.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Cycle.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Cycle-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1DialogOwner.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1DialogOwner.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1DialogOwner-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Dialog.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Dialog.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Dialog-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1DimensionalValue.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1DimensionalValue.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1DimensionalValue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Document.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Document.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Document-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Element.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Element-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FileChooser.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FileChooser-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaAtom.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaAtom.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaAtom-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaBlock.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaBlock.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaBlock-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaElt.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaElt.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaElt-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaResidue.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaResidue.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1FormulaResidue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Formula.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Formula-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLDocument.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLDocument.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLDocument-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLMatrix.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLMatrix-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLView.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLView.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1GLView-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Chain.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Chain.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Chain-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Chem3dDoc.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Chem3dDoc.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Chem3dDoc-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Isotope.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Isotope.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Isotope-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1IsotopicPattern.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1IsotopicPattern-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Loader.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Loader-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1LocalizedStringValue.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1LocalizedStringValue.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1LocalizedStringValue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Matrix2D.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Matrix2D-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Matrix.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Matrix-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Molecule.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Molecule.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Molecule-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Object.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Object.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Object-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1parse__error.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1parse__error-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Printable.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Printable.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Printable-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1PrintSetupDlg.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1PrintSetupDlg.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1PrintSetupDlg-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Residue.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Residue.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Residue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SimpleValue.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SimpleValue.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SimpleValue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SpectrumDocument.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SpectrumDocument.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SpectrumDocument-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SpectrumView.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1SpectrumView-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Sphere.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Sphere-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1StringValue.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1StringValue.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1StringValue-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Value.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Value.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Value-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Vector3f.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Vector3f-members.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Window.html
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Window.png
+share/doc/gchemutils/%%VER%%/reference/classgcu_1_1Window-members.html
+share/doc/gchemutils/%%VER%%/reference/cmd-context_8h.html
+share/doc/gchemutils/%%VER%%/reference/cmd-context_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/crystalatom_8h.html
+share/doc/gchemutils/%%VER%%/reference/crystalatom_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/crystalbond_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/crystalcleavage_8h.html
+share/doc/gchemutils/%%VER%%/reference/crystalcleavage_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/crystaldoc_8h.html
+share/doc/gchemutils/%%VER%%/reference/crystaldoc_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/crystalline_8h.html
+share/doc/gchemutils/%%VER%%/reference/crystalline_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/crystalview_8h.html
+share/doc/gchemutils/%%VER%%/reference/crystalview_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/cycle_8h.html
+share/doc/gchemutils/%%VER%%/reference/cycle_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/cylinder_8h.html
+share/doc/gchemutils/%%VER%%/reference/cylinder_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/dialog-owner_8h.html
+share/doc/gchemutils/%%VER%%/reference/dialog-owner_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/dialog_8h.html
+share/doc/gchemutils/%%VER%%/reference/dialog_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/dirs.html
+share/doc/gchemutils/%%VER%%/reference/dir_a5207d54ba149829d5dbe5e6d0e40700.html
+share/doc/gchemutils/%%VER%%/reference/dir_1f5da3c0cda3468e6af2b669a803fceb.html
+share/doc/gchemutils/%%VER%%/reference/dir_3f1a4fbcec42af7c381c8030b930461d.html
+share/doc/gchemutils/%%VER%%/reference/dir_4dc46c636cfd3997b28f6cceab9d70bd.html
+share/doc/gchemutils/%%VER%%/reference/docprop_8h.html
+share/doc/gchemutils/%%VER%%/reference/docprop_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/doxygen.css
+share/doc/gchemutils/%%VER%%/reference/doxygen.png
+share/doc/gchemutils/%%VER%%/reference/electron_8h.html
+share/doc/gchemutils/%%VER%%/reference/electron_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/element_8h.html
+share/doc/gchemutils/%%VER%%/reference/element_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/filechooser_8h.html
+share/doc/gchemutils/%%VER%%/reference/filechooser_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/files.html
+share/doc/gchemutils/%%VER%%/reference/fontsel_8h.html
+share/doc/gchemutils/%%VER%%/reference/fontsel_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/formula_8h.html
+share/doc/gchemutils/%%VER%%/reference/formula_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/fragment-atom_8h.html
+share/doc/gchemutils/%%VER%%/reference/fragment-atom_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/fragment-residue_8h.html
+share/doc/gchemutils/%%VER%%/reference/fragment-residue_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/fragment_8h.html
+share/doc/gchemutils/%%VER%%/reference/fragment_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/functions.html
+share/doc/gchemutils/%%VER%%/reference/functions_enum.html
+share/doc/gchemutils/%%VER%%/reference/functions_eval.html
+share/doc/gchemutils/%%VER%%/reference/functions_func.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x6b.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x6c.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x6d.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x6e.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x6f.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x62.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x63.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x64.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x65.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x66.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x67.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x68.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x69.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x7a.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x7e.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x70.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x72.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x73.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x74.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x75.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x76.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x77.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x78.html
+share/doc/gchemutils/%%VER%%/reference/functions_func_0x79.html
+share/doc/gchemutils/%%VER%%/reference/functions_vars.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x6b.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x6c.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x6d.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x6e.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x6f.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x62.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x63.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x64.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x65.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x66.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x67.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x68.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x69.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x7a.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x7e.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x70.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x72.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x73.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x74.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x75.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x76.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x77.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x78.html
+share/doc/gchemutils/%%VER%%/reference/functions_0x79.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2application_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2application_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2atom_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2atom_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2bond_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2document_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2document_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2molecule_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2molecule_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2residue_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2residue_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2view_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2window_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcp_2window_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2application_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2application_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2atom_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2atom_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2bond_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2bond_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2document_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2document_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2molecule_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2molecule_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2residue_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2residue_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2view_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2window_8h.html
+share/doc/gchemutils/%%VER%%/reference/gcu_2window_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gldocument_8h.html
+share/doc/gchemutils/%%VER%%/reference/gldocument_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/globals.html
+share/doc/gchemutils/%%VER%%/reference/globals_defs.html
+share/doc/gchemutils/%%VER%%/reference/globals_enum.html
+share/doc/gchemutils/%%VER%%/reference/globals_eval.html
+share/doc/gchemutils/%%VER%%/reference/globals_func.html
+share/doc/gchemutils/%%VER%%/reference/globals_type.html
+share/doc/gchemutils/%%VER%%/reference/glview_8h.html
+share/doc/gchemutils/%%VER%%/reference/glview_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gtkcomboperiodic_8h.html
+share/doc/gchemutils/%%VER%%/reference/gtkcomboperiodic_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gtkcrystalviewer_8h.html
+share/doc/gchemutils/%%VER%%/reference/gtkcrystalviewer_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gtkchem3dviewer_8h.html
+share/doc/gchemutils/%%VER%%/reference/gtkchem3dviewer_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gtkperiodic_8h.html
+share/doc/gchemutils/%%VER%%/reference/gtkperiodic_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/gtkspectrumviewer_8h.html
+share/doc/gchemutils/%%VER%%/reference/gtkspectrumviewer_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/hierarchy.html
+share/doc/gchemutils/%%VER%%/reference/Hposdlg_8h.html
+share/doc/gchemutils/%%VER%%/reference/Hposdlg_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/chain_8h.html
+share/doc/gchemutils/%%VER%%/reference/chain_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/chemistry_8h.html
+share/doc/gchemutils/%%VER%%/reference/chemistry_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/chem3ddoc_8h.html
+share/doc/gchemutils/%%VER%%/reference/chem3ddoc_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/index.html
+share/doc/gchemutils/%%VER%%/reference/isotope_8h.html
+share/doc/gchemutils/%%VER%%/reference/isotope_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/loader_8h.html
+share/doc/gchemutils/%%VER%%/reference/loader_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/macros_8h.html
+share/doc/gchemutils/%%VER%%/reference/macros_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/matrix2d_8h.html
+share/doc/gchemutils/%%VER%%/reference/matrix2d_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/matrix_8h.html
+share/doc/gchemutils/%%VER%%/reference/matrix_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/mesomery-arrow_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/mesomery_8h.html
+share/doc/gchemutils/%%VER%%/reference/mesomery_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/mesomer_8h.html
+share/doc/gchemutils/%%VER%%/reference/mesomer_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/namespacegcp.html
+share/doc/gchemutils/%%VER%%/reference/namespacegcu.html
+share/doc/gchemutils/%%VER%%/reference/namespacemembers.html
+share/doc/gchemutils/%%VER%%/reference/namespacemembers_enum.html
+share/doc/gchemutils/%%VER%%/reference/namespacemembers_eval.html
+share/doc/gchemutils/%%VER%%/reference/namespacemembers_func.html
+share/doc/gchemutils/%%VER%%/reference/namespacemembers_type.html
+share/doc/gchemutils/%%VER%%/reference/namespacemembers_vars.html
+share/doc/gchemutils/%%VER%%/reference/namespaces.html
+share/doc/gchemutils/%%VER%%/reference/newfiledlg_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/object_8h.html
+share/doc/gchemutils/%%VER%%/reference/object_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/objprops_8h.html
+share/doc/gchemutils/%%VER%%/reference/objprops_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/operation_8h.html
+share/doc/gchemutils/%%VER%%/reference/operation_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/plugin_8h.html
+share/doc/gchemutils/%%VER%%/reference/plugin_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/preferences_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/printable_8h.html
+share/doc/gchemutils/%%VER%%/reference/printable_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/print-setup-dlg_8h.html
+share/doc/gchemutils/%%VER%%/reference/print-setup-dlg_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reactant_8h.html
+share/doc/gchemutils/%%VER%%/reference/reactant_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reaction-arrow_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reaction-operator_8h.html
+share/doc/gchemutils/%%VER%%/reference/reaction-operator_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reaction-prop-dlg_8h.html
+share/doc/gchemutils/%%VER%%/reference/reaction-prop-dlg_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reaction-prop_8h.html
+share/doc/gchemutils/%%VER%%/reference/reaction-prop_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reaction-step_8h.html
+share/doc/gchemutils/%%VER%%/reference/reaction-step_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/reaction_8h.html
+share/doc/gchemutils/%%VER%%/reference/reaction_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/settings_8h.html
+share/doc/gchemutils/%%VER%%/reference/settings_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/spectrumdoc_8h.html
+share/doc/gchemutils/%%VER%%/reference/spectrumdoc_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/spectrumview_8h.html
+share/doc/gchemutils/%%VER%%/reference/spectrumview_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/sphere_8h.html
+share/doc/gchemutils/%%VER%%/reference/sphere_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/stringdlg_8h.html
+share/doc/gchemutils/%%VER%%/reference/stringdlg_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/structGcpFontSel.html
+share/doc/gchemutils/%%VER%%/reference/structgcp_1_1BondCrossing.html
+share/doc/gchemutils/%%VER%%/reference/structgcp_1_1BondCrossing-members.html
+share/doc/gchemutils/%%VER%%/reference/structgcp_1_1IconDesc.html
+share/doc/gchemutils/%%VER%%/reference/structgcp_1_1IconDesc-members.html
+share/doc/gchemutils/%%VER%%/reference/structGcuAtomicRadius.html
+share/doc/gchemutils/%%VER%%/reference/structGcuAtomicRadius-members.html
+share/doc/gchemutils/%%VER%%/reference/structGcuDimensionalValue.html
+share/doc/gchemutils/%%VER%%/reference/structGcuDimensionalValue-members.html
+share/doc/gchemutils/%%VER%%/reference/structGcuElectronegativity.html
+share/doc/gchemutils/%%VER%%/reference/structGcuElectronegativity-members.html
+share/doc/gchemutils/%%VER%%/reference/structGcuIsotope.html
+share/doc/gchemutils/%%VER%%/reference/structGcuIsotope.png
+share/doc/gchemutils/%%VER%%/reference/structGcuIsotope-members.html
+share/doc/gchemutils/%%VER%%/reference/structGcuValue.html
+share/doc/gchemutils/%%VER%%/reference/structGcuValue-members.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1ChainElt.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1ChainElt-members.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1JdxVar.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1JdxVar-members.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1LoaderStruct.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1LoaderStruct-members.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1SymbolResidue.html
+share/doc/gchemutils/%%VER%%/reference/structgcu_1_1SymbolResidue-members.html
+share/doc/gchemutils/%%VER%%/reference/structGtkComboPeriodic.html
+share/doc/gchemutils/%%VER%%/reference/structGtkCrystalViewer.html
+share/doc/gchemutils/%%VER%%/reference/structGtkChem3DViewer.html
+share/doc/gchemutils/%%VER%%/reference/structGtkPeriodic.html
+share/doc/gchemutils/%%VER%%/reference/structGtkSpectrumViewer.html
+share/doc/gchemutils/%%VER%%/reference/tabs.css
+share/doc/gchemutils/%%VER%%/reference/tab_b.gif
+share/doc/gchemutils/%%VER%%/reference/tab_l.gif
+share/doc/gchemutils/%%VER%%/reference/tab_r.gif
+share/doc/gchemutils/%%VER%%/reference/target_8h.html
+share/doc/gchemutils/%%VER%%/reference/target_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/testgtkcrystalviewer_8c.html
+share/doc/gchemutils/%%VER%%/reference/testgtkcrystalviewer_8c-source.html
+share/doc/gchemutils/%%VER%%/reference/testgtkchem3dviewer_8c.html
+share/doc/gchemutils/%%VER%%/reference/testgtkchem3dviewer_8c-source.html
+share/doc/gchemutils/%%VER%%/reference/testgtkperiodic_8c.html
+share/doc/gchemutils/%%VER%%/reference/testgtkperiodic_8c-source.html
+share/doc/gchemutils/%%VER%%/reference/text-object_8h.html
+share/doc/gchemutils/%%VER%%/reference/text-object_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/text_8h.html
+share/doc/gchemutils/%%VER%%/reference/text_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/theme_8h.html
+share/doc/gchemutils/%%VER%%/reference/theme_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/tools_8h.html
+share/doc/gchemutils/%%VER%%/reference/tools_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/tool_8h.html
+share/doc/gchemutils/%%VER%%/reference/tool_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/value_8h.html
+share/doc/gchemutils/%%VER%%/reference/value_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/vector_8h.html
+share/doc/gchemutils/%%VER%%/reference/vector_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/widgetdata_8h.html
+share/doc/gchemutils/%%VER%%/reference/widgetdata_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/xml-utils_8h.html
+share/doc/gchemutils/%%VER%%/reference/xml-utils_8h-source.html
+share/doc/gchemutils/%%VER%%/reference/zoomdlg_8h.html
+share/doc/gchemutils/%%VER%%/reference/zoomdlg_8h-source.html
+share/gchemutils/%%VER%%/elecprops.xml
+share/gchemutils/%%VER%%/elements.xml
+share/gchemutils/%%VER%%/glade/crystal/atoms.glade
+share/gchemutils/%%VER%%/glade/crystal/bonds.glade
+share/gchemutils/%%VER%%/glade/crystal/cell.glade
+share/gchemutils/%%VER%%/glade/crystal/cleavages.glade
+share/gchemutils/%%VER%%/glade/crystal/docprop.glade
+share/gchemutils/%%VER%%/glade/crystal/lines.glade
+share/gchemutils/%%VER%%/glade/crystal/prefs.glade
+share/gchemutils/%%VER%%/glade/crystal/size.glade
+share/gchemutils/%%VER%%/glade/crystal/view-settings.glade
+share/gchemutils/%%VER%%/glade/gchemcalc.glade
+share/gchemutils/%%VER%%/glade/gtkperiodic.glade
+share/gchemutils/%%VER%%/glade/image-resolution.glade
+share/gchemutils/%%VER%%/glade/image-size.glade
+share/gchemutils/%%VER%%/glade/paint/arrow.png
+share/gchemutils/%%VER%%/glade/paint/arrow-object.glade
+share/gchemutils/%%VER%%/glade/paint/docprop.glade
+share/gchemutils/%%VER%%/glade/paint/H-pos.glade
+share/gchemutils/%%VER%%/glade/paint/newfiledlg.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/arrows/arrowtool.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/bonds/bond.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/bonds/chain.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/cycles/cyclen.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/cycles/cycle.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/residues/residues.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/selection/group.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/templates/new-template.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/templates/templates.glade
+share/gchemutils/%%VER%%/glade/paint/plugins/text/fontsel.glade
+share/gchemutils/%%VER%%/glade/paint/preferences.glade
+share/gchemutils/%%VER%%/glade/paint/stringdlg.glade
+share/gchemutils/%%VER%%/glade/paint/tools.glade
+share/gchemutils/%%VER%%/glade/paint/zoom.glade
+share/gchemutils/%%VER%%/glade/print-setup.glade
+share/gchemutils/%%VER%%/glade/table/acidity.glade
+share/gchemutils/%%VER%%/glade/table/block.glade
+share/gchemutils/%%VER%%/glade/table/curve.glade
+share/gchemutils/%%VER%%/glade/table/eltpage.glade
+share/gchemutils/%%VER%%/glade/table/family.glade
+share/gchemutils/%%VER%%/glade/table/state-thermometer.glade
+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/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/legal.xml
+share/gnome/help/gchem3d-%%VER%%/C/gchem3d-%%VER%%.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/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/spacefill.png
+share/gnome/help/gchem3d-%%VER%%/C/figures/wireframe.png
+share/gnome/help/gchemcalc-%%VER%%/C/legal.xml
+share/gnome/help/gchemcalc-%%VER%%/C/gchemcalc-%%VER%%.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/gcrystal-%%VER%%/C/legal.xml
+share/gnome/help/gcrystal-%%VER%%/C/gcrystal-%%VER%%.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/gchempaint-%%VER%%/C/legal.xml
+share/gnome/help/gchempaint-%%VER%%/C/gchempaint-%%VER%%.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/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/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/delocalized-bond.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/element.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/electrons.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/ghemical1.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/ghemical2.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/ghemical3.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/group.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/main-window.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mechanism-arrows.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/mendeleiev.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.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/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/plus.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.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/texttools-bar.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/toolbox.png
+share/gnome/help/gchempaint-%%VER%%/C/figures/wikipedia.png
+share/gnome/help/gspectrum-%%VER%%/C/legal.xml
+share/gnome/help/gspectrum-%%VER%%/C/gspectrum-%%VER%%.xml
+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/gchemtable-%%VER%%/C/legal.xml
+share/gnome/help/gchemtable-%%VER%%/C/gchemtable-%%VER%%.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/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/32x32/mimetypes/gnome-mime-application-x-gchempaint.png
share/icons/hicolor/32x32/mimetypes/gnome-mime-application-x-gcrystal.png
-share/icons/hicolor/32x32/apps/gchem3d-viewer.png
+share/icons/hicolor/32x32/apps/gchem3d.png
share/icons/hicolor/32x32/apps/gchemcalc.png
+share/icons/hicolor/32x32/apps/gchempaint.png
share/icons/hicolor/32x32/apps/gchemtable.png
share/icons/hicolor/32x32/apps/gcrystal.png
+share/icons/hicolor/32x32/apps/gspectrum.png
+share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gchempaint.png
share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-gcrystal.png
-share/icons/hicolor/48x48/apps/gchem3d-viewer.png
+share/icons/hicolor/48x48/apps/gchem3d.png
share/icons/hicolor/48x48/apps/gchemcalc.png
+share/icons/hicolor/48x48/apps/gchempaint.png
share/icons/hicolor/48x48/apps/gchemtable.png
share/icons/hicolor/48x48/apps/gcrystal.png
+share/icons/hicolor/48x48/apps/gspectrum.png
+share/icons/hicolor/72x72/mimetypes/gnome-mime-application-x-gchempaint.png
share/icons/hicolor/72x72/mimetypes/gnome-mime-application-x-gcrystal.png
-share/icons/hicolor/72x72/apps/gchem3d-viewer.png
+share/icons/hicolor/72x72/apps/gchem3d.png
share/icons/hicolor/72x72/apps/gchemcalc.png
+share/icons/hicolor/72x72/apps/gchempaint.png
share/icons/hicolor/72x72/apps/gchemtable.png
share/icons/hicolor/72x72/apps/gcrystal.png
+share/icons/hicolor/72x72/apps/gspectrum.png
+share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-gchempaint.png
share/icons/hicolor/128x128/mimetypes/gnome-mime-application-x-gcrystal.png
-share/icons/hicolor/128x128/apps/gchem3d-viewer.png
+share/icons/hicolor/128x128/apps/gchem3d.png
share/icons/hicolor/128x128/apps/gchemcalc.png
+share/icons/hicolor/128x128/apps/gchempaint.png
share/icons/hicolor/128x128/apps/gchemtable.png
share/icons/hicolor/128x128/apps/gcrystal.png
-share/locale/de/LC_MESSAGES/gchemutils.mo
-share/locale/es/LC_MESSAGES/gchemutils.mo
-share/locale/fr/LC_MESSAGES/gchemutils.mo
-share/locale/it/LC_MESSAGES/gchemutils.mo
-share/locale/pl/LC_MESSAGES/gchemutils.mo
-share/locale/pt_BR/LC_MESSAGES/gchemutils.mo
-share/locale/ru/LC_MESSAGES/gchemutils.mo
+share/icons/hicolor/128x128/apps/gspectrum.png
+share/locale/de/LC_MESSAGES/gchemutils-%%VER%%.mo
+share/locale/es/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/mime/chemical/x-mdl-molfile.xml
share/mime/chemical/x-pdb.xml
share/mime/chemical/x-xyz.xml
share/mime/packages/gchemutils.xml
@dirrmtry share/applications
-@dirrm share/doc/gchemutils/reference
+@dirrm share/doc/gchemutils/%%VER%%/reference
+@dirrm share/doc/gchemutils/%%VER%%
@dirrm share/doc/gchemutils
-@dirrm share/gchemutils/pixmaps
-@dirrm share/gchemutils/glade/crystal
-@dirrm share/gchemutils/glade/table
-@dirrm share/gchemutils/glade
+@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%%/glade/crystal
+@dirrm share/gchemutils/%%VER%%/glade/table
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/text
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/templates
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/selection
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/residues
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/cycles
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/bonds
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins/arrows
+@dirrm share/gchemutils/%%VER%%/glade/paint/plugins
+@dirrm share/gchemutils/%%VER%%/glade/paint
+@dirrm share/gchemutils/%%VER%%/glade
+@dirrm share/gchemutils/%%VER%%
@dirrm share/gchemutils
-@dirrm share/omf/gchem3d-viewer
-@dirrm share/omf/gchemcalc
-@dirrm share/omf/gcrystal
-@dirrm share/omf/gchemtable
-@dirrm share/gnome/help/gchem3d-viewer/C/figures
-@dirrm share/gnome/help/gchem3d-viewer/C
-@dirrm share/gnome/help/gchem3d-viewer
-@dirrm share/gnome/help/gchemtable/C/figures
-@dirrm share/gnome/help/gchemtable/C
-@dirrm share/gnome/help/gchemtable
-@dirrm share/gnome/help/gchemcalc/C/figures
-@dirrm share/gnome/help/gchemcalc/C
-@dirrm share/gnome/help/gchemcalc
-@dirrm share/gnome/help/gcrystal/C/figures
-@dirrm share/gnome/help/gcrystal/C
-@dirrm share/gnome/help/gcrystal
+@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 include/gcu/gcu
-@dirrm include/gcu
+@dirrm lib/goffice/0.7.2/plugins/gchemutils
+@dirrm lib/gchemutils/%%VER%%/plugins/paint
+@dirrm lib/gchemutils/%%VER%%/plugins/cdxml
+@dirrm lib/gchemutils/%%VER%%/plugins/cdx
+@dirrm lib/gchemutils/%%VER%%/plugins
+@dirrm lib/gchemutils/%%VER%%
+@dirrm lib/gchemutils
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime